1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

135 Commits

Author SHA1 Message Date
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
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