aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (table group): Add :version.Richard M. Stallman2004-11-041-1/+2
|
* (ispell-word): Don't alter args; set them only thru `interactive' spec.Richard M. Stallman2004-11-041-4/+1
|
* (flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.Richard M. Stallman2004-11-041-3/+1
|
* Changed copyright years so all include centuries.Robert J. Chassell2004-11-021-2/+2
|
* (bibtex-make-field): Fix typo.John Paul Wallington2004-11-011-1/+1
|
* (bibtex-make-field): Don't use interactive-p.Richard M. Stallman2004-11-011-8/+9
| | | | (bibtex-find-text): Likewise.
* Use `button's.Stefan Monnier2004-10-311-463/+707
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bibtex-autokey-transcriptions): Translate TeX `\ ' to space. (bibtex-reference-keys): Distinguish between header keys and crossref keys. (bibtex-beginning-of-field): New function. (bibtex-url-map): Remove. (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref. (bibtex-font-lock-url-regexp): Assume that field names begin at the beginning of a line. (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field. Remove field delimiters. Bugfix, point can be inside a field with a url. Use bibtex-beginning-of-field. (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): New funs. (bibtex-mark-active, bibtex-run-with-idle-timer): Remove. (bibtex-key-in-head): Simplify. (bibtex-current-line): Use bolp. (bibtex-parse-keys): Remove unused arg `add'. Use bibtex-type-in-head and bibtex-key-in-head. (bibtex-parse-entry, bibtex-autofill-entry): Use bibtex-type-in-head and bibtex-key-in-head. (bibtex-autokey-get-field): Do not alter case of replacement text. (bibtex-autokey-get-names): Do all processing of name list. (bibtex-autokey-get-year): New function. (bibtex-autokey-get-title): Do all processing of title words. (bibtex-generate-autokey): Simplify. (bibtex-string-files-init): Use default-directory. Allow for absolute file names in bibtex-string-files. (bibtex-files, bibtex-file-path): New variables. (bibtex-files-expand): New function. (bibtex-find-entry-globally): New command. (bibtex-summary-function): New variable. (bibtex-summary): Default value of bibtex-summary-function. (bibtex-find-crossref): New optional args pnt and split. (bibtex-complete-key-cleanup): Call bibtex-summary-function. (bibtex-copy-summary-as-kill): New command bound to C-cC-t. (bibtex-validate): Fix docstring. Check only abbreviated month fields. Fix handling of required and alternative fields. Identify duplicate keys even if bibtex-maintain-sorted-entries is nil. Use cons and display-buffer. (bibtex-validate-globally): New command. (bibtex-clean-entry): Use bibtex-files-expand. Do not call bibtex-parse-keys and bibtex-parse-strings for updating bibtex-reference-keys and bibtex-strings. (bibtex-realign): Remove blank lines past the last entry. (bibtex-reformat): Use bibtex-entry-format as default. (bibtex-choose-completion-string): Remove. (bibtex-complete): Do not use bibtex-choose-completion-string. (bibtex-url): Simplify.
* (sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus ↵Daniel Pfeiffer2004-10-261-4/+16
| | | | to it.
* (tex-font-lock-keywords-1): Fix up the spuriousStefan Monnier2004-10-251-0/+6
| | | | verbatim face on the \ of \end{verbatim}.
* (tex-compilation-parse-errors): Don't output messages.Stefan Monnier2004-10-211-3/+1
|
* (flyspell-mode): Doc fix.Richard M. Stallman2004-10-191-1/+1
|
* (ispell-command-loop): Use with-no-warnings.Richard M. Stallman2004-10-161-10/+15
| | | | | | (ispell-message): Likewise. (ispell-show-choices): Don't call get-buffer-window uselessly. (ispell-init-process): Use set-process-query-on-exit-flag.
* (tex-font-lock-append-prop): New fun.Stefan Monnier2004-10-101-9/+20
| | | | | (tex-font-lock-keywords-2): Use it. (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
* (sentence-end-double-space)Luc Teirlinck2004-10-091-9/+9
| | | | | (sentence-end-without-period, sentence-end-without-space) (sentence-end): Doc fixes.
* (enriched-mode-map): Give `set-left-margin' and `set-right-margin'Luc Teirlinck2004-10-041-2/+2
| | | | bindings that follow the minor mode conventions.
* (tex-dvi-view-command): Use `yap' on w32.Stefan Monnier2004-10-031-19/+55
| | | | | | | | | | | | | (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'. (latex-block-args-alist): Add minipage and picture. (latex-block-body-alist): Use reftex-label if enabled. (latex-insert-block): Don't insert a \n if not necessary. (tex-compile-commands): Make sure dvips doesn't send to printer. (tex-compile-default): Handle the case where no executable is found. (latex-noindent-environments): New var. (latex-find-indent): Use it. Take an empty line as an arg-breaker. If tex-indent-allhanging is non-nil, make sure we only align for macros at beginning of line.
* (forward-paragraph): Avoid args-out-of-range error when point winds upLuc Teirlinck2004-09-291-2/+3
| | | | at the beginning of the buffer and hard newlines are enabled.
* (enriched-translations): Replace defconst with defvar.Luc Teirlinck2004-09-271-1/+1
|
* (enriched-default-text-properties-local-flag): New variable.Luc Teirlinck2004-09-231-3/+17
| | | | | (enriched-mode): Make sure that enabling and disabling the mode is a no-op. Doc fix.
* (enriched-rerun-flag): New variable.Luc Teirlinck2004-09-191-9/+25
| | | | | | | | | | (enriched-before-change-major-mode): New function. Add it to `change-major-mode-hook'. (enriched-after-change-major-mode): New function. Add it to `after-change-major-mode-hook'. (enriched-mode): Make it work correctly if called from `after-change-major-mode-hook'. No longer set `indent-line-function'.
* files.el (auto-mode-alist): Map .soa and .zone to dns-mode.Simon Josefsson2004-09-141-0/+198
| | | | textmodes/dns-mode.el: Add.
* (bibtex-generate-url-list): Change format. Provide a sample complex default.Stefan Monnier2004-09-121-166/+162
| | | | | (bibtex-url, bibtex-font-lock-url): Adapt to new format. (bibtex-entry): Use mapc.
* (bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun.Stefan Monnier2004-09-101-229/+355
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (use-hard-newlines): Make it into a permanent local.Luc Teirlinck2004-09-061-0/+1
|
* (ispell-really-aspell): New defvar.Eli Zaretskii2004-09-041-1/+16
| | | | | | (ispell-check-version): Set it. (ispell-send-replacement): New function. (ispell-process-line): Call ispell-send-replacement.
* (ispell-html-skip-alists): Fix backslashes in docstring.Juri Linkov2004-09-021-1/+1
|
* (tex-validate-buffer): Use distinct strings rather thanJohn Paul Wallington2004-08-301-3/+4
| | | | programatically constructing message.
* (tex-validate-buffer): Distinguish between 0, 1, and many mismatches.John Paul Wallington2004-08-251-6/+9
| | | | (tex-start-shell): Use `set-process-query-on-exit-flag'.
* (flyspell-word): Use set-process-query-on-exit-flag.Richard M. Stallman2004-08-221-6/+5
| | | | | (flyspell-highlight-duplicate-region): Take POSS as arg. (flyspell-word): Pass POSS as arg.
* Update AUCTeXDavid Kastrup2004-08-221-1/+1
| | | | information.
* Update author email address.Richard M. Stallman2004-07-241-1/+1
|
* (fill-comment-paragraph): Handle indent-tabs-mode.Richard M. Stallman2004-07-201-1/+6
| | | | | | | (fill-delete-newlines): Call sentence-end as function. (fill-nobreak-p, canonically-space-region): Likewise. (fill-nobreak-p): If this break point is at the end of the line, don't consider the newline which follows as a reason to return t.
* (enriched-encode): Bind inhibit-read-only.Richard M. Stallman2004-07-021-27/+28
|
* (sentence-end): Add 0x5397d as close brace.Richard M. Stallman2004-06-131-1/+1
|
* Sentence commands added to Point Motion group; kill and backward-killJuanma Barranquero2004-06-041-3/+14
| | | | commands added to Extraction group.
* (bibtex-format-entry): Fix regexps.Stefan Monnier2004-06-011-10/+13
| | | | | | (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string. (bibtex-entry-update): Handle alternatives and optional fields. (bibtex-parse-entry): Bugfix, handle empty key.
* (artist-last, artist-remove-nulls): Simplify.Juanma Barranquero2004-05-281-25/+20
| | | | | | | | (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height): Make arguments match their use in docstring. (artist-draw-region-trim-line-endings, (artist-mouse-choose-operation): Fix typo in docstring. (artist-key-set-point-common): Doc fix.
* (texinfo-indexvar-alist): Declare as variable instead of constant.John Paul Wallington2004-05-251-1/+1
|
* (texinfo-print-index): Print index line numbers in the new Texinfo 4.7 format.Juri Linkov2004-05-231-1/+1
|
* (sentence-end): Match unicode curly quotes as a close quote.Richard M. Stallman2004-05-221-1/+1
|
* Maintained by FSF.Richard M. Stallman2004-05-221-0/+1
|
* Use assoc-string, not assoc-ignore-case.Richard M. Stallman2004-05-221-25/+29
|
* (tex-compilation-parse-errors): Save excursion in source buffer.Stefan Monnier2004-05-191-15/+16
|
* Fix last change in ispell.el.Eli Zaretskii2004-05-161-1/+1
|
* (ispell-local-dictionary-alist): AddEli Zaretskii2004-05-151-1/+6
| | | | | | windows-1252 to the choice of coding systems. (ispell-dictionary-alist-6): Add support for "russianw.aff", encoded in cp1251.
* (ispell-message): Use `message-cite-prefix-regexp'Sam Steingold2004-05-101-1/+1
| | | | instead of `message-yank-prefix'.
* 2004-05-08 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-081-69/+69
| | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-highlight-incorrect-region): Ignore the read-only property when flyspell highlighting is on. Not ignoring it leads to a series of confusing errors. (flyspell-highlight-duplicate-region): Ignore read-only, as above, but also make sure to call flyspell-incorrect-hook. (flyspell-maybe-correct-transposition): Perform transposition test by bit twiddling a string, rather than using a temp buffer. (flyspell-maybe-correct-doubling): Use a string rather than a temp buffer. This is also the original version of the code, which could not be checked in before due to a previous lack of assignment papers. This version has seen heavy usage on my system for several years now.
* (bibtex-progress-message): Fix docstring.Stefan Monnier2004-05-031-171/+196
| | | | | | | | | | | | | | | | | | | (bibtex-entry-update): New command bound to C-c C-u. (bibtex-text-in-string): Fix regexp. (bibtex-assoc-of-regexp): Remove. (bibtex-progress-message): Fix docstring. (bibtex-inside-field): Use if. (bibtex-assoc-regexp): New function. (bibtex-format-entry): Make code more robust so it formats also old entries. (bibtex-autokey-demangle-title): Merge with obsolete function bibtex-assoc-of-regexp. (bibtex-field-list): New function. (bibtex-entry): Use bibtex-field-list. (bibtex-parse-entry): Fix docstring. (bibtex-print-help-message): Use bibtex-field-list. (bibtex-make-field): Use bibtex-field-list. (bibtex-entry-index): Bugfix. Return crossref key if required. (bibtex-lessp): Fix docstring.
* (bibtex-sort-buffer): Remove error message.Stefan Monnier2004-05-021-81/+77
| | | | | | | | | | (bibtex-clean-entry): Disentangle code. (bibtex-realign): New function. (bibtex-reformat): Use mapcar and bibtex-realign. Do not use bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry. Remove undocumented optional arg called-by-convert-alien. (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat for sorting instead of bibtex-sort-buffer.
* (picture-mode-map): Add arrow keys.Juri Linkov2004-04-271-1/+9
|