Richard M. Stallman
eb0d9f0861
Enable the hook only if window-system.
...
Clear blink-paren-function at the same time.
(show-paren-command-hook): If after a closeparen,
highlight that closeparen as well as matching open.
Use a different color for a mismatch, if color screen.
1993-07-18 04:47:10 +00:00
Richard M. Stallman
11872f7e1e
(face-equal): Don't mess with face-background-pixmap.
1993-07-18 04:44:27 +00:00
Richard M. Stallman
fbee972730
Rewritten by Vromans to use text properties.
1993-07-17 19:15:19 +00:00
Richard M. Stallman
b5ae9ca5a9
(tar-extract): Use view-exit-action to kill viewed buf.
1993-07-17 19:10:13 +00:00
Richard M. Stallman
5c05f56971
Doc fixes; some args renamed.
1993-07-17 19:06:12 +00:00
Richard M. Stallman
056afaf788
(gnus-info-nodes): Update node names.
1993-07-17 18:56:09 +00:00
Richard M. Stallman
f66c5d9a9c
entered into RCS
1993-07-17 17:43:14 +00:00
Richard M. Stallman
d78fc31546
(texinfo-mode): Undo changes mistakenly added with
...
previous batch: texinfo-{start,end}-of-header are now tex-...
1993-07-17 17:27:02 +00:00
Richard M. Stallman
9f9c0e277f
(Vhelp_menu_bar_map): Deleted.
...
(menu_bar_items): Move elts for events in Vmenu_bar_final_items to end.
(syms_of_keyboard): Corresponding changes.
1993-07-17 02:10:03 +00:00
Richard M. Stallman
da183f87af
(revert-buffer): Make menu-enable form more accurate
...
using revert-buffer-function and verify-visited-file-modtime.
(menu-bar-help-menu): Put back under global-map.
(menu-bar-final-items): Set it.
1993-07-17 01:43:00 +00:00
Richard M. Stallman
5fe77fd950
(mh-yank-hooks): Use (mark t).
...
(mh-new-draft-name): Likewise.
1993-07-17 00:18:04 +00:00
Roland McGrath
1de80a34eb
(comint-{next,prev}-prompt, comint-send-eof): New functions.
...
(comint-mode-map): Bind C-c C-n, C-c C-p, and C-c C-d to those.
Bind C-c C-y to comint-previous-input, for compatibility with v18 shell.el.
1993-07-16 20:30:18 +00:00
Roland McGrath
de0748e009
(ad-start-advice-on-load): Initialize to t.
1993-07-16 19:53:38 +00:00
Roland McGrath
ee7bf2ad24
Initial revision
1993-07-16 19:50:55 +00:00
Doug Evans
51b3c82ff7
if [ "$os" ] --> if [ x"$os" != x"" ]
1993-07-16 18:24:47 +00:00
Richard M. Stallman
94ed51e86b
(rmail-mail-new-frame): New variable.
...
(rmail-start-mail): New function.
(rmail-mail, rmail-continue, rmail-reply, rmail-forward)
(rmail-retry-failure): Use rmail-start-mail.
1993-07-16 04:19:04 +00:00
Richard M. Stallman
9320d42195
(mail-bury): If selected frame is dedicated,
...
and there are other visible frames, delete this frame.
1993-07-16 04:18:46 +00:00
Richard M. Stallman
dcc408a053
(read_char_menu_prompt): If the user rejects a menu,
...
return t. This makes read_char also return t.
(read_key_sequence): If read_char returned t, return -1.
(Fread_key_sequence): If read_key_sequence returned -1, quit.
(command_loop_1): If read_key_sequence returned -1, loop around.
1993-07-15 06:56:17 +00:00
Richard M. Stallman
e3a39644f2
(ispell-menu-map): Add missing quote in defalias.
...
(ispell-window-configuration): Initialize to nil.
1993-07-15 06:55:39 +00:00
Richard M. Stallman
e4953cae72
(vc-rcs-status): Make work buffer's name start w/ space.
1993-07-15 05:49:21 +00:00
Richard M. Stallman
1394df4374
(completion-setup-function): Insert the mouse help message
...
only if non-nil `window-system'.
1993-07-15 05:47:31 +00:00
Richard M. Stallman
cfc736bf9a
(Fdisplay_completion_list): Run completion-setup-hook.
1993-07-15 05:46:02 +00:00
Richard M. Stallman
ddf70bd8dd
(help-menu-bar-map): Put the Help item in this map.
1993-07-15 05:40:01 +00:00
Richard M. Stallman
553defa404
(Fbuffer_local_variables): For local var that is unbound,
...
put just the symbol in the result, not a cons of (symbol . value).
1993-07-15 05:36:59 +00:00
Richard M. Stallman
fc53efda7f
(dired-mode-map): Add menu bar items.
1993-07-15 05:32:25 +00:00
Jim Blandy
6476a5fa36
* assoc.el (asort): First argument should be named alist-symbol,
...
not assoc-symbol.
1993-07-15 05:08:23 +00:00
Jim Blandy
ae450a9555
* keyboard.c (menu_bar_one_keymap): If the key's binding is the
...
symbol `undefined', don't try to take that symbol's cdr before
passing it to menu_bar_item; pass the `undefined' binding itself,
so menu_bar_item can remove bindings for the same key from result.
1993-07-15 04:58:59 +00:00
Richard M. Stallman
991298c3fc
(server-done): Let save-buffer make the backup,
...
so that make-backup-files remains effective.
1993-07-15 04:01:14 +00:00
Roland McGrath
a9a5a9fa77
(isearch-edit-string): Bind isearch-nonincremental to its own value, not to
...
nil.
1993-07-15 03:46:02 +00:00
Richard M. Stallman
2e894dab2b
(Qdisabled_command_hook): New variable.
...
(Vdisabled_command_hook): Deleted.
(syms_of_keyboard): Corresponding changes.
(Fcommand_execute): Use Qdisabled_command_hook.
1993-07-15 03:09:56 +00:00
Roland McGrath
2e4301efa5
(compilation-parse-errors): After skipping two lines, move one char back so
...
point before the newline.
1993-07-15 03:08:17 +00:00
Roland McGrath
a223b10d5e
(gud-debugger-startup): Replaced with gud-massage-args.
...
(gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args.
(gdb, sdb, xdb): Argument is command line, not args for it. Remove
debugger name from prompt and put it in the default input instead.
Overload gud-massage-args instead of gud-debugger-startup.
(gud-chop-words): New function; subr for gud-common-init.
(gud-common-init): Argument is command line, not args for it.
Rewritten to use gud-chop-words instead of temp buffer and kludge involving
read. Find the program name as the first word of the command line.
Use make-comint and gud-massage-args in place of gud-debugger-startup.
Expand the file name before passing it to gud-massage-args.
1993-07-15 01:55:13 +00:00
Roland McGrath
215aa4f9c9
(snarf-spooks): Restore function.
1993-07-14 23:38:00 +00:00
Roland McGrath
4054367c9e
(cookie-cache): New defvar.
...
(cookie-snarf): Cache cookies in `cookie-cache', not in obarray (idiot).
Also store the modtime and punt the cache when it changes.
1993-07-14 23:36:04 +00:00
Roland McGrath
1265394fdd
(generate-file-autoloads): Fix FILE truename hacking to substring
...
SOURCE-TRUENAME instead of FILE.
1993-07-14 20:56:19 +00:00
Richard M. Stallman
a73c5e2988
(Vhelp_menu_bar_map): New var.
...
(syms_of_keyboard): Set up Lisp var for it.
(menu_bar_items): Use Vhelp_menu_bar_map.
1993-07-14 16:49:30 +00:00
Richard M. Stallman
12ae29ebfb
(mark_object) [DEBUG_MOLE]: Add abort at beginning.
1993-07-14 16:36:25 +00:00
Jim Blandy
2f88891677
* calendar.el (calendar-holidays): Don't autoload this; its value
...
must be set after the user's .emacs file is loaded.
1993-07-14 07:24:36 +00:00
Jim Blandy
bb5fa23256
Initial revision
1993-07-14 06:09:19 +00:00
Jim Blandy
ac1e607f3c
* config.sub: Add case for Bull dpx/2.
1993-07-14 04:52:50 +00:00
Richard M. Stallman
710e70052b
(copy-face): New arg NEW-FRAME.
...
(list-faces-display): New command.
1993-07-13 22:05:13 +00:00
Richard M. Stallman
e8a700bfcd
(completion-mode): New major mode.
...
(completion-setup-function): New function.
Add it to completion-setup-hook.
1993-07-13 21:34:05 +00:00
Richard M. Stallman
f936ae0677
(mouse-choose-completion): New function.
1993-07-13 21:33:17 +00:00
Richard M. Stallman
f1ca901238
(verify_interval_modification): Use Qinsert_in_front_hooks and
...
Qinsert_behind_hooks instead of previous names.
1993-07-13 21:08:45 +00:00
Richard M. Stallman
c2d8811cc6
(Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared.
...
This replaces part of previous change.
1993-07-13 21:07:02 +00:00
Richard M. Stallman
f256353cbc
(prepare_to_modify_buffer): Call verify_overlay_modification.
1993-07-13 21:06:19 +00:00
Richard M. Stallman
173f2a642c
(verify_overlay_modification): New function.
...
(call_overlay_mod_hooks): New function.
1993-07-13 21:05:26 +00:00
Richard M. Stallman
f7a9275a0e
(Qinsert_in_front_hooks, Qinsert_behind_hooks): New vars.
...
(syms_of_textprop): Set them up.
(set_properties): Call modify_region.
(remove_properties): Call modify_region before record_property_change.
(add_properties): Likewise.
1993-07-13 21:04:07 +00:00
Richard M. Stallman
a399c5363f
*** empty log message ***
1993-07-13 20:44:02 +00:00
Richard M. Stallman
1b6bb250a6
(mail-bury): New function.
...
(mail-send-and-exit): Call mail-bury.
(mail-dont-send): New command, with menu bar binding.
1993-07-13 20:18:05 +00:00