summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)Stefan Monnier2002-09-091-35/+30
| | | | | (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks. Update callers (but still run the old hooks as well).
* (keyboard-quit): Set defining-kbd-macro to nil toKim F. Storm2002-09-091-0/+1
| | | | cancel defining keyboard macro when applicablex.
* (apply-macro-to-region-lines): Let-bind mark-active toKim F. Storm2002-09-091-1/+2
| | | | nil while executing macro to avoid triggering delete-selection-mode.
* TypoKim F. Storm2002-09-091-1/+1
|
* *** empty log message ***Kim F. Storm2002-09-091-0/+8
|
* (what-line): Don't hard-code 1.Stefan Monnier2002-09-091-41/+19
| | | | | | (transient-mark-mode, line-number-mode, column-number-mode): Use define-minor-mode. (do-auto-fill): Only ignore prefix if it's really empty.
* (find-library-suffixes, find-library-name)Stefan Monnier2002-09-091-17/+29
| | | | | (find-library): New funs. (find-function-search-for-symbol): Use it.
* (byte-compile-file): Don't switch buffer.Stefan Monnier2002-09-091-3/+5
|
* (isearch-cmds): Add docstring.Stefan Monnier2002-09-091-103/+107
| | | | | | | | (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.
* Notify a change in files.el. On the occasion, fix some indentations;Markus Rost2002-09-091-4/+9
| | | | e.g., replace spaces by a tab.
* (save-some-buffers-action-alist): Use lower case for help string ofMarkus Rost2002-09-091-1/+1
| | | | diff-buffer-with-file.
* *** empty log message ***Richard M. Stallman2002-09-091-0/+34
|
* (cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.Richard M. Stallman2002-09-091-1/+2
|
* (mouse-scroll-calendar-left)Richard M. Stallman2002-09-091-7/+28
| | | | | (mouse-scroll-calendar-right, mouse-calendar-other-month): New commands. (calendar-mode-line-format): Use them.
* (byte-recompile-directory): Set and then bind default-directory.Richard M. Stallman2002-09-091-57/+61
|
* (fancy-splash-head, normal-splash-screen):Richard M. Stallman2002-09-091-9/+8
| | | | Change the messages that explain about GNU or GNU/Linux.
* (auto-mode-alist): Use sh-mode for .bash files.Richard M. Stallman2002-09-091-0/+1
|
* (ls-lisp-format-time-list): New variable.Richard M. Stallman2002-09-091-2/+20
| | | | (ls-lisp-format-time): Use it.
* Many doc fixes.Richard M. Stallman2002-09-091-39/+40
|
* (Info-search): Add (point-min) to subfile positionsRichard M. Stallman2002-09-091-5/+9
| | | | to get them right. Skip the current subfile using forward-line.
* (make-backup-file-name-1): When make-directory fails,Richard M. Stallman2002-09-091-5/+8
| | | | | ignore backup-directory-alist. (make-directory): Expand DIR before looking for handler.
* (doctor-cadr, doctor-caddr, doctor-cddr): Remove.John Paul Wallington2002-09-092-30/+31
| | | | Update callers.
* (diff): Doc fix.Markus Rost2002-09-092-1/+5
|
* (byte-compile-delete-errors): Default to nil.Richard M. Stallman2002-09-092-2/+22
|
* Comment change.Richard M. Stallman2002-09-091-0/+4
|
* (undo-elt-in-region): Fix one-off error at END.Richard M. Stallman2002-09-091-29/+53
| | | | | | (forward-visible-line): Handle invisibility by ignoring invisible newlines. Also include entire invisible lines beyond the stopping point.
* (custom-save-variables, custom-save-faces):Richard M. Stallman2002-09-091-4/+8
| | | | Clarify the comments written into .emacs.
* (doctor-doc): Recognize question words and use qlist.Richard M. Stallman2002-09-091-12/+7
| | | | | | | 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.
* RegeneratedKim F. Storm2002-09-082-5/+5
|
* Regenerated.Kim F. Storm2002-09-081-102/+107
|
* (kmacro-end-and-call-macro): New command to end andKim F. Storm2002-09-081-3/+362
| | | | | | | | | | | | | | | 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.
* *** empty log message ***Kim F. Storm2002-09-081-0/+14
|
* (read-quoted-char): Apply listify-key-sequence to vectorKim F. Storm2002-09-072-2/+8
| | | | | returned by this-single-command-raw-keys before appending it to unread-command-event.
* (ibuffer-diff-with-file): Just call `diff-buffer-with-file'.Colin Walters2002-09-072-33/+7
|
* (diff-buffer-with-file): Call diff synchronously, so we don't deleteColin Walters2002-09-071-1/+1
| | | | the temporary file before diff has a chance to read it.
* (diff): Add optional argument no-async, and use the above argument.Colin Walters2002-09-071-3/+5
|
* (compile-internal): Add optional argument no-async.Colin Walters2002-09-071-2/+7
|
* *** empty log message ***Colin Walters2002-09-071-0/+10
|
* * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.John Paul Wallington2002-09-073-3/+11
| | | | | * emacs-lisp/find-func.el (find-function-recenter-line): Add custom type. Doc fix.
* *** empty log message ***Stefan Monnier2002-09-061-6/+43
|
* (menu-bar-make-mm-toggle): New macro.Stefan Monnier2002-09-061-58/+51
| | | | | | | | (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.
* (edmacro-subseq): Don't use cl-push/cl-pop.Stefan Monnier2002-09-061-1/+1
|
* etags.el tags-case-fold-search honoured when completing.Francesco Potortì2002-09-061-0/+6
|
* (find-tag-tag, complete-tag): BindFrancesco Potortì2002-09-061-2/+8
| | | | | completion-ignore-case based on tags-case-fold-search, so that case-sensitivity of tag completion matches that of tag search.
* (reftex-label-menu-flags): Fix typo.Juanma Barranquero2002-09-062-3/+5
|
* (speedbar-mode): Fix typos.Juanma Barranquero2002-09-061-2/+2
|
* *** empty log message ***Juanma Barranquero2002-09-062-1/+55
|
* (gnus-status-message): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (warning-level-aliases): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (vcursor-toggle-vcursor-map): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|