summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Karl Heuer1995-08-151-10/+0
|
* Rewrite as a minor mode.Karl Heuer1995-08-151-72/+26
|
* (vip-set-hooks): Use view-mode-hook, not view-hook.Karl Heuer1995-08-141-3/+3
|
* (basic-save-buffer-1): Pass new arg to write-region.Richard M. Stallman1995-08-141-2/+3
|
* (insert-file-contents-literally): New function.Richard M. Stallman1995-08-141-9/+38
| | | | (find-file-noselect): Use it if new optional argument `rawfile' is non-nil.
* (command-line-1): Add option --eval to evalute anRichard M. Stallman1995-08-141-1/+10
| | | | expression on the command line and print the result.
* (forms-check-number-of-fields): New vbl.Richard M. Stallman1995-08-141-5/+15
| | | | (forms-mode): Don't issue warning if vbl says not to.
* (recover-file): It's ok if the visited file doesn't exist.Richard M. Stallman1995-08-131-3/+32
| | | | | (recover-session-finish): Compute "file name" from autosave file if no visited file.
* (mouse-drag-region): Unread the up-event rather than execute it here.Richard M. Stallman1995-08-131-2/+3
|
* (rmail-convert-file): Look back for ^_ only at bol.Richard M. Stallman1995-08-121-2/+2
|
* (shell-command-on-region): Don't examine order ofRichard M. Stallman1995-08-121-4/+4
| | | | | point and mark; use order of START and END instead. Interactively pass point and mark, not region-beg and region-end.
* Insert missing quote in help-font-lock-keywords.Simon Marshall1995-08-111-1/+1
|
* (isearch-other-meta-char): Avoid bug checking whetherRichard M. Stallman1995-08-101-1/+5
| | | | | a key is defined in the function key map. Call cancel-kbd-macro-events.
* (byte-compile-insert-header): Use 19.29, not 19.28.90Richard M. Stallman1995-08-101-54/+56
| | | | | | | | | as limit for where dynamic docstrings are allowed. (byte-compile-insert-header): New args inbuffer and outbuffer. Test byte-compile-dynamic-docstrings in the initially current buffer. (byte-compile-from-buffer): Add new args to byte-compile-insert-header.
* (server-buffer-done): Pause between client commands,Richard M. Stallman1995-08-101-4/+6
| | | | but not after the last one.
* (vc-dired-reformat-line): Display eight character user names correctly.Richard M. Stallman1995-08-101-1/+1
|
* Comment change.Richard M. Stallman1995-08-101-4/+7
|
* Comment change.Richard M. Stallman1995-08-101-4/+7
|
* Added Font Lock mode support.Simon Marshall1995-08-101-0/+21
|
* Rewrite texinfo-font-lock-keywords; don't fontify syntactically.Simon Marshall1995-08-101-10/+13
|
* Tweak fortran-font-lock-keywords-1.Simon Marshall1995-08-101-1/+1
|
* Functionality for font-lock-beginning-of-syntax-function to be used by ↵Simon Marshall1995-08-101-128/+262
| | | | font-lock-fontify-region when calculating the cache state. Also wrap value of buffer-file-truename to guard against clash detection. Also add scheme-font-lock-keywords.
* (interpreter-mode-alist): Delete autoload cookie.Richard M. Stallman1995-08-092-2/+7
|
* * man.el (Man-translate-references): Anchor the regexps.Francesco Potortì1995-08-091-3/+3
|
* (vc-revert-buffer): In a dedicated solitary window,Richard M. Stallman1995-08-081-2/+8
| | | | make the frame invisible instead of trying to delete window.
* (forward-paragraph): Don't overlook a paragraph-startRichard M. Stallman1995-08-081-2/+2
| | | | line just because it ends at eob.
* (dired-mode-map): Set up the map completelyRichard M. Stallman1995-08-081-224/+225
| | | | before storing it into dired-mode-map.
* (command-line-1): Fix previous change.Richard M. Stallman1995-08-071-1/+1
|
* (tcl-do-auto-fill): Only fill past fill-column; for 19.29.Tom Tromey1995-08-071-21/+25
| | | | (tcl-auto-fill-mode): Use force-mode-line-update.
* (byte-compile-output-docform): CheckRichard M. Stallman1995-08-071-66/+69
| | | | byte-compile-dynamic-docstrings in input buffer, not output buffer.
* Standardize layout of doc strings.Richard M. Stallman1995-08-061-42/+40
|
* (delete-selection-pre-hook): New type value `yank'.Richard M. Stallman1995-08-061-1/+10
| | | | (yank): Use `yank' as delete-selection property.
* (column-number-mode, line-number-mode): Default now t.Richard M. Stallman1995-08-061-2/+2
|
* (Info-read-node-name-1): New function.Richard M. Stallman1995-08-051-1/+20
| | | | | (Info-read-node-name): Use Info-read-node-name-1 to avoid getting confused by spaces when text starts with (FILENAME).
* (tab-to-tab-stop): Expand abbrevs only after a word-char.Richard M. Stallman1995-08-051-1/+2
|
* (set-face-background): When using face-color-supported-p,Richard M. Stallman1995-08-051-1/+5
| | | | specify foreground, not background.
* (fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):Richard M. Stallman1995-08-051-7/+11
| | | | Invoke auto filling only when past fill-column.
* (bibtex-maintain-sorted-entries): Make nil the default.Richard M. Stallman1995-08-051-1/+1
|
* (ps-print-emacs-type): Renamed from emacs-type.Richard M. Stallman1995-08-041-17/+19
|
* Renamed `fsf' to `emacs' in all names.Richard M. Stallman1995-08-041-13/+13
|
* (compilation-error-regexp-alist): Add regexp for Sun ada.Roland McGrath1995-08-041-0/+4
|
* Initial revisionRichard M. Stallman1995-08-041-0/+454
|
* (command-line-1): Mention recover-session if there's a .saves file.Richard M. Stallman1995-08-031-0/+6
|
* Don't alter bindings in minibuffer-local-must-match-mapRichard M. Stallman1995-08-031-8/+6
| | | | | | or completion-list-mode-map. (tmm-add-prompt): Use make-local-hook; add hook locally. (tmm-delete-map): Delete hook locally.
* (resize-minibuffer-setup): Use make-local-hook.Richard M. Stallman1995-08-031-7/+6
|
* (tpu-control-keys): New initial value, nil.Richard M. Stallman1995-08-031-21/+20
| | | | | | (tpu-help): Back up one page at a time. (tpu-set-control-keys): New function. (tpu-edt-on): Call tpu-set-control-keys.
* (jka-compr-load): Bind load-force-doc-strings.Richard M. Stallman1995-08-021-1/+2
|
* (dired-do-copy): Doc fix.Richard M. Stallman1995-08-021-2/+2
|
* (archive-remote-regexp): Don't accept hostnamesRichard M. Stallman1995-08-021-1/+1
| | | | ending in period. (See previous ange-ftp.el change.)
* (fill-region-as-paragraph): Don't find adaptive-fill-regexpRichard M. Stallman1995-08-021-6/+18
| | | | | | | | | on first line of paragraph if it's a paragraph-separate line. Don't look past the intended line. (adaptive-fill-function): New variable. (fill-region-as-paragraph): Use it. (colon-double-space): New variable. (canonically-space-region): Put two spaces after colon if necessary.