Andreas Schwab
480c8cd32a
Add binding of ESC functionkey' for every
M-functionkey'.
2005-06-11 07:14:38 +00:00
Masatake YAMATO
359e4563ca
Supprot mouse-face on mode-line.
...
2005-05-23 Masatake YAMATO <jet@gyve.org>
* xdisp.c (note_mode_line_or_margin_highlight): Added code
for mouse-face. Change the type of the first argument from `window'
to `List_Object'.
(note_mouse_highlight): Call note_mode_line_or_margin_highlight with
window instead of w.
2005-05-23 Masatake YAMATO <jet@gyve.org>
* bindings.el (mode-line-major-mode-keymap): Bind
[mode-line down-mouse-1] to `mouse-major-mode-menu'.
* faces.el (mode-line-highlight): New face.
* ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
as mouse-face.
* bindings.el (top-level, help-echo, mode-line-modified)
(mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
as mouse-face.
2005-05-23 11:19:17 +00:00
Nick Roberts
7917aa57df
(mode-line-mode-menu): Remove tooltip-mode.
2005-04-21 00:06:54 +00:00
Kim F. Storm
ad1cc3463c
(next-buffer, prev-buffer, next-error)
...
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings from simple.el.
(next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
(next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2005-04-19 09:25:32 +00:00
Thien-Thi Nguyen
b9d8ddef39
(completion-ignored-extensions): Remove ".lis" for `vax-vms'.
2005-03-22 17:19:14 +00:00
Richard M. Stallman
231717ee73
(esc-map): Make M-g a prefix. Bind M-g g and M-g M-g to goto-line.
2005-03-17 23:43:17 +00:00
Nick Roberts
a69c614102
(mode-line-mode-menu): Add tooltip-mode to mode-line.
2005-03-09 23:19:31 +00:00
Kim F. Storm
d17a638d58
(global-map): Bind C-a to move-beginning-of-line.
2005-03-07 11:12:21 +00:00
Richard M. Stallman
613f367343
(esc-map): Bind M-g to goto-line.
2005-03-06 20:50:32 +00:00
Stefan Monnier
6455508dc3
(mode-line-mode-menu): Use bound-and-true-p for all the
...
non-preloaded variables.
2005-01-17 21:18:35 +00:00
Richard M. Stallman
ca0eea298f
(mode-line-buffer-identification-keymap):
...
Don't cancel the mode-line's usual down-mouse-1 binding.
2004-12-13 19:41:34 +00:00
Richard M. Stallman
c77ddea7a7
(global-map): Bind C-e to move-end-of-line.
2004-11-20 19:09:13 +00:00
John Paul Wallington
2e74da96e5
(completion-ignored-extensions): Add .dfsl.
2004-09-20 17:39:21 +00:00
Richard M. Stallman
e980968dc5
(scroll-left): Make it disabled.
2004-09-20 16:14:28 +00:00
Daniel Pfeiffer
c29a05c8f0
(mode-line-mode-menu): Fix alphabetical ordering and add auto-revert-tail-mode.
2004-07-14 21:09:33 +00:00
Eli Zaretskii
7c226e4010
(completion-ignored-extensions): Add file extensions
...
of Python byte-compiled files.
2004-06-12 10:16:10 +00:00
Juri Linkov
cd8d6674f6
* bindings.el (debug-ignored-errors): Add regexps for history
...
related messages. Remove $ from "No further undo information".
Move Ediff's messages to ediff.el.
2004-06-06 02:42:55 +00:00
Juri Linkov
486add9d38
(propertized-buffer-identification):
...
Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
Add C-M-arrow keys for consistency.
2004-05-01 03:50:24 +00:00
John Paul Wallington
fdce4c6d9c
(mode-line-change-eol): Add EVENT parameter.
...
Temporarily select EVENT's window for changing eol type.
2004-01-10 01:20:39 +00:00
John Paul Wallington
b2236c89a8
(completion-ignored-extensions): Add .pfsl.
2003-12-31 02:46:07 +00:00
Dave Love
aa8b814601
Don't bind stop.
2003-10-10 18:09:52 +00:00
Dave Love
9556530476
(completion-ignored-extensions): Remove .log.
...
(global-map): Add again, open, stop keys.
2003-10-06 16:25:52 +00:00
Lute Kamstra
6acaba0707
(mode-line-modes): Remove superfluous :propertize
...
construct in initialization.
(mode-line-position): Change cons cell into proper list in
initialization.
2003-09-29 10:28:21 +00:00
Lute Kamstra
3ba07b01dc
(mode-line-position): Mention size indication in docstring.
2003-09-26 12:52:36 +00:00
Lute Kamstra
80108537f9
(mode-line-position): Add buffer size indicator.
2003-09-08 08:02:45 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Luc Teirlinck
d391e05c14
(global-map): Bind `kill-whole-line' to C-S-<backspace>.
...
Remove M-S-<backspace> binding: too close to C-M-<backspace>.
2003-06-10 04:06:10 +00:00
Richard M. Stallman
0c3a466cb1
(global-map): Delete C-M-delete and C-M-backspace.
2003-06-03 11:04:06 +00:00
Kai Großjohann
61d41830c8
(global-map): Bind M-S-<backspace to
...
kill-whole-line.
2003-05-27 13:57:22 +00:00
Kai Großjohann
8b9266575b
(global-map): Don't bind S-<backspace>. Too many
...
people hit it by mistake.
2003-05-26 18:02:24 +00:00
Kai Großjohann
348de80b31
* simple.el (kill-whole-line): New function.
...
* bindings.el (global-map): Bind it.
2003-05-19 15:47:14 +00:00
Masatake YAMATO
457bc85868
(toplevel): Don't change the face
...
of major-mode on the mode line. Setting the face on
the mode line code is installed by my mistake in
my last change.
2003-04-13 06:30:59 +00:00
Masatake YAMATO
335028c3be
* help.el (describe-minor-mode): New function implementation.
...
Accept both minor mode string and minor mode indicator.
(describe-minor-mode-completion-table-for-indicator)
(describe-minor-mode-completion-table-for-symbol): New functions.
minor-mode-list is used here.
(describe-minor-mode-from-symbol): renamed
from (old) describe-minor-mode. Use
describe-minor-mode-completion-table-for-symbol.
Don't use eval. Just use symbol-name.
(describe-minor-mode-from-indicator): Document is updated.
Use `format-mode-line'. Use
describe-minor-mode-from-symbol instead of
describe-minor-mode.
Use describe-minor-mode-completion-table-for-indicator.
(expand-minor-mode-indicator-object): removed.
(lookup-minor-mode-from-indicator): remove the fist white
space from both indicator and anindicator before comparing them.
* bindings.el (mode-line-major-mode-keymap)
(mode-line-minor-mode-keymap): defined keys for the maps
here in `defvar'.
2003-04-12 17:28:24 +00:00
Stefan Monnier
b6cb37aeac
(global-map): Bind [select-window].
2003-04-11 22:40:58 +00:00
Juanma Barranquero
8a42b33604
(mode-line-major-mode-keymap): New variable.
...
(mode-line-minor-mode-help): New function, bound to mode-line-minor-mode-keymap.
(mode-line-modes): Split mode-line-mode definitions to mode-name,
mode-line-process and minor-mode-alist. For mode-name,
mode-line-major-mode-keymap is used.
2003-03-31 20:24:56 +00:00
Richard M. Stallman
3fa9a7dfd7
(help-echo): Change tooltip string.
2002-12-21 20:19:37 +00:00
Kim F. Storm
7411569e91
(mode-name): Moved mark as risky-local-variable to files.el.
2002-11-14 11:24:20 +00:00
Juanma Barranquero
23b1ffb176
(mode-name): Mark it as risky-local-variable.
2002-11-11 08:10:16 +00:00
Stefan Monnier
18a9f96815
(mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.
...
(mode-line-mule-info): Use them for the EOL part of the modeline.
2002-11-02 06:13:57 +00:00
Kim F. Storm
2ef6aac845
(mode-line-format): Moved global-mode-string last.
...
(mode-line-position): Moved %p first. Added padding to %l/%c to
eliminate jumpyness in modeline. Use (%l,%c) format if both
line-number-mode and column-number-mode are enabled.
2002-08-21 12:05:09 +00:00
Kim F. Storm
c5d07859fe
Remove macro related bindings (now in kmacro.el).
2002-08-20 09:05:33 +00:00
Richard M. Stallman
2161a22c0b
(help-echo): If global-mode-string is non-nil,
...
display some spaces after it.
2002-07-29 21:17:06 +00:00
Richard M. Stallman
4c347bc85b
(mode-line-format): Handle vc-mode specially.
...
Move mode-line-position to after global-mode-string.
(mode-line-modes): Move the starting 3 spaces out of here.
(mode-line-position): Separate with a space, not dashes.
2002-07-29 02:45:49 +00:00
Richard M. Stallman
196a1cba66
(last-buffer): Use buffer-list with frame arg.
...
Create *scratch* if no other choice exists. Fix bugs.
2002-07-21 20:23:32 +00:00
Juanma Barranquero
5fe205f134
(last-buffer): Add missing frame argument.
2002-07-18 16:04:01 +00:00
Richard M. Stallman
cfabd09347
(last-buffer): Handle buffer-list and buffer-predicate
...
frame parameters like bury-buffer.
2002-07-18 14:58:53 +00:00
Richard M. Stallman
008c915c44
(completion-ignored-extensions): Add .gmo and .mo.
2002-07-06 09:42:31 +00:00
Pavel Janík
aa88b9e55f
(mode-line-mode-menu): Update names to reflect latest changes.
2002-04-16 14:56:36 +00:00
Richard M. Stallman
27451bb4df
(mode-line-mule-info): Use :propertize, not :eval.
2002-03-28 18:23:08 +00:00
Richard M. Stallman
7e98f74cdf
(mode-line-mule-info): In computing help-echo prop,
...
avoid using save-window-excursion. And compile the function.
2002-03-16 06:51:23 +00:00