1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

86 Commits

Author SHA1 Message Date
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
Gerd Moellmann
24127af0a0 (mode-line-modified): Fix a typo.
(mode-line-toggle-modified, mode-line-widen)
(mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2000-11-18 12:34:44 +00:00
Gerd Moellmann
e9580d712b (mode-line-toggle-read-only)
(mode-line-toggle-modified, mode-line-widen)
(mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
(make-mode-line-mouse2-map): Rewritten.
(mode-line-modified, mode-line-format, minor-mode-alist): Use new
functions so that C-h k can show something with a doc string.
2000-11-06 16:43:42 +00:00
Gerd Moellmann
da7ddbedee (esc-map): Bind C-delete' and C-backspace' to
backward-kill-sexp, analogous to kill-sexp.
2000-08-18 06:28:47 +00:00
Gerd Moellmann
f7e1a28d00 (completion-ignored-extensions): Add .la', .lo',
and `.class'.
2000-07-27 15:41:49 +00:00
Dave Love
3beb81fce9 (mode-line-mule-info, mode-line-modified): help-echo
improvements.
2000-07-18 21:53:46 +00:00
Gerd Moellmann
4e4f9651d2 Bind �[delete]' to delete-char. 2000-07-07 14:14:44 +00:00
Stefan Monnier
5589b330a0 (esc-map): Change ; to comment-dwim and use the new function
names for comment operations.
2000-05-25 19:06:34 +00:00
Dave Love
d8d0fa6c59 Remove debug-ignored-errors set in other files. 2000-05-22 18:09:30 +00:00
Dave Love
2b4b2add08 (mode-line-format): Fix line-number and
column-number items.  Add help-echo for the background.
(mode-line-mule-info): Modify help-echo.
2000-03-12 15:19:44 +00:00
Gerd Moellmann
ec9db7a797 (propertized-buffer-identification): New function. 2000-02-20 15:59:04 +00:00
Dave Love
5e1cddda2b (mode-line-input-method-map): New variable.
(mode-line-mule-info): Use it; fix last change.
(mode-line-mode-menu): Move definition.
(mode-line-mouse-sensitive-p): Deleted.
(mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
(make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
2000-02-09 12:18:48 +00:00
Dave Love
9ff33afbe7 (mode-line-mule-info): Fix/extend last change. 2000-02-04 20:35:08 +00:00
Dave Love
dfdabcf9df (make-mode-line-mouse2-map): New function.
(mode-line-modified): Use it and simplify.
(mode-line-mule-info): Provide help-echo info.
(minor-mode-alist): Activate the strings.
(make-mode-line-mouse-sensitive): Simplify for
mode-line-buffer-identification.
2000-01-07 14:16:07 +00:00
Dave Love
f45dd0f411 (make-mode-line-mouse-sensitive): Fix the toggle menu items. 2000-01-04 18:45:48 +00:00
Gerd Moellmann
cc8fdbd3c2 (make-mode-line-mouse-sensitive): Copy keymap
assigned to mode-line-mode-menu because bindings.el is dumped with
Emacs, and thus the lists used for menu-item definition will be
copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
like pure menu item definitions.
1999-12-30 17:49:14 +00:00
Gerd Moellmann
71a927516a (completion-ignored-extensions): Add .pdf. 1999-12-19 16:14:37 +00:00
Gerd Moellmann
d20f4d9813 (completion-ignored-extensions): Add .tfm. 1999-12-16 19:29:06 +00:00
Gerd Moellmann
ff69e0120f (completion-ignored-extensions): Added ".sparcf"
for CMUCL on sparc and ".ufsl" for LispWorks.
(bound-and-true-p): Bugfix: free variable `v'.
1999-10-17 10:48:08 +00:00
Dave Love
842d2ee96a (bound-and-true-p): New macro.
(make-mode-line-mouse-sensitive): Don't require easymenu.
1999-10-07 14:13:29 +00:00
Dave Love
065ca374ab (debug-ignored-errors): Restore BBDB stuff. 1999-09-10 17:54:30 +00:00
Gerd Moellmann
4ac44b4c71 (mode-line-unbury-buffer): Use aref instead of sref.
(make-mode-line-mouse-sensitive): Replace `top-line' by
`header-line'.
1999-09-08 22:07:02 +00:00
Dave Love
688953b5fe Make some doc strings obey the make-docfile convention.
(debug-ignored-errors): Remove BBDB ones.
1999-09-04 11:29:26 +00:00
Gerd Moellmann
f8e5fb70fa (mode-line-modified): Look up key binding for C-x
C-q.  If it's bound call that binding, otherwise call
toggle-read-only.
1999-08-17 22:44:35 +00:00
Dave Love
ebc6753fda (mode-line-mule-info): Doc fix. 1999-08-16 11:31:54 +00:00
Gerd Moellmann
b1dcba7b5e (make-mode-line-mouse-sensitive): Add key
definitions for `top-line'.
(mode-line-format): Replace `mode-name' with
`(:eval mode-line-mode-name)'.
(mode-line-mode-name): New.
(make-mode-line-mouse-sensitive): Don't change default value
of `mode-name'.
(make-mode-line-mouse-sensitive): Use down-mouse-3
instead of mouse-3 to pop up menus.
(make-mode-line-mouse-sensitive): Pop mouse buffer menu over
buffer name.
(mode-line-buffer-menu-1): Removed.
(mode-line-buffer-identification-keymap): New.
(mode-line-buffer-menu-keymap): New.
(mode-line-mode-menu-keymap): New.
(mode-line-unbury-buffer): New.
(mode-line-other-buffer): New.
(mode-line-buffer-menu-1): New.
(mode-line-mode-menu-1): New.
(make-mode-line-mouse-sensitive): New.
1999-07-21 21:43:03 +00:00