aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* SPC is not special in regexp within brackets.Richard M. Stallman1994-01-151-4/+13
| | | | | | | | | | (isearch-within-brackets): New variable. (isearch-mode): Set that. (isearch-edit-string): Bind that. (isearch-search-and-update): Set that. (isearch-top-state): Set that. (isearch-push-state): Use that. (isearch-search): Set that.
* (set-auto-mode): Handle (REGEXP FUNCTION t) elements.Richard M. Stallman1994-01-151-15/+28
|
* (comint-show-output): Leave point at start of output, but push the mark.Richard M. Stallman1994-01-151-3/+2
|
* Doc fix.Richard M. Stallman1994-01-151-0/+6
|
* (rmail-default-file): Renamed from rmail-last-file.Richard M. Stallman1994-01-151-4/+6
| | | | (rmail-default-rmail-file): Renamed from rmail-last-...
* Use new names rmail-default-file and rmail-default-rmail-file.Richard M. Stallman1994-01-151-10/+10
|
* Change defconsts to defvars. Doc fixes.Richard M. Stallman1994-01-141-25/+27
|
* (rmail-bury): Rename local rmail-buffer to buffer-to-bury.Richard M. Stallman1994-01-141-4/+6
|
* (debug): Bind unread-command-char to -1, not nil.Richard M. Stallman1994-01-141-1/+1
|
* (abbreviate-file-name): Don't convert / to ~/ when the home dir is /.Richard M. Stallman1994-01-141-1/+4
|
* (function-key-map): Change insertchar and deletechar to insert and delete.Richard M. Stallman1994-01-141-2/+2
|
* Comment change.Richard M. Stallman1994-01-141-2/+2
|
* entered into RCSRichard M. Stallman1994-01-141-1/+6
|
* (Man-default-man-args): Use Man-specified-section-option.Richard M. Stallman1994-01-121-2/+5
| | | | (Man-default-man-entry): Likewise.
* (open-line): Treat all cases of enabled undo alike.Richard M. Stallman1994-01-111-1/+1
|
* (byte-compile-condition-case): Disable warning aboutRichard M. Stallman1994-01-111-8/+16
| | | | symbol not naming a condition. Allow a list of condition names.
* (hif-tokenize): Handle // comments after #if.Richard M. Stallman1994-01-111-0/+5
|
* (mail-abbrev-mode-regexp): Add Reply-to.Richard M. Stallman1994-01-111-1/+2
|
* (Info-follow-reference): If point is not in middle of aRichard M. Stallman1994-01-101-1/+19
| | | | | | cross-reference but located somewhere on current line, make cross-reference the `default'. If only one cross-reference located in node, make it `default'.
* (isearch-mode): If not slow, clear isearch-window-configuration.Richard M. Stallman1994-01-101-3/+3
|
* (telnet): Fix previous change--tentative ideaRichard M. Stallman1994-01-101-1/+0
| | | | wasn't fully removed.
* (vendor-key-syms): Fixed typo (extra parens).Roland McGrath1994-01-091-1/+1
|
* (debug): Fixed typo.Roland McGrath1994-01-091-2/+2
|
* (debug): Bind a bunch of vars, like last-command, toRichard M. Stallman1994-01-091-56/+126
| | | | | | | | neutral values. Save the outer values in debugger-last-command, etc. Put those saved values back into effect when returning. (debugger-eval-expression): Put the saved values into effect while evaluating, and store modified values back into debugger-outer-... after evaluating.
* (diff): Select the differences buffer.Richard M. Stallman1994-01-091-12/+11
|
* (diff-latest-backup-file): Call file-chase-links.Richard M. Stallman1994-01-091-1/+1
|
* (c-indent-region): Keep looping till reach endmark.Richard M. Stallman1994-01-091-29/+31
| | | | Treat #-lines specially.
* (comint-input-autoexpand): Make default nil.Richard M. Stallman1994-01-091-1/+1
|
* (shell-input-autoexpand): New variable.Richard M. Stallman1994-01-091-2/+14
| | | | | (shell-mode): Set comint-input-autoexpand. (shell-mode): Don't call shell-dirstack-message.
* (vendor-key-syms): Add more HP keysyms and some Sun.Richard M. Stallman1994-01-091-0/+17
|
* Comment fix.Richard M. Stallman1994-01-091-2/+0
|
* (vendor-key-syms): Set this variable.Richard M. Stallman1994-01-081-0/+17
|
* (rmail-summary-delete-forward): Fix regexpRichard M. Stallman1994-01-081-3/+4
| | | | | | used for recognizing deleted message. (rmail-summary-output, rmail-summary-output-to-rmail-file): Use rmail-summary-delete-forward.
* (gnus-group-list-all-groups): Display a message in the echo area.Richard M. Stallman1994-01-081-2/+4
|
* If there are no subversions yet, use 1.Richard M. Stallman1994-01-081-1/+3
|
* (gud-common-init): Don't crash if no file specified.Richard M. Stallman1994-01-081-4/+5
|
* (rmail-summary-by-senders):Richard M. Stallman1994-01-081-2/+9
| | | | | | Add missing arg to rmail-new-summary. (rmail-summary-output, rmail-summary-output-to-rmail-file): Handle rmail-delete-after-output explicitly here.
* (enable-flow-control): Use prefix argument like minor modes.Richard M. Stallman1994-01-081-33/+48
| | | | | | (enable-flow-control-memstr=): Function deleted. (enable-flow-control-on): Use member instead. (flow-control-c-q-replacement, flow-control-c-s-replacement): New vars.
* Load version.el before site-load.el.Richard M. Stallman1994-01-081-2/+3
|
* Extend emacs-version based on which executable files exist.Richard M. Stallman1994-01-071-0/+12
|
* (dired-move-to-filename-regexp): New variable.Richard M. Stallman1994-01-071-1/+5
| | | | (dired-move-to-filename): Use that.
* (Info-directory-list): Change last elt to ../info (expanded).Richard M. Stallman1994-01-071-2/+6
|
* (command-line-1): Improve echo area message wording.Richard M. Stallman1994-01-071-4/+2
| | | | Don't print it if C-h C-p has been redefined.
* (ange-ftp-hash-mark-msgs): Undo previous change.Richard M. Stallman1994-01-071-2/+3
|
* (make-lucid-menu-keymap): Allow multiple identical inactive strings.Richard M. Stallman1994-01-071-2/+6
|
* (comint-show-output): Use (point-max) rather than erring when theRoland McGrath1994-01-061-2/+2
| | | | comint-last-input-end marker points nowhere.
* (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) toRoland McGrath1994-01-061-4/+19
| | | | | | absolute file names culled from error msgs. (compile-abbreviate-directory): Prepend comint-file-name-prefix (if boundp) to DIR before other processing.
* (shell-cd): Function removed.Roland McGrath1994-01-061-18/+22
| | | | | | | | (shell-prefixed-directory-name): New defsubst. (shell-process-popd, shell-process-pushd, shell-process-cd, shell-resync-dirs): Apply it to ARG when it's a directory name. Use (concat comint-file-name-prefix "~") in place of (getenv "HOME") or "~". Call cd instead of shell-cd.
* (mouse-menu-choose-yank): Don't use rotate-yank-pointer; setRoland McGrath1994-01-061-2/+7
| | | | kill-ring-yank-pointer explicitly instead.
* (compilation-buffer-p): Move defsubst before all callers.Roland McGrath1994-01-061-29/+65
| | | | | | | | | | | | | | | | | | (compilation-forget-errors): Reset compilation-parsing-end to 1 here. (compile-reinitialize-errors): Don't reset compilation-parsing-end after calling compilation-forget-errors. Comment out gratuitous switch-to-buffer call; what was the rationale for it? Don't check compilation-parsing-end (removed local AT-START); instead always append to compilation-old-error-list, it will be nil if at start. If compilation-error-list is non-nil before calling the parser, restore its previous value afterwards; it still indicates the current error position. Subtract the length of the existing compilation-error-list from FIND-AT-LEAST when calling the parser. (compilation-parse-errors): Don't check LIMIT-SEARCH at end of loop. Inside check it inside each case of the cond; in error case we must discard the last new error before stopping (just as for FIND-AT-LEAST). Use floating-point in buffer percentage calculation, to avoid integer overflow.