1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

22089 Commits

Author SHA1 Message Date
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
Markus Rost
f618b7e55b (dired-move-to-filename): Fix previous change. 2002-09-15 16:35:23 +00:00
Richard M. Stallman
0b7bc76fbf (dired-use-ls-dired): New variable.
(dired-directory): Document the rules better.

(dired-insert-headerline): Function deleted.
(dired-revert): Pass no args to dired-readin.
(dired-move-to-filename): First try using dired-filename property.
(dired-move-to-end-of-filename): Likewise.
(dired-why): Try to show the start of this page of warnings.
(dired-log): Insert the buffer name at start of page, not end.
(dired-log-summary): If just one failure, explain it in echo area.

(dired-internal-noselect): Always set dired-directory, when buffer is not new.
Pass dir-or-list, not dirname, to dired-mode.
Call dired-readin with no args.
Don't call dired-after-readin-hook here.
(dired-find-buffer-nocreate): Expand dirname.
Expand the dir from dired-directory to compare with dirname.

(dired-readin): Take no args.  Get the directory from dired-directory.
Run dired-before-reading hook inside save-excursion.
Run dired-after-readin-hook here.
Don't make undo entries at all.
Call dired-readin-insert with no args.
Don't change indentation here.
Don't insert headerline here.

(dired-readin-insert): Take no args.
Get dir and file-list from dired-directory.
Call dired-insert-directory the new way.
Don't insert "wildcard" info here.

(dired-insert-directory): New arg FILE-LIST.
First arg now DIR, always just the directory.
This function fully handles setting up the buffer text:
update indentation, insert headerline and "wildcard" info.
Pass --dired arg if appropriate; put info in dired-filename props.
Don't expand file names here.
2002-09-15 01:52:54 +00:00
Richard M. Stallman
e5369aad6d (dired-bunch-files): Put the arg FILES
back as it was after temporary destrucive mods.
(dired-add-entry): Use dired-insert-directory to handle indentation.
Explicitly restore the line's marker character.
Preserve the old file name's text properties.
(dired-add-entry-do-indentation): Function deleted.
(dired-relist-file): Doc fix.
(dired-rename-file): Change argument names.
(foo-rename-file): New function.
(dired-do-hardlink): Use dired-hardlink.
(dired-hardlink): New function.
(dired-insert-subdir-doinsert): Use dired-insert-directory;
that handles indentation, text props and header line.
dired-readin-insert gets no args.
Use `last' instead of `reverse'.
2002-09-15 01:52:08 +00:00
Richard M. Stallman
fe6456af41 (display-time-mode): Set display-time-load-average here.
(display-time-load-average): Initialize to nil.
(display-time-default-load-average): Add "None" alternative.
(display-time-update): Handle "None" alternative for load-average.
2002-09-15 01:51:49 +00:00
Kim F. Storm
f31023f990 (keypad-setup, keypad-shifted-setup)
(keypad-numlock-setup, keypad-numlock-shifted-setup):
Change `Remove Binding' option to `Unspecified/User-defined'.
(keypad-setup): Enhance explanation of setup type `none'.
2002-09-14 20:54:07 +00:00