1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 02:10:52 -08:00
Commit graph

22094 commits

Author SHA1 Message Date
Markus Rost
f8aba1ce99 (mail-abbrev-make-syntax-table): Give %!._- word constituent syntax. 2002-09-21 20:11:08 +00:00
Richard M. Stallman
4e189812e9 (custom-make-dependencies): Bind to t around evaluating the def-form. 2002-09-21 20:00:30 +00:00
Richard M. Stallman
6da43544b7 (custom-dont-initialize): New variable.
(custom-declare-variable): Don't init the variable
if custom-dont-initialize is non-nil.
2002-09-21 19:59:42 +00:00
ShengHuo ZHU
3cc82ee498 * gnus-art.el (gnus-article-x-face-command): Use
gnus-article-compface-xbm if bound.
2002-09-21 19:57:11 +00:00
John Paul Wallington
a13a339168 (eudc-install-menu): Use `define-key' and
`easy-menu-create-menu' to avoid duplication of menu.
2002-09-20 23:51:44 +00:00
Kim F. Storm
5190c95ed4 (kmacro-step-edit-query): Use RET to execute rest of
macro and terminate editing.
(kmacro-step-edit-macro): Push previous macro onto ring if changed
by step editing.
2002-09-20 20:38:18 +00:00
Kim F. Storm
0acc535781 *** empty log message *** 2002-09-20 20:38:03 +00:00
Richard M. Stallman
4bd2c0134a (bb-right): Respect prefix argument.
(bb-left, bb-up, bb-down): Likewise.
2002-09-20 18:34:12 +00:00
Richard M. Stallman
2912113bbd (custom-make-dependencies): Fix previous change. 2002-09-20 03:44:38 +00:00
Richard M. Stallman
4986d1f19b (custom-make-dependencies): Fix previous change. 2002-09-19 18:57:55 +00:00
Juanma Barranquero
5967d9633f (ielm-eval-input): Call `error-message-string' instead of the non-existent
`ielm-format-error'.
2002-09-19 07:32:14 +00:00
Stefan Monnier
0f18f01cab (easy-menu-remove): Add docstring. 2002-09-19 05:12:24 +00:00
Stefan Monnier
21311ac9ec (ewoc--node-branch): Add docstring. 2002-09-19 05:11:48 +00:00
Stefan Monnier
02e91426a5 (describe-coding-system): Remove unused `coding-spec' variable.
(list-input-methods): Be more careful when setting up the help buffer.
2002-09-19 05:06:16 +00:00
Stefan Monnier
3da91622f4 (unify-8859-on-encoding-mode): Set init value to t to reflect reality.
(ucs-minibuffer-setup): Use minibuffer-selected-window.
2002-09-19 04:58:46 +00:00
Stefan Monnier
e006b3cd93 (makefile-cleanup-continuations-p): Rename to makefile-cleanup-continuations.
(makefile-mode): Use write-file-functions.
(makefile-fill-paragraph): Use match-string-no-properties.
(makefile-fill-paragraph): Use line-end-position.
(makefile-add-log-defun): Simplify.
2002-09-19 01:21:46 +00:00
Richard M. Stallman
8421685fdf (dired-mark-pop-up): Doc fix. 2002-09-19 01:03:43 +00:00
Richard M. Stallman
a6b194caa8 (ediff-cond-compile-for-xemacs-or-emacs): Put the
definition straight into loaddefs.el as well as executing it here.
2002-09-19 01:02:06 +00:00
ShengHuo ZHU
0929139a43 * gnus-art.el (gnus-article-x-face-command): Don't use
gnus-article-compface-xbm.
2002-09-18 17:55:26 +00:00
Colin Walters
558f9ba1c1 (calc-mode): Add font-lock-defontify to change-major-mode-hook. 2002-09-18 16:47:48 +00:00
Colin Walters
8d37d80f33 *** empty log message *** 2002-09-18 16:47:25 +00:00
Richard M. Stallman
3116d142b8 *** empty log message *** 2002-09-18 16:14:44 +00:00
Richard M. Stallman
dea0ee2019 (bootstrap-clean): Use cd to shorten arg strings.
Don't ignore errors in rm line.
2002-09-18 16:14:30 +00:00
Richard M. Stallman
e2bd460ac2 (menu-bar-search-menu): Nicer help string. 2002-09-18 16:04:51 +00:00
Richard M. Stallman
261cca8832 (occur-engine-add-prefix): Use 7 spaces.
(occur-engine): Use 7 digits to align tabs in the data.
2002-09-18 16:03:58 +00:00
Richard M. Stallman
2b25de040f (byte-compile-output-docform): Don't make the definition dynamic if it
shares structure with the arg list.
2002-09-18 16:02:49 +00:00
Richard M. Stallman
a385f6bfe3 (gud-pdb-marker-regexp): Allow : and \ in file name.
(pdb): In gud-remove, pass down the file name.
2002-09-18 16:02:14 +00:00
Richard M. Stallman
5d9655bb64 (*1, *2, *3): New variables.
(ielm-eval-input): Make temporary buffers current on entry and
exit to the let bindings for *, ** and ***.
(inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
Do not overrule global bindings for *, ** and ***.
2002-09-18 16:01:43 +00:00
Richard M. Stallman
8eb5250314 (custom-make-dependencies): Sort MEMBERS before use. 2002-09-18 16:01:21 +00:00
Richard M. Stallman
bb5b7758d4 (makefile-fill-paragraph): Find comment boundaries before filling. 2002-09-18 16:00:29 +00:00
Stefan Monnier
ca0c725020 (server-done): Fix harmlessly wrong arg to save-buffer.
(server-switch-buffer): Only select a different window if
next-buffer is non-nil.  Don't switch in a dedicated window.
If next-buffer is already displayed, reuse that window.
2002-09-18 12:19:57 +00:00
Stefan Monnier
adf8363c7d (diff-mode): Use compilation-minor-mode.
Don't unbind compilation-last-buffer after autoload compile.el.
Hide the compilation-minor-mode bindings altogether.
2002-09-18 12:09:07 +00:00
Stefan Monnier
d7221af821 *** empty log message *** 2002-09-18 12:05:31 +00:00
Kai Großjohann
96610f9dd8 (dired-insert-directory): Never add "--dired" when
listing remote directories.
2002-09-18 07:50:37 +00:00
Michael Kifer
f3eabcdf40 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hooks.el: Put back the autoloads (for compatibility with XEmacs).

	* ediff-init.el: Use defalias instead of fset.

	* ediff-util.el: Use defalias instead of fset.

	* viper-util.el (viper-chars-in-region): simplification.

	* viper.el (viper-emacs-state-mode-list): added modes.
2002-09-18 04:23:27 +00:00
Miles Bader
bd3c9eb622 (diff-mode): Don't evaluate `compilation-last-buffer' unless it's bound. 2002-09-18 02:36:10 +00:00
Stefan Monnier
8b3e840e95 (server-log): Add `client' arg.
(server-start): Don't bother canceling the sentinel.
(server-process-filter): Use replace-regexp-in-string and
handle the new &n quoting.  Use push.  Use server-log's new arg.
Don't output the C-x # message if `nowait'.
(server-buffer-done): Use server-log's new arg.
2002-09-18 02:10:18 +00:00
Markus Rost
401c196806 (ls-lisp-format-time-list): Fix type and provide :tag's. 2002-09-17 00:43:53 +00:00
Richard M. Stallman
05a841569d (gomoku-move-up, gomoku-move-down):
Use forward-line and move-to-column.
2002-09-16 19:32:53 +00:00
Stefan Monnier
2b2059d899 (dired-font-lock-keywords): Use regexp-opt.
(dired-move-to-filename): Better message when we fail to find the file.
(dired-sort-toggle): Minor optimization.
2002-09-16 17:13:16 +00:00
Richard M. Stallman
c721078eb9 (unexec): Deal with .got, reinstating change from 25-08-1999. 2002-09-16 15:30:04 +00:00
Richard M. Stallman
bde4f35405 (custom-variable-backup-value): New function.
(custom-variable-reset-backup): New function.
(custom-variable-menu): Add item for custom-variable-reset-backup.
(custom-variable-set, custom-variable-reset-saved)
(custom-variable-reset-standard): Call custom-variable-backup-value.
2002-09-16 15:20:20 +00:00
Stefan Monnier
b9d391f75a *** empty log message *** 2002-09-16 14:54:15 +00:00
Juanma Barranquero
0e8ed1fbd9 *** empty log message *** 2002-09-16 06:34:04 +00:00
Juanma Barranquero
ac28c6ca79 (dired-add-entry): Add missing argument to `dired-mark'. 2002-09-16 06:31:43 +00:00
John Paul Wallington
dd42d3ba17 * xscheme.el (scheme-interaction-mode): Doc fix.
* net/eudc.el (eudc-plist-get): Doc fix.
2002-09-16 02:49:22 +00:00
Kim F. Storm
bac6e4e23a (menu-bar-last-search-type): New var.
(nonincremental-repeat-search-forward)
(nonincremental-repeat-search-backward): Repeat string or
regexp search depending on menu-bar-last-search-type.
(nonincremental-search-forward, nonincremental-re-search-forward)
(nonincremental-search-backward, nonincremental-re-search-backward):
Set menu-bar-last-search-type to string or regexp.
(nonincremental-repeat-re-search-forward): Removed.
(nonincremental-repeat-re-search-backward): Removed.
(menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
(menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
(menu-bar-adv-search-menu): Removed.
(menu-bar-search-menu): Reorganized.
(menu-bar-edit-menu): Added "Replace" submenu.
2002-09-15 21:35:23 +00:00
Kim F. Storm
4c94395e1a *** empty log message *** 2002-09-15 21:33:11 +00:00
Richard M. Stallman
2669fbfba0 (scroll-bar-mode): Specify :initialize. 2002-09-15 20:52:28 +00:00
Richard M. Stallman
72c0e39453 (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
when it's not being evaluated.
2002-09-15 20:51:20 +00:00