summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Use new face.Simon Marshall1996-10-281-1/+1
|
* more auto-mode-alist modes.Simon Marshall1996-10-281-0/+2
|
* (timezone-time-from-absolute): Fix off-by-onePaul Eggert1996-10-281-1/+1
| | | | error in current-time-origin.
* (refer-bib-directory): New variable, list ofRichard M. Stallman1996-10-261-88/+245
| | | | | | | | | | | | | | | | | | | | | | | | directories where to look for bib files. Special values `texinputs' and `bibinputs' mean take directory list from corresponding environment variable. (refer-bib-files): New special value `auto', for looking up all files in directories pointed to by refer-bib-directory. I have the feeling that this isn't really my code but came from the net (copylefted). However, I cannot trace this down any more. If it isn't mine, it's probably Ashwin's. (refer-get-bib-files): Support `auto' value of refer-bib-files. Support `texinputs', `bibinputs' value of refer-bib-directory. (refer-saved-state, refer-previous-keywords, refer-saved-pos, refer-same-file): Properly declared (defvar) these variables. (refer-yank-key): New function. (refer-find-entry-internal): Find bibliography entries in other window, with minimal reconfiguration of windows. (refer-expand-files): New function.
* (electric-perl-terminator, perl-indent-command):Richard M. Stallman1996-10-261-4/+8
| | | | | (perl-backward-to-noncomment, indent-perl-exp): Avoid error if comment-start-skip is nil.
* (mouse-sel-set-selection-function): Doc fix.Richard M. Stallman1996-10-261-5/+12
| | | | | | Use x-select-text, for the primary selection. (mouse-sel-get-selection-function): Use x-cut-buffer-or-selection-value, for the primary selection.
* (set-visited-file-name): Doc fix.Richard M. Stallman1996-10-261-2/+2
| | | | (write-file): Use CONFIRM when calling set-visited-file-name.
* (kill-buffer-and-window): New command.Richard M. Stallman1996-10-261-1/+11
| | | | Bind it to C-x 4 0.
* (sh-mode): Don't make font-lock-keywords buffer-local.Richard M. Stallman1996-10-261-1/+0
|
* (rmail-reply): Merge resent-to and resent-cc into to and cc.Richard M. Stallman1996-10-261-22/+28
| | | | Ignore the resent- fields aside from that.
* (pascal-indent-declaration): Avoid infinite loopRichard M. Stallman1996-10-261-1/+2
| | | | if edpos is at end of buffer.
* (Info-insert-dir): Ensure directory ends with slash.Karl Heuer1996-10-251-1/+2
|
* (makefile-font-lock-keywords): Accept - and . inKarl Heuer1996-10-251-1/+1
| | | | variable names.
* (imenu-scanning-message): Use ellipsis.Karl Heuer1996-10-251-2/+2
|
* (iso-langauges): Alphabetize list.Karl Heuer1996-10-251-36/+63
| | | | Add Catalan, Spanish, and Esperanto.
* (lexical-let): Fixed a bug involving nestedKarl Heuer1996-10-241-0/+1
| | | | lexical contexts and macros.
* (dired-insert-directory): Check for non-US LANG.Karl Heuer1996-10-241-1/+1
|
* Changes to font-lock-fontify-syntactically-region: (a) the cache position ↵Simon Marshall1996-10-231-336/+756
| | | | | | must be a marker, (b) use a loop to look for comment start, some speedups. Two new faces, two new modes.
* Add Font Lock support. Add mode command autoload cookie.Simon Marshall1996-10-231-49/+160
|
* Tweak dired-font-lock-keywords.Simon Marshall1996-10-231-11/+38
|
* Tweak mail-font-lock-keywords.Simon Marshall1996-10-231-5/+11
|
* Tweak rmail-font-lock-keywords.Simon Marshall1996-10-231-12/+16
|
* Add Font Lock support. Provide when loaded.Simon Marshall1996-10-231-1/+57
|
* Tweak change-log-font-lock-keywordsSimon Marshall1996-10-231-3/+22
|
* (compilation-skip-to-next-location): Defined.Karl Heuer1996-10-201-6/+12
| | | | (compilation-next-error-locus, compilation-parse-errors): Respect it.
* (vc-dired-reformat-line): Discard check for numerical value ofAndré Spiegel1996-10-171-1/+0
| | | | vc-locking-user.
* (vc-file-owner): Always return user name, using the optional argumentAndré Spiegel1996-10-171-19/+5
| | | | | | of user-login-name. (vc-locking-user, vc-status): Discard checks for numerical value of vc-locking-user.
* (universal-argument): Doc fix.Richard M. Stallman1996-10-151-1/+2
|
* (f90-no-block-limit): Fixed bug for indentation ofRichard M. Stallman1996-10-151-35/+38
| | | | | | | | | | | | | | | | elsewhere and elseif. (f90-looking-at-where-or-forall): Now allows for labelled forall and where statements. (f90-font-lock-keywords-2): New highlighting for labelled where and forall. Fixed small bug with else highlighting. (f90-fill-region): Moved indentation to f90-break-line. (f90-break-line): Will now always indent the second line. (f90-indent-line): Simpler test for auto-fill. (f90-auto-fill-mode): Removed. (f90-electric-insert): Added for possibility of auto-filling of lines without spaces, as well as early updating of line. (f90-mode-map): Added bindings of operators to f90-electric-insert. (f90-do-auto-fill): Now also updates line (changes case).
* (hack-local-variables-prop-line):Richard M. Stallman1996-10-131-5/+25
| | | | Ignore case when checking for `mode'.
* (describe-function): If no fn specified, say so.Richard M. Stallman1996-10-131-94/+100
| | | | | | (variable-at-point): Return 0 if no variable there. (describe-variable): If no variable specified, say so. Don't use nil as the variable.
* (define-function): Define as alias for defalias.Richard M. Stallman1996-10-121-0/+1
|
* Use defalias not define-function.Richard M. Stallman1996-10-121-2/+2
|
* (define-function): Mark it as obsolete.Richard M. Stallman1996-10-121-1/+2
|
* (rmail): Run rmail-mail-hook last.Richard M. Stallman1996-10-121-7/+12
| | | | | (rmail-mode-2): Don't run rmail-mode-hook here. (rmail-mode, rmail): Run it here.
* (msb--toggle-menu-type): Call menu-bar-update-buffers with t.Richard M. Stallman1996-10-121-1/+1
|
* Comment change.Richard M. Stallman1996-10-128-13/+13
|
* (edt-load-xkeys): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (set-process-filter): Doc fix.Richard M. Stallman1996-10-121-2/+2
|
* Doc fixes on most variables.Richard M. Stallman1996-10-121-24/+23
|
* (tpu-load-xkeys): Doc fix.Richard M. Stallman1996-10-121-3/+3
|
* (nnfolder-ignore-active-file): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (2C-two-columns): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (r2b-proceedings-list, r2b-help-message): Doc fixes.Richard M. Stallman1996-10-121-2/+2
|
* (solitaire): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (newline): Use buffer-has-markers-at.Richard M. Stallman1996-10-111-0/+2
|
* (browse-url-at-point): Add autoload cookie.Richard M. Stallman1996-10-111-16/+5
| | | | | (browse-url-at-mouse, browse-url-of-buffer, browse-url-of-file) (browse-url-of-dired-file): Likewise.
* (browse-url): New function.Richard M. Stallman1996-10-111-151/+341
| | | | | | | | | | | | | | | | | | | | | (browse-url-CCI-host): New variable. (browse-url-at-mouse): Added event-buffer and event-point functions for XEmacs compatibility. (browse-url-file-url): Check for EFS after alist, URL-encode special chars. (browse-url-grail): New function. (browse-url-interactive-arg): Add new-window logic. (browse-url-looking-at): Fixed. (browse-url-lynx-xterm): New function. (browse-url-lynx-emacs): Use term.el instead of terminal.el. (browse-url-netscape): Contact/start Netscape in the background. Multi-display support. Renamed browse-url-netscape-send. URL-encode comma. (browse-url-netscape-command): New variable. (browse-url-netscape-startup-arguments): New variable. (browse-url-url-at-point): Improved matching to supply missing "http://". Other fixes for byte-compilation.
* (auto-mode-alist): .hpp files get C++ mode.Richard M. Stallman1996-10-101-0/+1
|
* (narrow-to-defun): Narrow to the same defun that `mark-defun' would makeErik Naggum1996-10-081-4/+8
| | | | | the region. (insert-parentheses): Let a negative argument enclose preceding sexps.