summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (bibtex-auto-fill-function): Adapted for use withKarl Heuer1995-12-131-247/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed autofill policy of emacs-19.30 (uses now fill-prefix instead of indent-line-function). (bibtex-indent-line-function): Removed (not used any more). (bibtex-make-field): Was broken when called non-interactively. (bibtex-make-field): Point is now placed on closing brace or quote (suggested by Karl Eichwalder <ke@ke.Central.DE>). (bibtex-clean-entry): Comma after last field isn't deleted anymore (new standard in BibTeX 0.99 and 1.xx). (bibtex-enclosing-reference-maybe-empty-head): Works with entries with comma after last field. (bibtex-reference): Permits entries with comma after last field. (bibtex-font-lock-keywords): Enhanced to support new field-name characters (suggested by Martin Maechler <maechler@stat.math.ethz.ch>). (bibtex-field-name): Now numbers (not as the first sign), dashes, and underscores are allowed (suggested by Martin Maechler <maechler@stat.math.ethz.ch> and Oren Patashnik <opbibtex@labrea.Stanford.EDU>). (bibtex-make-field): Was broken on lines containing non-parenthesized entries (reported by Karl Eichwalder <ke@ke.Central.DE>). (bibtex-validate-buffer): Changed so that preamble references are ignored (same as string entries) (reported by Martin Maechler <maechler@stat.math.ethz.ch>). (bibtex-enclosing-reference-maybe-empty-head): New function to be used in case reference head may be empty. (bibtex-clean-entry, bibtex-pop-previous, bibtex-pop-next): Uses now bibtex-enclosing-reference-maybe-empty-head. (bibtex-mode): Added support for font-lock mode. (bibtex-font-lock-keywords): New variable with font-lock keywords for BibTeX mode. (bibtex-make-optional-field): Not longer interactive (suggested by Karl Eichwalder <karl@pertron.central.de>). (bibtex-maintain-sorted-entries): Set to nil, since it requires more user attention and more restricted files to have this set to t. (bibtex-maintain-sorted-entries, bibtex-sort-ignore-string-entries): Made buffer local, since it may depend on the buffer which preferences to use. (bibtex-validate-buffer): Looking for correct sort order only when bibtex-maintain-sorted-entries is non-nil. Put a comment in the `KNOWN BUGS' section about the quote-inside-quotes problem. (whole file): Changed string `true' in some documentation strings to `non-nil' (e.g. `if variable has a true/non-nil value'). (bibtex-mode-map): Changed `move/edit' to `bibtex-edit'. (bibtex-sort-entries): Now works correctly with `@String' entries inside BibTeX files (i.e. after the occurence of other references). (bibtex-validate-buffer): Inserted code which looks if entries are balanced (a single non-escaped quote inside braces was not detected till now, but bibtex-sort-entries stumbles about it). (bibtex-entry): bibtex-move-outside-of-entry is only called when bibtex-maintain-sorted-entries is nil (otherwise bibtex-find-entry-location determines the correct location). (bibtex-find-entry-location): Now uses binary search. As before, it assumes that the buffer is sorted without duplicates (but as before it is only called when bibtex-maintain-sorted-entries is t). Ignores `@String' entries if told so via variable bibtex-sort-ignore-string-entries. (bibtex-clean-entry): Respect bibtex-maintain-sorted-entries when inserting autokey. (bibtex-validate-buffer): Searching whole buffer for duplicates and correct order is now done directly instead of calling bibtex-find-entry-location (since this is to be reprogrammed to use a binary search instead a sequential one). (bibtex-parse-keys): May now be called with an optional parameter which (if t) tells bibtex-parse-keys that it should abort if input is pending. (bibtex-mode): The instance of bibtex-parse-keys called in auto-save-mode-hook is now called with this new parameter set to t, so an auto-save caused by exceeding auto-save-interval is now aborted immediately if user is still typing. (bibtex-print-help-message, bibtex-clean-entry): Use now constant strings instead of custom ones. (bibtex-clean-entry): Changed the call of bibtex-enclosing-reference to a more specific call so entries without a key (here allowed) can be handled. (bibtex-reference-key): Cleared off parentheses (caused string entries enclosed by parentheses instead of braces to be not added to bibtex-completion-candidates). (bibtex-complete-string): Made it use bibtex-string. (bibtex-keys, bibtex-buffer-last-parsed-for-keys-tick): New buffer-local variables to make parsing of BibTeX buffer for reference keys (needed by TAB completion in minibuffer when entering key) more occasional. (bibtex-parse-keys): New function to parse for keys (functionality was partially included in bibtex-entry). (bibtex-entry): Changed to use bibtex-parse-keys. (bibtex-mode): Installs bibtex-parse-keys as an auto-save-mode-hook, so whole buffer is parsed at most when it is autosaved. (bibtex-clean-entry): Calls bibtex-parse-keys on the new entry, so bibtex-keys remains consistent for new entries that are finished by calling this function (most should). (bibtex-inside-field): Be independent on current setting of bibtex-field-right-delimiter (allows more intermixing between quotes and braces). (bibtex-make-field): Last change didn't make it work correctly when called non-interactively by bibtex-entry (fixed).
* (dired-flag-backup-files): Under MS-DOS, search forKarl Heuer1995-12-131-12/+11
| | | | | possible backup files by checking for filenames which end with a `k' (the backup extension is `.bak').
* Take optional arg FRAME.Simon Marshall1995-12-131-30/+47
| | | | If flag not nil or t, don't change the attribute.
* (rmail-forward): Delete trailing blank lines.Karl Heuer1995-12-131-0/+5
|
* (sendmail-send-it): Added support for Resent-CC andKarl Heuer1995-12-131-2/+7
| | | | Resent-BCC headers.
* (fill-context-prefix): Doc fix.Karl Heuer1995-12-131-1/+1
|
* Provide sh-script.Karl Heuer1995-12-131-0/+1
|
* (change-log-mode): Defaults for `indent-tabs-mode'Karl Heuer1995-12-131-1/+3
| | | | and `tab-width'.
* (sh-mode-map): Make the code more legible.Karl Heuer1995-12-131-34/+28
| | | | | | | | (sh-font-lock-keywords-1): Allow keyword `in' at eol too. (sh-font-lock-keywords-only): New variable to prevent an apostrophe in comment from misfontifying buffer, but to allow users who don't have such to get strings fontified. (sh-mode): Use it.
* Wrap case-fold-search for x-frob-font-weight and x-frob-font-slant.Simon Marshall1995-12-121-28/+32
|
* Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>).Simon Marshall1995-12-111-5/+4
|
* Don't turn on in any buffer with a leading space in its name.Simon Marshall1995-12-091-33/+65
| | | | | When (un)fontifying, make sure we're doing it in the whole buffer. Make a command to refontify the window.
* (gnus-simplify-mode-line): New function to simplify theLars Magne Ingebrigtsen1995-12-091-25/+15
| | | | | | mode line in a safer manner. (gnus-group-mode, gnus-browse-mode, gnus-summary-mode, gnus-article-mode, gnus-server-mode): Use the function.
* (gnus-group-set-mode-line): Allow user defined specs in the groupLars Magne Ingebrigtsen1995-12-081-0/+1
| | | | format mode line.
* (add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to endTom Tromey1995-12-071-6/+8
| | | | of line before searching.
* (add-log-tcl-defun): Now uses tcl-beginning-of-defun.Tom Tromey1995-12-071-5/+10
|
* * gnus.el (gnus-parse-headers-hook): New hook.Lars Magne Ingebrigtsen1995-12-061-19/+40
| | | | | | | | | | | | | | | (gnus-get-newsgroup-headers): Call it. (gnus-get-newsgroup-headers-xover): Call it. (gnus-group-mode-map): Moved `gnus-group-fetch-faq' from `M-f' to `H f'. (gnus-summary-copy-article): Allow respooling to any backend. (gnus-summary-set-process-mark): Make sure each article can only be process marked once. (gnus-summary-remove-lines-marked-with): Put point on a valid article after removing lines. (gnus-summary-sort-by-author): Didn't allow sorting when pseudo-articles were present. (gnus-summary-sort-by-subject): Ditto.
* (recover-file): Also recover new, unsaved files.Erik Naggum1995-12-061-1/+1
|
* More repairs of wrong function names in menus!Edward M. Reingold1995-12-051-16/+19
|
* Repair function names from rms error in modifying!Edward M. Reingold1995-12-051-12/+14
|
* Autoload diary-iso-date.Edward M. Reingold1995-12-051-0/+4
|
* Chnaged all occurrences of buffer-substring to buffer-substring-no-properties.Edward M. Reingold1995-12-051-12/+16
|
* Fixed dst-in-effect for southern hemisphere. Also made doc string clearer.Edward M. Reingold1995-12-051-12/+11
|
* (copyright-regexp): Recognize ISO copyright symbol.Karl Heuer1995-12-031-3/+3
| | | | (copyright-update): Pattern is now match #2, not #1.
* (display-table-slot,set-display-table-slot): Document the slot names.Erik Naggum1995-12-031-2/+5
|
* (isearch-edit-string): Consider the case whenRichard M. Stallman1995-12-011-3/+5
| | | | iserch-string is empty and so are the search rings.
* (gud-sdb-marker-filter): start may be nil, so check itRichard M. Stallman1995-12-011-1/+1
| | | | with numberp before using it.
* (gnus-post-news): Add autoload.Richard M. Stallman1995-12-011-0/+1
|
* (calendar-chinese-sexagesimal-name): Renamed fromPaul Eggert1995-11-301-6/+6
| | | | calendar-chinese-sexagisimal-name to fix misspelling.
* (holiday-rosh-hashanah-etc): Fix misspelled var.Paul Eggert1995-11-301-6/+6
|
* (calendar-absolute-from-astro): Doc fix.Paul Eggert1995-11-301-1/+1
|
* (calendar-next-calendar-round-date, calendar-previous-calendar-round-date):Paul Eggert1995-11-301-2/+2
| | | | Doc fix.
* (calendar-setup, calendar-basic-setup, calendar-next-calendar-round-date,Paul Eggert1995-11-301-5/+5
| | | | calendar-previous-calendar-round-date, cal-tex-cursor-year): Doc fix.
* (list-sexp-diary-entries): Doc fix.Paul Eggert1995-11-301-1/+1
|
* (holiday-easter-etc): Fix misspelling of "Whitmonday".Paul Eggert1995-11-301-1/+1
|
* (solar-longitude): Doc fix.Paul Eggert1995-11-301-1/+1
|
* (save-place-limit): New variable.Richard M. Stallman1995-11-301-2/+23
| | | | | | (load-save-place-alist-from-file): Obey it. Fix "done" message. (save-place-alist-to-file): Fix "done" message.
* (rmail-summary-get-new-mail): Don't call rmail-summary-goto-msg if msg is 0.Richard M. Stallman1995-11-301-1/+2
|
* (auto-mode-alist): Don't purecopy the alist elts.Richard M. Stallman1995-11-291-77/+77
|
* (gud-dbx-find-file): Find correct source file.Richard M. Stallman1995-11-291-1/+1
|
* (apropos-follow): Rewrite to use whole line as target of reference.Richard M. Stallman1995-11-271-22/+25
| | | | | (apropos-mouse-follow): Do save-excursion. Error if not adjacent to a mouse-face property.
* (build-mail-aliases): Use buffer-substring-no-properties not buffer-substring.Richard M. Stallman1995-11-251-4/+5
|
* Initial revisionRichard M. Stallman1995-11-251-0/+120
|
* Renamed from diary.el.Richard M. Stallman1995-11-251-3/+3
|
* Use new file name diary-lib.Richard M. Stallman1995-11-252-12/+12
|
* (add-change-log-entry): Initialize add-log-full-nameRichard M. Stallman1995-11-251-4/+4
| | | | and add-log-mailing-address before prompting.
* (eldoc-message): New macro.Noah Friedman1995-11-251-9/+16
| | | | (eldoc-print-var-docstring, eldoc-print-fnsym-args): Use it.
* (imenu-generic-expression, imenu--generic-function): Doc fix.Richard M. Stallman1995-11-251-6/+6
|
* (inferior-lisp-load-command): Doc fix.Richard M. Stallman1995-11-251-3/+3
|
* (sort-regexp-fields): Doc fix.Richard M. Stallman1995-11-251-3/+3
|