summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (sgml-xml-auto-coding-function): CallKenichi Handa2002-08-192-1/+6
| | | | re-search-forward with NOERROR t..
* [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]Miles Bader2002-08-192-2/+20
| | | | | (inferior-emacs-lisp-mode): Give `comint-inhibit-carriage-motion' a local value of t.
* [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]Miles Bader2002-08-191-35/+39
| | | | | | | | | (comint-inhibit-carriage-motion): New variable. (comint-carriage-motion): Argument STRING removed. New arguments START and END; interpret characters between START and END rather than using special comint state. (comint-output-filter): Call `comint-carriage-motion'. (comint-output-filter-functions): Don't add `comint-carriage-motion'.
* *** empty log message ***Richard M. Stallman2002-08-191-1/+6
|
* New file.Richard M. Stallman2002-08-191-0/+5575
|
* (font-lock-mode): Set change-major-mode-hook locally.Richard M. Stallman2002-08-191-2/+2
|
* (ibuffer-list-buffer-modes): Doc fix.Andreas Schwab2002-08-182-1/+4
|
* * reftex.el (reftex-mode): Create special syntax tables.Carsten Dominik2002-08-172-4/+27
| | | | | | | (reftex-syntax-table): Set a default in case this is being used outside a LaTeX file. (reftex-syntax-table-for-bib): Set a default in case this is being used outside a LaTeX file.
* *** empty log message ***Richard M. Stallman2002-08-171-0/+11
|
* (tar-subfile-mode): Use add-hook and remove-hook, and useRichard M. Stallman2002-08-171-8/+8
| | | | | write-file-functions instead of local-write-file-hooks. (tar-untar-buffer): Don't try to extract directories.
* (fringe-mode): Set to nil.Richard M. Stallman2002-08-171-0/+4
|
* (rmail-search-mime-header-function): Doc fix.Richard M. Stallman2002-08-171-1/+1
|
* *** empty log message ***Richard M. Stallman2002-08-151-1/+47
|
* (appt-delete): Use substring-no-properties.Richard M. Stallman2002-08-151-4/+7
| | | | (appt-make-list): Don't use prin1-to-string; use the string unchanged.
* (menu-bar-next-tag-other-window, menu-bar-next-tag)Richard M. Stallman2002-08-151-67/+99
| | | | | | | | | | | | | | | | | (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar) (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression) (menu-bar-toggle-cua-mode, menu-bar-read-mail) (menu-bar-help-extra-packages, help-with-tutorial-spec-language) (menu-bar-text-mode-auto-fill): New commands, used in menu bar menus instead of lambda expressions. (menu-bar-showhide-fringe-menu-customize-left) (menu-bar-showhide-fringe-menu-customize-right) (menu-bar-showhide-fringe-menu-customize-disable) (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes. (menu-bar-options-menu): Use toggle-truncate-lines. (showhide-date-time): Call customize-mark-as-set.
* (server-process-filter): Simplify code.Richard M. Stallman2002-08-151-40/+42
| | | | | | (server-goto-line-column): New function. (server-visit-files): Use server-goto-line-column. Offer to revert only if file has changed.
* (font-lock-mode): Add font-lock-unfontify-bufferRichard M. Stallman2002-08-151-1/+5
| | | | to change-major-mode-hook when font lock is enabled.
* (recover-this-file): New function.Richard M. Stallman2002-08-151-1/+6
| | | | (after-find-file): Recommend recover-this-file.
* (reftex-mode): Moved creation of special syntax tables to top-level.Carsten Dominik2002-08-151-10/+13
|
* *** empty log message ***Carsten Dominik2002-08-151-0/+5
|
* *** empty log message ***Stefan Monnier2002-08-151-0/+27
|
* (locate-library): Use locate-file(-completion).Stefan Monnier2002-08-151-46/+54
| | | | | | | | | | (help-split-fundoc): Tighten the regexp and recognize a usage-info where the function name is `fn'. (help-function-arglist): Follow aliases and macros. (describe-function-1): Use keymapp. If the docstring contains a usage info, use it even if the function is not a subroutine. Find usage info in aliases' docstring if necessary. (describe-variable): Get the value before setting up the *Help* buffer.
* (easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-151-10/+15
| | | | | | (define-minor-mode): Get rid of this silly `togglep'. Add an explicit `toggle' argument (used for interactive calls). Emit a warning when a nil argument turns the mode off.
* Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-158-11/+11
|
* (setup-ethiopic-environment-internal, exit-ethiopic-environment):Stefan Monnier2002-08-151-4/+4
| | | | | Use find-file-hook and write-file-functions instead of find-file-hooks and write-file-hooks.
* (dynamic-completion-mode): Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-151-1/+1
|
* (split-window-save-restore-data): Use push and with-current-buffer.Stefan Monnier2002-08-151-8/+7
| | | | | (handle-select-window): Don't do anything if the window has disappeared since the event was generated.
* (imenu-always-use-completion-buffer-p): Make obsolete.Stefan Monnier2002-08-152-43/+55
| | | | | | | | | (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars. (imenu-space-replacement): Allow nil value. (imenu--completion-buffer): Use new vars and simplify. Fix handling of minibuffer-setup-hook. Use minibuffer-completion-help instead of rolling our own. (imenu-choose-buffer-index): Use the new var.
* (find-function-search-for-symbol): Use find-file-hook instead of ...-hooks.Stefan Monnier2002-08-151-1/+1
|
* (ange-ftp-wipe-file-entries): Fix type mismatch;David Kastrup2002-08-141-1/+2
| | | | use `hash-table-size' instead of `length'.
* *** empty log message ***David Kastrup2002-08-141-0/+5
|
* (command-line): Load custom-file if not done yet.Stefan Monnier2002-08-141-2/+7
|
* *** empty log message ***Kenichi Handa2002-08-141-0/+8
|
* (xselect-convert-to-string): If TYPE is non-nil,Kenichi Handa2002-08-141-23/+79
| | | | | | | encode the selection data string. Always return cons of type and string. (selection-converter-alist): Add (UTF8_STRING . xselect-convert-to-string).
* (find-function-search-for-symbol): Obey `definition-name' properties.Richard M. Stallman2002-08-131-0/+4
|
* (easy-mmode-define-global-mode): Put `definition-name' properties onRichard M. Stallman2002-08-131-1/+3
| | | | the functions whose names are constructed.
* (toggle-truncate-lines): Force redisplay. Display status message.Richard M. Stallman2002-08-131-2/+6
|
* (comment-region): Force `lines' when `block' is set.Stefan Monnier2002-08-122-117/+98
|
* *** empty log message ***Richard M. Stallman2002-08-121-0/+16
|
* (pages-target-buffer): Add defvar. Renamed from target-buffer.Richard M. Stallman2002-08-121-4/+6
| | | | (pages-directory, pages-copy-header-and-position): Uses changed.
* (scroll-all-mode): Use define-minor-mode.Richard M. Stallman2002-08-121-25/+2
| | | | | | (scroll-all-mode): defcustom deleted. (running-xemacs): Variable deleted. (minor-mode-alist): Don't manipulate it directly.
* (appt-make-list): Correct the parsing of each appointment from time-string.Richard M. Stallman2002-08-121-19/+23
|
* *** empty log message ***Kenichi Handa2002-08-111-0/+8
|
* (search-unencodable-char): NewKenichi Handa2002-08-111-104/+145
| | | | | | | function. (select-safe-coding-system): Show unencodable characters. (unencodable-char-position): Deleted, and implemented by C in coding.c.
* I did not mean to check in these changes yet, they are stillJohn Wiegley2002-08-101-267/+92
| | | | unreviewed.
* Removed eshell-under-cygwin-p, and all uses of it.John Wiegley2002-08-106-104/+271
|
* *** empty log message ***John Wiegley2002-08-101-0/+9
|
* (pages-directory-mode): Undo previous change.Richard M. Stallman2002-08-092-1/+8
|
* (set-variable): If given a prefix argument, set variable buffer-locally.Richard M. Stallman2002-08-092-4/+35
| | | | Give locality status in prompt.
* (font-lock-function): Make it buffer-local.John Paul Wallington2002-08-092-1/+5
|