summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (invert-face): Handle inverting the default face better.Richard M. Stallman1997-01-071-6/+8
|
* (sh-shell-file): Downcase and remove extension on shells in NT.Richard M. Stallman1997-01-071-3/+3
|
* No longer a minor mode.Richard M. Stallman1997-01-071-85/+28
| | | | | | | | | | | | | (expand-submit-bug-report): Function deleted. (expand-mode-version, expand-mode-help-address): Variables deleted. (expand-mode): Variable and function deleted. (expand-mode-hook, expand-mode-name): Variables deleted. (expand-load-hook): Variable renamed from expand-mode-load-hook. (expand-map): Variable deleted. (expand-jump-to-next-slot): Renamed from expand-jump-to-next-mark. Add autoload. (expand-jump-to-previous-slot): Add autoload. Renamed from expand-jump-to-previous-mark.
* (command-line-1): Don't run buffer-menu if in batch mode.Richard M. Stallman1997-01-061-4/+5
|
* (x-handle-args): Stop arg processingRichard M. Stallman1997-01-061-2/+3
| | | | if we encounter "--", and preserve all remaining args.
* (frame-or-buffer-changed-p): Definition deleted.Richard M. Stallman1997-01-051-9/+4
| | | | (the end): Use mapc, to force loading of cl-extra.
* (switch-to-buffer-other-frame)Richard M. Stallman1997-01-051-6/+10
| | | | (switch-to-buffer-other-window): New arg NORECORD.
* (dired-garbage-files-regexp): New variable.Richard M. Stallman1997-01-041-0/+12
| | | | | (dired-flag-garbage-files): New command. (dired-mode-map): Put dired-flag-garbage-files on & and in menu.
* (dired-string-replace-match): Delete redundant autoload.Richard M. Stallman1997-01-031-7/+0
|
* (find-dired): Doc fix.Richard M. Stallman1997-01-031-1/+4
|
* Changed my e-mail address in the header.André Spiegel1997-01-032-10/+6
|
* (occur): Minor cleanups.Erik Naggum1997-01-031-3/+2
|
* (list-matching-lines-face): New variable.Richard M. Stallman1997-01-031-3/+24
| | | | (occur): Highlight the actual matching characters.
* Initial revisionRichard M. Stallman1997-01-031-0/+244
|
* (texinfo-mode): Locally set tex-first-line-header-regexp.Richard M. Stallman1997-01-021-87/+20
| | | | | | | | | | Locally set tex-trailer. (texinfo-mode): Use regexps for tex-start-of-header and tex-end-of-header. (texinfo-tex-region, texinfo-tex-buffer): Use tex-region and tex-buffer. (texinfo-tex-print): Use tex-print. (texinfo-tex-view): New command, on C-x C-t C-v.
* (word-help-mode-alist, reset-word-help)Richard M. Stallman1997-01-021-127/+380
| | | | | | | | | | | | | | | | | | | | | | | (word-help-switch-help-file): Added support for completion. (word-help-complete, word-help-complete-list) (word-help-complete-index, word-help-extract-matches) (word-help-make-complete): New functions/variables for completion. (word-help-mode-alist): Enhanced search regexps. (word-help-index-mapper): Defaults now to extracting the first word. (word-help-mode-alist, word-help-index-mapper) (word-help-main-index, word-help-main-obarray) (reset-word-help, set-help-file, word-help-process-indexes) (word-help-goto-index-node): Doc fixes. (word-help-goto-index-node): Requires passing the keyword. Uses this in the a new and enhanced magic indexing routine. (set-help-file, word-help): Handle `completion-ignore-case' better. (word-help-extract-index): `case-fold-search' better handled. (word-help): Magic guessing of relevant help file put in new function word-help-find-help-file. (word-help-guess-all): New subroutine. (word-help-guess): Use word-help-guess-all. May optionally copy only upto the cursor, instead of the entire keyword.
* (easy-menu-create-keymaps): Menu item STYLE toggle (checkbox)Richard M. Stallman1997-01-021-28/+64
| | | | | | | | | | | | | and radio (radio button) are prefixed by "[X] " or "(*) " respectively, when selected and "[ ] " or "( ) ", when not selected. In a menu that contain these prefixes, " " is used as prefix for items that have no other prefix. (easy-menu-update-button): New function used as `menu-enable' property for checkboxes and radio buttons to update the prefixes. (easy-menu-define): Change documentation string to describe the new prefixes.
* Initial revisionRichard M. Stallman1997-01-021-0/+717
|
* (sh-shell-file): On MSDOS, collapse $SHELL to lowerRichard M. Stallman1997-01-021-8/+16
| | | | | | | | case and remove the executable extension, if any. (sh-other-keywords): Define an entry for `sh' and make `bourne' inherit from that. (sh-mode): Always pass nil as 3rd arg to sh-set-shell.
* (dired-do-chxxx): Use -- only on GNU systems.Richard M. Stallman1997-01-021-1/+4
|
* (tex-region): Correctly handle possibleRichard M. Stallman1997-01-021-29/+36
| | | | | | | overlap between first line, header, and region. New local var ALREADY-OUTPUT makes this general. Write tex-trailer directly as a string; get rid of temp-buffer. Make tex-out-file include the .tex suffix.
* (server-process-filter): Let-bind `pos'.Richard M. Stallman1997-01-021-2/+2
|
* (repeat-complex-command): BindRichard M. Stallman1997-01-011-3/+3
| | | | | minibuffer-history-position and minibuffer-history-sexp-flag only for the read-from-minibuffer call.
* (locate-mode): Locally set dired-move-to-filename-regexp,Richard M. Stallman1996-12-311-32/+12
| | | | | | | | dired-permission-flags-regexp, and dired-actual-switches. (locate-set-indentation): Function deleted. (locate-insert-header): Don't indent the header line. (locate-indentation-string): Variable deleted. (locate-do-setup): Rewrite the loop that adds indentation.
* (dired-make-relative): Ignore the third argument;Richard M. Stallman1996-12-311-9/+7
| | | | never signal an error just bbcause FILE is not in DIR's tree.
* (insert-directory): Use -- as argRichard M. Stallman1996-12-311-1/+3
| | | | so that a file name or pattern is never taken as an option.
* (dired-do-chxxx): Use -- as argRichard M. Stallman1996-12-311-1/+1
| | | | so that the file name is never taken as an option.
* (Info-find-node): Don't clear Info-index-alternatives.Richard M. Stallman1996-12-301-2/+1
| | | | (Info-index-next): Fix error message.
* (server-start): Don't delete ~/.emacs-server.Richard M. Stallman1996-12-301-6/+12
| | | | | Instead, delete the names emacsserver really uses if compiled with SERVER_HOME_DIR.
* (byte-compile-file): Set default-directory in compiler input buffer.Richard M. Stallman1996-12-301-2/+4
|
* (dired-permission-flags-regexp): New variable.Richard M. Stallman1996-12-301-3/+6
| | | | (dired-move-to-end-of-filename): Use it instead of a constant.
* Initial revisionRichard M. Stallman1996-12-301-0/+385
|
* (iso-languages): For Catalan, delete 'C and 'c;Richard M. Stallman1996-12-301-11/+13
| | | | | delete `i, `I, `u, `U. Add "i, "I. Delete ~t. For Spanish, delete ~t, 'c and 'C.
* (tex-first-line-header-regexp): New variable.Richard M. Stallman1996-12-291-0/+15
| | | | (tex-region): Sometimes include the file's first line.
* (completion-ignored-extensions):Richard M. Stallman1996-12-291-13/+19
| | | | | Separate out the system-independent elements. Add Texinfo index files.
* (report-emacs-bug): Use compose-mail.Richard M. Stallman1996-12-291-8/+9
|
* (hs-emacs-type): Doc fix.Richard M. Stallman1996-12-291-1/+1
|
* (dired-insert-directory): Don't override the user's locale.Richard M. Stallman1996-12-291-15/+3
| | | | (dired-standard-move-to-filename-regexp): Var deleted.
* (rmail-msg-is-pruned): New function.Richard M. Stallman1996-12-281-23/+40
| | | | | (rmail-toggle-header): Add an optional argument to specify explicitly whether the header should be pruned or displayed in full.
* (help-map): Define C-h C-i to run word-help.Richard M. Stallman1996-12-281-0/+1
|
* (expand-map): Don't define SPC.Richard M. Stallman1996-12-281-61/+43
| | | | | | | | (expand-template-abbreviation): Function deleted. (expand-try-to-expand): Function deleted. (expand-abbrev-hook): Add a no-self-insert property. (expand-skeleton-end-hook): Use skeleton-position. (expand-add-abbrevs): Doc fix.
* Initial revisionRichard M. Stallman1996-12-281-0/+571
|
* (skeleton-positions): Renamed from skeleton-marks.Richard M. Stallman1996-12-281-7/+7
|
* (skeleton-marks): New variable.Richard M. Stallman1996-12-281-0/+9
| | | | (skeleton-insert, skeleton-internal-1): Set skeleton-marks.
* *** empty log message ***Michael Kifer1996-12-2811-112/+414
|
* Many doc fixes.Richard M. Stallman1996-12-271-9/+21
| | | | | (sort-regexp-fields): Don't test for buffer-substring-lessp; always return a pair of bounds.
* (ispell-message-text-end): Handle `- ' beforeRichard M. Stallman1996-12-271-2/+3
| | | | | the "cut here" or "start of..." line. Handle `Forward message' without `Start of'.
* (mail-yank-clear-headers): Handle case of end < start.Richard M. Stallman1996-12-271-9/+41
| | | | | (mail-indent-citation): Handle case of end < start. (mail-yank-region): New command (on C-c C-r).
* (mail-indentation-spaces): Doc fix.Richard M. Stallman1996-12-271-1/+1
|
* (menu-bar-tools-menu): Add a "send mail" entry.Richard M. Stallman1996-12-271-0/+1
|