summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Various doc fixes, mainly to remove innappropriateDave Love1998-03-061-77/+81
| | | | | | | | | | | | | | | | leading "*"s. (browse-url-new-window-p, browse-url-netscape-display, browse-url-save-file, browse-url-generic-program): Add autoload cookie. (browse-url-mosaic-program, browse-url-lynx-input-field, browse-url-lynx-input-attempts, browse-url-lynx-input-delay): Add :version. (browse-url-of-file-hook): Add :options. (browse-url-lynx-emacs-args): New option. (browse-url-lynx-emacs): Use it. (browse-url-lynx-xterm): Use backquote. (browse-url-emacs-display): Use Emacs version, not XEmacs. ((require 'term)): When compiling.
* (generic-mode-ini-file-find-file-hook): Use and-s instead of if-s.Richard M. Stallman1998-03-061-46/+57
| | | | | | (generic-use-find-file-hook): Changed from defvar to defcustom. (generic-lines-to-scan): Changed from defvar to defcustom. (generic-find-file-regexp): Changed from defvar to defcustom.
* Fixed spelling of `autoload' magic cookies.Richard M. Stallman1998-03-061-2/+2
|
* 1998-03-06 Carsten Dominik <cd@delysid.gnu.org>Carsten Dominik1998-03-061-6/+9
| | | | | * (reftex-select-item): A set-buffer in the unwind-protect form makes sure we deinstall in the correct hooks.
* (backward-delete-char-untabify-method): New user option.Richard M. Stallman1998-03-061-2/+18
| | | | | (backward-delete-char-untabify): Obey it. This implements "hungry" delete.
* (time-stamp-pattern): New variable.Richard M. Stallman1998-03-061-44/+94
| | | | | (time-stamp): Use that new variable. (time-stamp-string): Take optional format arg.
* (basic-save-buffer): Use save-current-buffer not save-excursion.Richard M. Stallman1998-03-051-13/+14
|
* (isearch-*-char): Do nothing special if quoted with \.Richard M. Stallman1998-03-051-17/+20
|
* (auto-mode-alist): Recognize zone-mode.Richard M. Stallman1998-03-051-0/+15
|
* Use browse-url directly.Per Abrahamsen1998-03-041-2/+1
|
* (sref): Increase CHAR in the while loop.Kenichi Handa1998-03-041-1/+2
|
* Some support for character terminals provided.Richard M. Stallman1998-03-031-75/+349
| | | | | | | | | | | | | Various functions are smarter about using the correct windows and the appropriate keymaps. (vcursor-string): New variable, shows vcursor on dumb terminals. (vcursor-map): New variable, holds keymap for vcursor commands. (vcursor-use-vcursor-map): New variable, non-nil if vcursor keys are overlaid onto main keymap. (vcursor-toggle-vcursor-map): New function to implement this. (vcursor-interpret-input): New variable, copy input as if typed. (vcursor-window-funcall): With list instead of symbol, now calls interactively. (vcursor-isearch-backward): New function to match forward isearch.
* Comment change.Richard M. Stallman1998-03-032-2/+2
|
* (iswitchb-default-method): Remove :tag entries.Stephen Eglen1998-03-031-15/+25
| | | | Doc fixes.
* Comment change.Richard M. Stallman1998-03-035-1/+5
|
* (locate-update): New function.Richard M. Stallman1998-03-031-69/+79
| | | | | | | | | | | | | | | (locate-current-line-number): Renamed from `current-line'. (locate-default-make-command-line): Use list, not cons. (locate): Added a `save-window-excursion' form. (locate): Used an `apply' form for the start-process call. (locate-mode): Now has a `revert-buffer-function' (locate-do-setup): Now longer deletes window. (locate-header-face): Use underline, not region. (locate-update-command): New option. (locate-command): Changed from defvar to defcustom. (locate-make-command-line): Changed from defvar to defcustom. (locate-fcodes-file): Changed from defvar to defcustom. (locate-mouse-face): Changed from defvar to defcustom.
* (dired-get-filename): Don't call encode-coding-stringKenichi Handa1998-03-031-0/+1
| | | | if default-file-name-coding-system is non-nil.
* (insert-directory): Bind coding-system-for-write.Kenichi Handa1998-03-031-8/+6
| | | | | Don't encode filename here because call-process encodes the arguments by codign-system-for-write.
* Comment change.Richard M. Stallman1998-03-035-2/+5
|
* (gulp-send-requests): Call sort properly.Richard M. Stallman1998-03-031-3/+4
| | | | When showing the message, put point at beginning of buffer.
* (setup-japanese-environment): SetKenichi Handa1998-03-031-0/+1
| | | | default-file-name-coding-system to japanese-iso-8bit.
* (set-default-coding-systems): SetKenichi Handa1998-03-031-2/+5
| | | | | default-file-name-coding-system. Doc-string modified. (prefer-coding-system): Doc-string modified.
* (insert-directory): Bind coding-system-for-read toKenichi Handa1998-03-031-59/+64
| | | | | file-name-coding-system or default-file-name-coding-system if enable-multibyte-characters is non-nil
* (quoted-insert): Allow direct insertion of codes inKenichi Handa1998-03-031-7/+7
| | | | | the range 0200..0237. Use unibyte-char-to-multibyte for codes in the range 0240..0377.
* (sref): Typo in doc-string fixed.Kenichi Handa1998-03-031-2/+2
|
* (easy-menu-change): Handle case of no keywords.Richard M. Stallman1998-03-031-1/+1
|
* (ange-ftp-call-chmod): Don't try to chmod file `--'.Richard M. Stallman1998-03-021-2/+5
|
* (load-with-code-conversion):Karl Heuer1998-03-021-8/+5
| | | | | | | | Don't bind enable-multibyte-characters; instead, bind default-enable-multibyte-characters before creating buffer. (after-insert-file-set-buffer-file-coding-system): Use set-buffer-multibyte. Use add-hook to add this to after-insert-file-functions.
* (comint-arguments): Treat \" and such as part of one arg.Richard M. Stallman1998-03-021-1/+9
|
* ((require 'cl)): Revert to compile-time require.Dave Love1998-03-021-1/+1
| | | | Eliminating pushnew previously had actually fixed the lossage.
* Several doc fixes.Richard M. Stallman1998-03-021-50/+11
|
* Provide generic, not generic-mode.Richard M. Stallman1998-03-021-4/+6
|
* (change-log-font-lock-keywords): Recognize + in date.Richard M. Stallman1998-03-011-1/+1
|
* (read-quoted-char): Doc fix.Richard M. Stallman1998-02-281-2/+4
|
* (info): Always switch to buffer *info* even ifRichard M. Stallman1998-02-271-3/+2
| | | | current buffer is in Info mode.
* Remove debugging statements.Karl Heuer1998-02-271-7/+0
|
* (set-visited-file-name): Don't call backup-enable-predicateKarl Heuer1998-02-271-1/+2
| | | | when buffer-file-name is nil.
* (make-mode): Provide make-mode, not makefile.Karl Heuer1998-02-271-1/+1
|
* (mouse-avoidance-kbd-command): Function deleted.Richard M. Stallman1998-02-271-22/+21
| | | | | | (mouse-avoidance-fancy-hook, mouse-avoidance-exile-hook) (mouse-avoidance-banish-hook): Test whether last command was a mouse command of any kind.
* (dired-do-toggle): Moved here from dired-x.el.Karl Heuer1998-02-271-0/+26
| | | | (dired-mode-map): Changed dired-do-toggle from "T" to "t".
* (dired-do-toggle): Function moved to dired.el.Karl Heuer1998-02-271-30/+0
|
* Added version id.André Spiegel1998-02-271-0/+2
|
* (vc-default-init-version): New variable.André Spiegel1998-02-271-3/+13
| | | | (vc-register): Use it. Also use COMMENT argument.
* (iso-spanish, iso-german, iso-iso2tex,Dave Love1998-02-271-14/+14
| | | | | iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Fix doc, interactive spec.
* Changed to use directory-sep-char rather than "/".Simon Marshall1998-02-271-31/+38
|
* (rmail-retry-failure): Don't insist on findingKarl Heuer1998-02-251-6/+5
| | | | | MIME delimiter again at end of bounce text. (mail-unsent-separator): Accept "Your message follows".
* (thing-at-point-url-at-point): Intuit ftp:// on `short' URLs.Dave Love1998-02-251-6/+14
|
* (winner-mode): Autoload cookie for defcustom too.Dave Love1998-02-251-0/+1
|
* (reftex-toc-mode, reftex-select-label-mode):Karl Heuer1998-02-251-248/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (reftex-select-bib-mode): New major modes for RefTeX's special buffers. (reftex-offer-label-menu): Put selection buffer into `reftex-select-label-mode'. Make selection buffer read-only. Use `reftex-erase-buffer'. (reftex-do-citation): Put selection buffer into `reftex-select-bib-mode'. Make selection buffer read-only. Use `reftex-erase-buffer'. Set `reftex-select-return-marker'. (reftex-toc): Put *toc* buffer into reftex-toc-mode. Add mouse-face property. (reftex-select-item): Use recursive edit instead of selfmade command loop. Removed unnecessary local bindings. Changed the tag for catch, to avoid problems with `exit' tag in recursive-edit. Moved the code around old command loop to pre- and post-command-hook. (reftex-select-pre-command-hook, reftex-select-post-command-hook): (reftex-select-show-insertion-point): New functions. (reftex-reference): Set `reftex-select-return-marker'. (reftex-check-recursive-edit): Error message changed. (reftex-select-search-minibuffer-map): Obsolete constant removed. (reftex-select-next, reftex-select-previous, reftex-select-scroll-up): (reftex-select-scroll-down, reftex-select-next-heading): (reftex-select-previous-heading): Handle prefix arguments. (reftex-toc, reftex-make-and-insert-label-list): (reftex-insert-bib-matches): Add mouse-face property. (reftex-highlight-selection): New option. (reftex-select-mouse-accept): New command. (reftex-select-recursive-edit, reftex-select-search-forward): (reftex-select-search-backward, reftex-select-search): (reftex-select-scroll-up, reftex-select-scroll-down): (reftex-scroll-other-window, reftex-scroll-other-window-down): (reftex-empty-toc-buffer): Removed obsolete functions. (reftex-highlight-overlays): Removed obsolete 3rd overlay. (reftex-select-label-map, reftex-select-bib-map): Removed obsolete bindings, added mouse bindings, `digit-argument', `negative-argument', `reftex-select-show-insertion-point'. (reftex-erase-buffer): BUFFER now defaults to current buffer. (reftex-label-alist-builtin): Added sidecap packages support. (reftex-last-follow-point, reftex-select-return-marker): New variables. (reftex-toc, reftex-select-item): Set `reftex-last-follow-point'. (reftex-toc-post-command-hook): Use `reftex-last-follow-point'. (reftex-get-file-buffer-force): Turn off `enable-local-variables' when reading a file literally.
* (mathlst): Fix typo.Karl Heuer1998-02-251-2/+2
| | | | (shortlst): Avoid saying "Can you be", which confuses the doctor.