aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (ada-mode): Rename end-comment-column to ada-comment-end-column.Richard M. Stallman1994-10-131-3/+5
| | | | | (ada-inline-comment): Likewise. (ada-comment-end-column): Declare variable.
* (change-log-mode-map): Move the definition up.Richard M. Stallman1994-10-131-7/+7
|
* (facemenu-read-color, facemenu-colors): New fn, var.Richard M. Stallman1994-10-121-35/+159
| | | | | | | | | | | | | (facemenu-set-face, facemenu-set-face-from-menu, facemenu-after-change): Face property can take a list value; add to it rather than completely replacing the property. (facemenu-add-face, facemenu-discard-redundant-faces): New functions. (facemenu-set-foreground, facemenu-set-background) (facemenu-get-face, facemenu-foreground, facemenu-background): New functions and variables. Faces with names of the form fg:color and bg:color are now treated specially. (facemenu-update): Updated for above.
* (jka-compr-mode-compression-info-list): Add .tgz extension.Richard M. Stallman1994-10-121-25/+13
| | | | | | (jka-compr-mode-alist-additions): New variable. (jka-compr-install): Append jka...additions to auto-mode-alist. (jka-compr-uninstall): Remove jka-...-additions from auto-mode-alist.
* Removed setting of font-lock-keywords inadvertently left after last patch.Simon Marshall1994-10-121-5/+5
|
* (mouse-major-mode-menu): Use minor-mode-map-alistRichard M. Stallman1994-10-121-2/+59
| | | | | | | | | | instead of overriding-local-map. Display equiv keys using mouse-major-mode-menu-compute-equiv-keys. (mouse-major-mode-menu-compute-equiv-keys): New function. (mouse-major-mode-menu): New function, on C-mouse-3. (mouse-major-mode-menu-1): New function (mouse-set-font): Move it to C-mouse-2.
* * font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,Simon Marshall1994-10-121-178/+251
| | | | | | | | | | | | | font-lock-background-mode, font-lock-face-attributes): Default to nil. (font-lock-make-faces): New function. Set them. (font-lock.el): Add to after-init-hook if noninteractive or use it. (font-lock-maximum-size): New variable. (font-lock-mode): Use it to fontify only if buffer is within it. (font-lock-defaults, font-lock-defaults-alist): Item for syntax table. (font-lock-set-defaults): Set font-lock-syntax-table too. (lisp-font-lock-keywords-2): Fix CLisp end-of-keyword in regexp. (c-font-lock-keywords-*): Specific to ANSI C. (c++-font-lock-keywords-*): Specific to ANSI C++.
* * texinfo.el: (texinfo-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps.Simon Marshall1994-10-121-3/+4
| | | | (shell-mode): Set font-lock-defaults.
* * sh-script.el: (sh-set-shell): Set font-lock-defaults.Simon Marshall1994-10-121-5/+3
|
* * sendmail.el: (mail-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * rmail.el: (rmail-variables): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * perl-mode.el: (perl-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * pascal.el: (pascal-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * outline.el: (outline-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * makefile.el: (makefile-mode-syntax-table): Made `'' and ``' beSimon Marshall1994-10-121-9/+12
| | | | | | strings, and `#' be a comment. (makefile-font-lock-keywords): Add variable reference regexp. (makefile-mode): Set font-lock-defaults.
* * fortran.el: (fortran-mode-syntax-table): Made `!' be a comment.Simon Marshall1994-10-121-0/+67
| | | | | | (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2, fortran-font-lock-keywords): New variables. (fortran-mode): Set font-lock-defaults.
* * dired.el: (dired-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+1
|
* * compile.el: (compilation-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * asm-mode.el: (asm-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * add-log.el: (change-log-mode): Set font-lock-defaults.Simon Marshall1994-10-121-1/+2
|
* (mail-alias-modtime): Doc fix.Richard M. Stallman1994-10-121-1/+1
|
* * ada.el: (ada-mode-syntax-table): Made `-' and `\n' be comments.Simon Marshall1994-10-121-2/+88
| | | | | | (ada-font-lock-keywords-1, ada-font-lock-keywords-2, ada-font-lock-keywords): New variables. (ada-mode): Set font-lock-defaults.
* (c-mode-map): Capitalize Mode in C Mode menu bar item.Richard M. Stallman1994-10-121-1/+1
|
* (makefile-mode-name): Removed.Richard M. Stallman1994-10-111-68/+310
| | | | | | | | | | | | | | | | | | | | | | | | | (makefile-mode): Skip any number of "#"s at beginning of comments. (makefile-electric-keys): New variable. (makefile-electric-dot): Self insert if not at bol. (makefile-electric-equal): Really self-insert if not at bol. (makefile-pickup-everything): Prefix arg means force pickups to be redone. (makefile-insert-macro-ref): Don't use format. (makefile-runtime-macros-list): Added "$" to list. (makefile-insert-special-target): Don't use format. (makefile-insert-macro): Don't use format. (makefile-insert-target): Don't use format. (makefile-insert-target-ref): Don't use format. (makefile-electric-colon): Really self-insert if not at bol. (makefile-complete): New function. Bound to M-TAB. (makefile-do-macro-insertion): New function. (makefile-mode-map): Add menu bar bindings. (makefile-font-lock-keywords): New constant. (makefile-mode): Deal with font-lock, add-log, imenu. (makefile-macroassign-regex): Changed for use with font-lock. (makefile-dependency-regex): Changed for use with font-lock. (makefile-add-log-defun): New function. (makefile-menu-index-function): New function.
* (compare-windows-whitespace): Eliminate initial value.Richard M. Stallman1994-10-111-2/+4
| | | | | (tex-region): Don't delete temp files if we do one buffer twice in a row.
* (rmail-find-all-files): Fix several errors and make faster.Richard M. Stallman1994-10-111-12/+28
| | | | | | | Always return a single-level list of file names. (rmail-construct-io-menu): If FILES is null, turn off the menus. (rmail-disable-menu): A phony "command", always disabled in menus. (rmail-list-to-menu): Reverse the list L.
* (rmail-summary-resend): New function.Richard M. Stallman1994-10-111-1/+8
| | | | | (rmail-summary-mode-map - resend): Call rmail-summary-resend instead of rmail-resend.
* (font-lock-set-defaults): Do nothing if font-lock-keywords already non-nil.Richard M. Stallman1994-10-111-19/+25
| | | | | Use font-lock-defaults. (font-lock-defaults): New variable.
* (normal-top-level-add-to-load-path): New function.Richard M. Stallman1994-10-111-0/+15
| | | | (normal-top-level): Load subdirs.el in each dir in load-path.
* Write the subdirs.el file.Richard M. Stallman1994-10-111-0/+22
|
* (blink-matching-open): Check there is a previousRichard M. Stallman1994-10-111-13/+18
| | | | | nonblank line before trying to display it. No need for backward-char before the skip-chars-backward.
* (rmail-summary-rmail-update): Pass new arg to rmail-show-message.Richard M. Stallman1994-10-111-2/+2
|
* (rmail-show-message): New argument no-summary.Richard M. Stallman1994-10-111-5/+7
|
* (system-key-alist): Add sun versions ofRichard M. Stallman1994-10-111-0/+3
| | | | mute-grave, mute-diaeresis, mute-asciicircum.
* (c-mode-map): Use "C mode" for the menu bar item name.Richard M. Stallman1994-10-111-1/+1
|
* (tcl-mode): imenu-create-index-function made buffer local.Tom Tromey1994-10-111-3/+7
|
* (mouse-select): Pass an arg to mouse-extend.Richard M. Stallman1994-10-111-1/+1
|
* (mail-hist-put-headers-into-history)Richard M. Stallman1994-10-111-5/+13
| | | | | | (mail-hist-current-header-contents, mail-hist-forward-header) (mail-hist-current-header-name): Use regexp-quote on mail-header-separator.
* Fix typo in previous change.Richard M. Stallman1994-10-101-1/+1
|
* (calculate-lisp-indent): Local varRichard M. Stallman1994-10-101-21/+30
| | | | | | last-sexp renamed to calculate-lisp-indent-last-sexp. (lisp-indent-function): Use new name of var. (calculate-lisp-indent-last-sexp): Var defined.
* (menu-bar-file-menu): Don't include the frameRichard M. Stallman1994-10-101-5/+9
| | | | commands in a non-frame version of Emacs.
* (calendar-holiday-marker): Copy holiday-face from highlight face.Richard M. Stallman1994-10-101-3/+2
|
* (ispell-highlight-spelling-error):Richard M. Stallman1994-10-101-252/+252
| | | | | | | | Have just one definition, which decides what to do. (ispell-command-loop): New args START and END. Do highlighting and unhighlighting here. (ispell-word, ispell-region, ispell-complete-word): Not here. (ispell-highlight-spelling-error-generic): Bind buffer-undo-list to t.
* (emacs-lisp-mode-syntax-table): Don't set syntax of formfeed.Richard M. Stallman1994-10-091-1/+0
|
* (byte-compile-insert-header): Use user-mail-address.Richard M. Stallman1994-10-091-1/+1
|
* (appt-delete-window): Look on all frames for the window.Richard M. Stallman1994-10-091-5/+8
| | | | (appt-disp-window): If frame is unsplittable, use display-buffer.
* (add-log-current-defun): In texinfo-mode,Richard M. Stallman1994-10-081-1/+1
| | | | handle the case of no commas after @node.
* (rmail-delete-forward): Use rmail-select-summary.Richard M. Stallman1994-10-081-3/+2
|