1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

21951 Commits

Author SHA1 Message Date
Kim F. Storm
f5e130577e (keyboard-quit): Set defining-kbd-macro to nil to
cancel defining keyboard macro when applicablex.
2002-09-09 22:45:03 +00:00
Kim F. Storm
f732f824ad (apply-macro-to-region-lines): Let-bind mark-active to
nil while executing macro to avoid triggering delete-selection-mode.
2002-09-09 22:44:44 +00:00
Kim F. Storm
e00a136119 Typo 2002-09-09 22:44:27 +00:00
Kim F. Storm
2bbfbf2560 *** empty log message *** 2002-09-09 22:43:40 +00:00
Stefan Monnier
d99f849681 (what-line): Don't hard-code 1.
(transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(do-auto-fill): Only ignore prefix if it's really empty.
2002-09-09 22:09:14 +00:00
Stefan Monnier
f77a605054 (find-library-suffixes, find-library-name)
(find-library): New funs.
(find-function-search-for-symbol): Use it.
2002-09-09 21:50:36 +00:00
Stefan Monnier
4f6d5bf009 (byte-compile-file): Don't switch buffer. 2002-09-09 21:41:34 +00:00
Stefan Monnier
191f025abf (isearch-cmds): Add docstring.
(isearch-mouse-2): Lookup binding in the proper buffer.
Use call-interactively and remove the now useless `arg'.
(isearch-search-fun-function): New var.
(isearch-search-fun): New fun.
(isearch-search, isearch-lazy-highlight-search): Use it.
2002-09-09 21:05:22 +00:00
Markus Rost
a51c969c50 Notify a change in files.el. On the occasion, fix some indentations;
e.g., replace spaces by a tab.
2002-09-09 20:32:18 +00:00
Markus Rost
d97182abe1 (save-some-buffers-action-alist): Use lower case for help string of
diff-buffer-with-file.
2002-09-09 20:28:53 +00:00
Richard M. Stallman
50332dc114 *** empty log message *** 2002-09-09 19:41:35 +00:00
Richard M. Stallman
8937f01b8d (cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories. 2002-09-09 19:38:22 +00:00
Richard M. Stallman
989a6aa7dd (mouse-scroll-calendar-left)
(mouse-scroll-calendar-right, mouse-calendar-other-month): New commands.
(calendar-mode-line-format): Use them.
2002-09-09 19:37:19 +00:00
Richard M. Stallman
4eb4926c58 (byte-recompile-directory): Set and then bind default-directory. 2002-09-09 19:35:57 +00:00
Richard M. Stallman
9d5cf87c08 (fancy-splash-head, normal-splash-screen):
Change the messages that explain about GNU or GNU/Linux.
2002-09-09 19:34:13 +00:00
Richard M. Stallman
b921b596bc (auto-mode-alist): Use sh-mode for .bash files. 2002-09-09 19:32:41 +00:00
Richard M. Stallman
2686cdc0d0 (ls-lisp-format-time-list): New variable.
(ls-lisp-format-time): Use it.
2002-09-09 19:31:40 +00:00
Richard M. Stallman
2285bf9df7 Many doc fixes. 2002-09-09 19:26:40 +00:00
Richard M. Stallman
112211d158 (Info-search): Add (point-min) to subfile positions
to get them right.  Skip the current subfile using forward-line.
2002-09-09 19:24:53 +00:00
Richard M. Stallman
ee291b4684 (make-backup-file-name-1): When make-directory fails,
ignore backup-directory-alist.
(make-directory): Expand DIR before looking for handler.
2002-09-09 19:23:37 +00:00
John Paul Wallington
454473ea06 (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
Update callers.
2002-09-09 05:50:58 +00:00
Markus Rost
ab9ecc746b (diff): Doc fix. 2002-09-09 01:43:31 +00:00
Richard M. Stallman
cd91e34cb4 (byte-compile-delete-errors): Default to nil. 2002-09-09 00:28:38 +00:00
Richard M. Stallman
cd63e3a185 Comment change. 2002-09-09 00:28:00 +00:00
Richard M. Stallman
12a9371238 (undo-elt-in-region): Fix one-off error at END.
(forward-visible-line): Handle invisibility by ignoring
invisible newlines.  Also include entire invisible lines beyond
the stopping point.
2002-09-09 00:27:30 +00:00
Richard M. Stallman
99b398e0a4 (custom-save-variables, custom-save-faces):
Clarify the comments written into .emacs.
2002-09-09 00:26:14 +00:00
Richard M. Stallman
27664fbec1 (doctor-doc): Recognize question words and use qlist.
Use doctor-shorten's return value.
(doctor-shorten): Compute a return value, don't alter `sent'.
(doctor-hates1): Add a question mark.
(doctor-strangelove): Unused function deleted.
2002-09-09 00:25:09 +00:00
Kim F. Storm
d656c20bea Regenerated 2002-09-08 21:40:05 +00:00
Kim F. Storm
f19e949bcb Regenerated. 2002-09-08 21:38:11 +00:00
Kim F. Storm
723d6a64c0 (kmacro-end-and-call-macro): New command to end and
call keyboard macro in one step. Bind it to C-x e by default.
(kmacro-call-macro): Use format-kbd-macro.
(kmacro-step-edit-macro): New command to interactively step edit
and execute last keyboard macro.
(kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
(kmacro-step-edit-mini-window-height): New custom var.
(kmacro-step-edit-map): New keymap (parent is query-replace-map).
(kmacro-step-edit-prefix-commands): New var.
(kmacro-step-edit-prompt, kmacro-step-edit-query)
(kmacro-step-edit-insert, kmacro-step-edit-pre-command)
(kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
New aux functions for step editing keyboard macros.
2002-09-08 20:38:04 +00:00
Kim F. Storm
de8e3806c4 *** empty log message *** 2002-09-08 20:37:44 +00:00
Kim F. Storm
177aef40f0 (read-quoted-char): Apply listify-key-sequence to vector
returned by this-single-command-raw-keys before appending it to
unread-command-event.
2002-09-07 22:50:58 +00:00
Colin Walters
125c108147 (ibuffer-diff-with-file): Just call `diff-buffer-with-file'. 2002-09-07 21:31:03 +00:00
Colin Walters
5840a0d4d3 (diff-buffer-with-file): Call diff synchronously, so we don't delete
the temporary file before diff has a chance to read it.
2002-09-07 21:30:37 +00:00
Colin Walters
0f7b0f8837 (diff): Add optional argument no-async, and use the above argument. 2002-09-07 21:30:19 +00:00
Colin Walters
23b0c5fcb2 (compile-internal): Add optional argument no-async. 2002-09-07 21:29:44 +00:00
Colin Walters
5488b9fcd3 *** empty log message *** 2002-09-07 21:28:04 +00:00
John Paul Wallington
cb0fd101b9 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
* emacs-lisp/find-func.el (find-function-recenter-line): Add
custom type.  Doc fix.
2002-09-07 06:45:43 +00:00
Stefan Monnier
537b4efb6c *** empty log message *** 2002-09-06 20:45:41 +00:00
Stefan Monnier
09bfa5cafb (menu-bar-make-mm-toggle): New macro.
(showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
(toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
Remove.  Use the minor mode function directly instead.
(menu-bar-mode): Add message and customize-mark-as-set and return
the new value as do other minor modes.
2002-09-06 20:27:59 +00:00
Stefan Monnier
3922343710 (edmacro-subseq): Don't use cl-push/cl-pop. 2002-09-06 19:46:24 +00:00
Francesco Potortì
c76c6e7351 etags.el tags-case-fold-search honoured when completing. 2002-09-06 15:17:19 +00:00
Francesco Potortì
8a294d9090 (find-tag-tag, complete-tag): Bind
completion-ignore-case based on tags-case-fold-search, so that
case-sensitivity of tag completion matches that of tag search.
2002-09-06 15:12:15 +00:00
Juanma Barranquero
2e78ba2400 (reftex-label-menu-flags): Fix typo. 2002-09-06 10:12:33 +00:00
Juanma Barranquero
fa6cd5c784 (speedbar-mode): Fix typos. 2002-09-06 10:11:30 +00:00
Juanma Barranquero
b29c5a843d *** empty log message *** 2002-09-06 07:22:02 +00:00
Juanma Barranquero
ffe9945614 (gnus-status-message): Fix spacing. 2002-09-06 07:21:51 +00:00
Juanma Barranquero
be35329292 (warning-level-aliases): Fix spacing. 2002-09-06 07:19:30 +00:00
Juanma Barranquero
8f2bf1bc3a (vcursor-toggle-vcursor-map): Fix spacing. 2002-09-06 07:19:10 +00:00
Juanma Barranquero
f7a53caeeb (fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing. 2002-09-06 07:18:44 +00:00