1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00
emacs/lisp/textmodes
Stefan Monnier d528bff745 (bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun.
(bibtex-autokey-titleword-ignore): Regexp is used in a case insensitive env.
(bibtex-mode-map): Rearrange order of menus.
(bibtex-quoted-string-re): Obsolete.
(bibtex-complete-key-cleanup): Variable replaced by new function.
(bibtex-font-lock-keywords): Use backquotes.
(bibtex-font-lock-url-regexp): New internal variable.
(bibtex-name-in-field): New opt arg remove-opt-alt to remove "OPT" and "ALT".
(bibtex-insert-current-kill, bibtex-make-field)
(bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
(bibtex-parse-field-text): Simplify.
(bibtex-string=): New helper function.
(bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
(bibtex-map-entries): Use bibtex-string=.
(bibtex-search-entry): Use not.
(bibtex-enclosing-field): Fix docstring.
(bibtex-assoc-regexp): Obsolete.
(bibtex-format-entry): Use assoc-string and bibtex-string=.
(bibtex-autokey-get-names): Handle empty name field.
(bibtex-parse-strings): Use assoc-string and unless.
(bibtex-complete-string-cleanup): Expansion list is passed as an argument.
Use assoc-string.
(bibtex-pop): Simplify.
(bibtex-mode): Set font-lock-extra-managed-props.
(bibtex-entry-update): Use assoc-string.
(bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
(bibtex-autofill-entry): Use bibtex-string=.
(bibtex-print-help-message): Simplify.
(bibtex-find-entry): New optional arg START.
(bibtex-validate): Use bibtex-string= and assoc-string.
Do not call obsolete function compilation-parse-errors.
(bibtex-remove-delimiters): Only remove delimiters if present.
(bibtex-copy-entry-as-kill): Add docstring.
(bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
(bibtex-complete): Use bibtex-predefined-month-strings,
bibtex-string=, and new function bibtex-complete-key-cleanup.
(bibtex-generate-url-list): New variable.
(bibtex-url): New command bound to C-c C-l and mouse-2.
(bibtex-url-map): New local keymap for bibtex-url-mouse.
(bibtex-font-lock-url): New function.
2004-09-10 21:24:50 +00:00
..
.gitignore
artist.el (artist-last, artist-remove-nulls): Simplify. 2004-05-28 19:59:23 +00:00
bib-mode.el
bibtex.el (bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun. 2004-09-10 21:24:50 +00:00
enriched.el (enriched-encode): Bind inhibit-read-only. 2004-07-02 23:47:44 +00:00
fill.el (fill-comment-paragraph): Handle indent-tabs-mode. 2004-07-20 20:51:26 +00:00
flyspell.el (flyspell-word): Use set-process-query-on-exit-flag. 2004-08-22 17:15:55 +00:00
ispell.el (ispell-really-aspell): New defvar. 2004-09-04 13:46:13 +00:00
makeinfo.el
nroff-mode.el
page-ext.el
page.el
paragraphs.el (use-hard-newlines): Make it into a permanent local. 2004-09-06 00:39:16 +00:00
picture.el
po.el
refbib.el
refer.el
refill.el
reftex-auc.el Update AUCTeX 2004-08-22 11:03:22 +00:00
reftex-cite.el
reftex-dcr.el
reftex-global.el
reftex-index.el
reftex-parse.el
reftex-ref.el
reftex-sel.el
reftex-toc.el
reftex-vars.el
reftex.el
sgml-mode.el
spell.el
table.el Sentence commands added to Point Motion group; kill and backward-kill 2004-06-04 22:41:10 +00:00
tex-mode.el (tex-validate-buffer): Use distinct strings rather than 2004-08-30 19:05:10 +00:00
texinfmt.el (texinfo-indexvar-alist): Declare as variable instead of constant. 2004-05-25 20:06:06 +00:00
texinfo.el
texnfo-upd.el
text-mode.el
tildify.el
two-column.el
underline.el