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
Richard M. Stallman
5b1d5e6373
(mode-line-minor-mode-keymap): Definition moved up.
...
Initialization moved up too.
(mode-line-modes): Use :propertize.
(mode-line-mode-menu-keymap): Var deleted.
(mode-line-copied-mode-name): Var deleted.
(mode-line-mode-name): Function deleted.
(mode-line-mode-menu): Each item now shows its mode line lighter.
(minor-mode-alist): Don't call propertize here.
2002-02-13 15:57:15 +00:00
Richard M. Stallman
973a046105
(mode-line-copied-mode-name): New variable.
...
(mode-line-mode-name): Don't modify mode-name itself!
Instead, make a copy and reuse it.
2002-01-22 22:47:14 +00:00
Eli Zaretskii
7bc6015401
(function-key-map): Don't bind shifted keypad numeric keys.
2002-01-02 13:46:25 +00:00
Stefan Monnier
8bc2420015
(minibuffer-local-map): Undo last change.
2001-12-05 15:36:44 +00:00
Stefan Monnier
f618213e75
(minibuffer-local-map): Bind TAB to insert-tab.
2001-12-02 03:47:54 +00:00
Sam Steingold
c85ee897fa
doc tweak
2001-11-25 05:38:00 +00:00
Richard M. Stallman
fa3f409065
(last-buffer, unbury-buffer): Doc fixes.
2001-11-24 23:57:29 +00:00
Sam Steingold
545f73103e
(last-buffer, unbury-buffer): New functions.
...
(mode-line-unbury-buffer): Use `unbury-buffer'.
2001-11-19 16:32:37 +00:00
Richard M. Stallman
555f1a326a
Comment change.
2001-11-17 20:38:50 +00:00
Stefan Monnier
d1bf2a73b3
(mode-line-mode-name): Only put the help-echo property
...
if the local-map property was put as well.
(global-map): Bind switch-frame, delete-frame, iconify-frame
and make-frame-visible events.
2001-11-17 00:27:08 +00:00
Richard M. Stallman
e618896497
(mode-line-frame-identification): Add doc string.
...
(mode-line-position, mode-line-modes): New variables.
(mode-line-format): Use mode-line-position for the part
that displays the position-in-buffer info. Use
mode-line-modes for the part that displays major and minor modes.
2001-10-31 21:57:45 +00:00
Stefan Monnier
062e040d1b
(ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
2001-10-31 02:15:40 +00:00
Stefan Monnier
ae95a95a9c
(exec-suffixes): Initialize to a system-dependent value.
2001-10-14 20:08:21 +00:00
Eli Zaretskii
a12ca05478
(completion-ignored-extensions) [ms-dos, windows-nt]:
...
Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
Add .so to the Unix and GNU branch.
2001-10-14 20:00:28 +00:00
Stefan Monnier
fedff3c696
(esc-map): Revert j' and
C-j' bindings to
...
indent-new-comment-line from comment-indent-new-line.
2001-10-14 03:18:58 +00:00
Stefan Monnier
a77dfeb06d
(minibuffer-local-map): Also bind next, C-n, C-s, prior,
...
C-p and C-r. Remove redundant bindings from inheriting maps.
2001-10-12 19:24:21 +00:00
Sam Steingold
7ed938901b
(completion-ignored-extensions): CL-related
...
extensions are platform-independent.
2001-10-12 19:18:50 +00:00
Gerd Moellmann
c4ab9c7c52
Remove no-byte-compile from file local variables
...
to enable bootstrapping.
2001-10-05 10:12:12 +00:00
Gerd Moellmann
f318592425
(mode-line-coding-system-map): New variable.
...
(mode-line-mule-info): Give the "%Z" a local-map keymap.
2001-08-30 14:19:34 +00:00
Gerd Moellmann
22b5077274
(mode-line-unbury-buffer): Add EVENT parameter.
...
Temporarily select EVENT's window for switching buffers.
(mode-line-bury-buffer): New function.
(mode-line-buffer-identification-keymap): Use it instead of
bury-buffer. Bind down-mouse events to prevent global down-mouse
events to shine through.
2001-08-22 08:54:43 +00:00
Gerd Moellmann
541b8aff2b
(minor-mode-alist): Use mode-line-minor-mode-keymap
...
for the minor mode name.
2001-08-09 14:51:20 +00:00
Gerd Moellmann
1ebfdece8e
(make-mode-line-mouse-map): Renamed from
...
make-mode-line-mouse2-map. Take additional arg MOUSE.
(mode-line-modified): Use mouse-3 instead of mouse-2.
(mode-line-buffer-identification-keymap): Bind keys differently.
(propertized-buffer-identification): Adapt help-echo to new
bindings.
2001-08-09 14:06:54 +00:00
Gerd Moellmann
15409553ec
(mode-line-format): Specify help-echo for line
...
number, column number and buffer-percent part of the mode-line.
2001-08-09 13:45:23 +00:00
Eli Zaretskii
9761cd3ae6
Bind shifted and control-shifted kp-* keys to the
...
corresponding non-kp keys. Suggested by Stephen Gildea <gildea@alum.mit.edu>.
2001-08-01 15:27:36 +00:00
Pavel Janík
1cd7adc68a
Emacs lisp coding convention fixes.
2001-07-14 11:21:08 +00:00
Eli Zaretskii
a9b511e0c0
(mode-line-mule-info): Don't show the tip with
...
buffer-file-coding-system if that is nil.
2001-07-06 09:44:26 +00:00
Gerd Moellmann
9f9a5e7a8c
(mode-line-modified): Unify help messages.
2001-04-09 09:58:37 +00:00
Stefan Monnier
e84c695dda
(mode-line-mode-menu): `glasses-mode' might be unbound.
...
(completion-ignored-extensions): Remove duplicate ".class".
2001-03-19 22:23:03 +00:00
Gerd Moellmann
152d064daa
(features): Add md5' and
overlay' to the list.
2001-03-14 15:46:58 +00:00
Gerd Moellmann
ee5cece023
Define kp-delete' like
delete' in function-key-map.
2001-01-31 15:06:28 +00:00
Gerd Moellmann
9d4850e50c
Bind <backspace> and <delete> via function-key-map.
...
Don't bind <delete> otherwise.
2001-01-16 20:27:08 +00:00
Gerd Moellmann
1dfca644b5
(global-map): Bind <home> to beginning-of-line,
...
<end> to end-of-line, C-<home> to beginning-of-buffer, and
C-<end> to end-of-buffer.
2001-01-09 13:11:34 +00:00
Gerd Moellmann
27940e1f01
([C-backspace]): Bind C-backspace to kill-word.
2000-12-22 13:18:44 +00:00
Gerd Moellmann
26abe2b009
(ctl-x-map): Bind `delete' to backward-delete-char.
2000-12-14 13:37:24 +00:00
Gerd Moellmann
7f8661a0ab
(mode-line-mode-menu): Add glasses-mode.
2000-12-07 13:27:08 +00:00
Gerd Moellmann
2a5405b668
(mode-line-mode-menu): Reverse the order
...
of define-keys so that the menu appears in alphabetical order.
2000-12-07 13:22:12 +00:00