aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (menu-bar-enable-clipboard): Moved here theRichard M. Stallman1994-07-311-11/+11
| | | | clipboard function key bindings.
* Specify patterns for objc-mode.Richard M. Stallman1994-07-301-1/+18
|
* (ispell-message-text-end): Improve context diff regexp.Richard M. Stallman1994-07-301-2/+2
|
* (rmail-new-summary): If just one window,Richard M. Stallman1994-07-301-1/+11
| | | | put the summary in the upper window and Rmail buffer below.
* (rmail-display-summary): New variable.Richard M. Stallman1994-07-301-3/+10
| | | | | | | (rmail): Call rmail-summary at the end if rmail-display-summary is set. (rmail-highlight-face): New variable. (rmail-highlight-headers): Use it if non-nil.
* (rmail-highlighted-face): New variable.Richard M. Stallman1994-07-301-4/+9
| | | | (rmail-highlight-headers): Use it if non-nil.
* (gnus-group-suspend): Be sure to bury the right buffer.Richard M. Stallman1994-07-301-3/+5
|
* (mouse-choose-completion): Check for next-single-property-changeRichard M. Stallman1994-07-291-1/+2
| | | | returning nil.
* (choose-completion): Check for next-single-property-change returning nil.Richard M. Stallman1994-07-291-1/+1
|
* (rmail-summary-mode-map): Add Re-send menu item.Richard M. Stallman1994-07-291-0/+3
|
* (rmail-mode-map): Add Re-send menu item.Richard M. Stallman1994-07-291-0/+3
|
* (face-initialize): Use underlining for region faceRichard M. Stallman1994-07-291-7/+13
| | | | | if there's no gray. (face-try-color-list): Support `underline' in color list.
* (hide-ifdefs): Doc fix.Richard M. Stallman1994-07-291-1/+1
|
* (file-truename): Temporarily get rid of theRichard M. Stallman1994-07-291-2/+9
| | | | ange-ftp completion handler.
* type-break-time-warning-intervals, type-break-keystroke-warning-intervals,Noah Friedman1994-07-281-146/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type-break-warning-repeat: New variables. type-break-current-time-warning-interval, type-break-current-keystroke-warning-interval, type-break-time-warning-count, type-break-keystroke-warning-count: New variables. type-break-demo-boring: New function. type-break-demo-functions: Add it to the default list. type-break-post-command-hook: New variable. type-break-run-tb-post-command-hook: New function. type-break-mode: Install them. type-break-keystroke-reset: New function. type-break-check: Call it when appropriate. type-break: call type-break-cancel-schedule. Check that rest time was within 60 seconds of "good rest" interval, not 120. type-break-time-warning-schedule, type-break-cancel-time-warning-schedule, type-break-time-warning-alarm, type-break-time-warning: New functions. type-break-schedule: Remove interactive spec and docstring. Call type-break-time-warning-schedule. type-break-cancel-schedule: Remove interactive spec and docstring. Call type-break-cancel-time-warning-schedule. type-break-check: Don't check for type-break-mode here. type-break-run-tb-post-command-hook does that now. type-break-keystroke-warning: New function. type-break-check-keystroke-warning: New inline function (defsubst). type-break-check: Call it. type-break-query: Bind type-break-mode to nil while calling query function.
* (Info-find-node): Use a loop instead of mapcar and catch.Richard M. Stallman1994-07-281-13/+9
|
* (buffer-menu): Undo previous change.Richard M. Stallman1994-07-281-3/+4
| | | | | Instead, save the point value that list-buffers set up and go back there after switching windows.
* (justify-current-line): Delete space at end of line.Richard M. Stallman1994-07-271-1/+4
|
* (set-auto-mode): Shorten scope of case-fold-search binding.Richard M. Stallman1994-07-271-50/+55
| | | | | | | (cd-absolute): Call file-name-as-directory first thing. (basic-save-buffer-1): Ignore file-precious-flag if the file's dir is not writable.
* (compilation-error-regexp-alist): Fix bug in BorlandRichard M. Stallman1994-07-271-3/+9
| | | | | C++ change. Make first regexp reject cases that give column numbers. Add new regexp for GNU format with column numbers.
* (what-domain): Doc fix.Richard M. Stallman1994-07-271-1/+1
|
* (forms--update): Undo change made mistakenly.Richard M. Stallman1994-07-261-5/+5
|
* Finish installing previous change.Richard M. Stallman1994-07-261-111/+114
|
* Comment change.Richard M. Stallman1994-07-261-0/+3
|
* (vc-next-action): Even in 1-file case, get its name from FILES.Richard M. Stallman1994-07-261-7/+6
| | | | | (vc-finish-logentry): Don't do vc-buffer-sync on the parent buffer when that parent buffer is a dired buffer.
* Made menu bar's autoloaded stuff conditional onRichard M. Stallman1994-07-261-75/+111
| | | | | | | | | | | | | | purify-flag, to avoid error message when loading ediff in a frame that has no menu bar. (ediff-setup): Improved mode-line-buffer-identification. Now accommodates buffer identifications generated by mode-line.el and uniquify.el. (ediff-current-diff-face-A/B, ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B): Variables changed to contain face names instead of face internal representation.
* (menu-bar-update-buffers): Use (current-global-map), not global-map.Richard M. Stallman1994-07-261-2/+2
|
* (forms-read-file-filter): new hook function toRichard M. Stallman1994-07-261-33/+155
| | | | | | | | | | | | | | | | | | | | | | | preprocess file contents before being passed to forms mode. (forms-write-file-filter): new hook function to preprocess file contents before it is being saved to disk. Can be used to undo the effects of `forms-read-file-filter'. (forms-mode): Supply a default format if no `forms-format-list' was specified. Preprocess file contents using `forms-read-file-filter' and attach `forms-write-file-filter' to the `local-write-file-hooks' of the file buffer. Present a friendly message if the visited file is empty or new. (forms--intuit-from-file): New subroutine to get the number of fields from the data file; constructs a default format list. (forms-save-buffer): Forms mode wrapper for `save-buffer'. (forms--change-commands, forms--exit): Use it. (forms--update): Check for the presence of the field separator in any of the fields. Refuse update if found. (forms-delete-record): Allow the last record of the file to be deleted, even if not terminated by a newline. (forms--local-write-file-function): Remove. Didn't do any good. Replaced by `forms-save-buffer'.
* (compilation-next-error-locus): New arg SILENT.Richard M. Stallman1994-07-261-4/+5
|
* (dissociated-press): Error at start if buffer is empty.Richard M. Stallman1994-07-261-0/+2
|
* Emacs 18 changes from Carl Witty.Tom Tromey1994-07-261-10/+17
|
* (command-line-args-left): Add defvar.Richard M. Stallman1994-07-251-0/+3
|
* (comint-dynamic-list-completions): Listify the keyRichard M. Stallman1994-07-251-1/+1
| | | | sequence to be put back.
* (c++-mode-syntax-table): Give RET the same syntax as newline.Richard M. Stallman1994-07-251-1/+2
|
* (emacs-lisp-mode-syntax-table): Give RET the same syntax as newline.Richard M. Stallman1994-07-251-0/+2
|
* (dbx): Use system-configuration, not system-type.Richard M. Stallman1994-07-241-2/+2
|
* (dired-internal-noselect): a zero modtime means directory is unchanged.Richard M. Stallman1994-07-241-1/+2
|
* Add to global key map for cut, paste & copy keys.Richard M. Stallman1994-07-241-0/+4
|
* (system-key-alist): Add Sun-specific X11R6 keysyms.Richard M. Stallman1994-07-241-0/+7
|
* (mail-extr-all-top-level-domains): Update a few long names.Richard M. Stallman1994-07-241-4/+4
|
* (menu-bar-update-buffers): If Buffers item is gone,Richard M. Stallman1994-07-241-93/+95
| | | | don't bring it back.
* (add-log-current-defun): Skip doc stringRichard M. Stallman1994-07-241-1/+3
| | | | correctly even if it ends with line that starts space.
* (ispell-tex-buffer-p): Write names in lower case. Add slitex-mode.Richard M. Stallman1994-07-241-1/+1
|
* (line-move, next-line): Check last line moved overRichard M. Stallman1994-07-241-4/+11
| | | | has a newline, in a way that intangible text does not confuse.
* Change reference from renamed calendar-current-month to calendar-goto-today.Edward M. Reingold1994-07-221-1/+1
|
* type-break-schedule: Remove autoload cookie.Noah Friedman1994-07-211-56/+44
| | | | type-break-check: Optimized for speed.
* type-break-good-rest-interval: Doc fix.Noah Friedman1994-07-211-71/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | type-break-keystroke-threshold: Calcuate based on 35wpm, not 30. type-break-demo-function-vector: Variable deleted. type-break-demo-functions: New variable. type-break: Use new variable. type-break-time-difference: Return absolute value. type-break-format-time: New inline function (defsubst). type-break-statistics, type-break: Use it. type-break-mode: Just test prefix-numeric-value >= 0 to to enable mode. The only visible difference is that invocation with no prefix arg the same as if given positive numeric prefix arg now. Do not document type-break-query-interval or type-break-query-function here; make fritterware-happy users read the source. type-break: If type break is much less (at least 2 minutes) than a "good rest interval", ask user whether or not to continue with the break. type-break-check: Do nothing if user is in the minibuffer. When alarm is signaled but min threshold isn't reached, reschedule break. type-break-demo-life: Eat char entered to end life demo.
* (Emacs 19 menu setup): Move back to top level and do it only if purify-flag.Richard M. Stallman1994-07-201-434/+865
| | | | | | | | | | | | | | | (ediff-find-file, ediff-files-internal, ediff-patch-file): Modified to work with remote and compressed files. (ediff-read-file-name, ediff-buffers): Better defaults. (ediff-read-file-name) Handle OS/2. (ediff-forward-word-function) New function. (ediff-wordify-function): Variable deleted. (ediff-toggle-regexp-match, ediff-hide-regexp-matches): New functions. (ediff-focus-on-regexp-matches): New function. (ediff-status-info): New function. (ediff-file-names, ediff-line-numbers): Functions deleted.
* (dired-between-files): Ignore dired-subdir-regexpRichard M. Stallman1994-07-201-3/+3
| | | | | | if we can move to the file name on the line. (dired-internal-noselect): Don't revert, just suggest `g'.
* (ispell-command-loop, ispell-region, ispell-word):Richard M. Stallman1994-07-201-237/+219
| | | | | | | | Only pop up the choices window if an error is found in the region. Don't change the size of the choices window except as needed. Don't (sit-for 0) at the start of ispell-region (i.e. don't force redisplay at the start of the region). (ispell-overlay-window): Small documentation fix.