aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (fill-region-as-paragraph): Skip spaces backwardStefan Monnier2001-02-221-4/+4
| | | | | | rather than using (match-beginning 0) when searching for break point. Because match-data might have been destroyed by fill-nobreak-predicate or might never have been setup if the re-search-backward has failed.
* Fix a typo in a comment.Eli Zaretskii2001-02-221-1/+1
|
* (texinfo-format-scan): Signal an error ifEli Zaretskii2001-02-221-1/+17
| | | | | @ follows an accent command such as @'. Support optional braces in commands that insert accents, like makeinfo does.
* (flyspell-get-word): Return string withoutDave Love2001-02-161-1/+1
| | | | properties.
* (flyspell-region, flyspell-buffer):Gerd Moellmann2001-02-161-0/+2
| | | | Add autoload cookies.
* tex-shell-running: Check the process buffer tooSam Steingold2001-02-151-2/+4
|
* (spell-filter): Fix :type.Dave Love2001-02-071-1/+1
|
* (sentence-end): Doc fix.Dave Love2001-02-071-1/+2
|
* (adaptive-fill-function): Fix :typeDave Love2001-02-071-2/+2
|
* (bibtex-autokey-before-presentation-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (nroff-mode): Set the SYNTAX-BEGIN partEli Zaretskii2001-02-051-1/+5
| | | | of font-lock-defaults to backward-paragraph.
* (set-fill-prefix): Cancel fill prefix if pointGerd Moellmann2001-01-311-5/+7
| | | | is in front of the left-margin, if any.
* Doc fixes. Add :version to new options.Dave Love2001-01-261-36/+47
|
* (outline-mode) <font-lock-defaults>: AddDave Love2001-01-231-1/+1
| | | | backward-paragraph as font-lock-beginning-of-syntax-function.
* (texinfo-mode): Use backward-paragraphGerd Moellmann2001-01-191-1/+1
| | | | as font-lock-beginning-of-syntax-function in font-lock-defaults.
* (mail-mode-flyspell-verify): Check inGerd Moellmann2001-01-161-3/+3
| | | | Subject line only if point is after the `Subject:'.
* (ispell-adjusted-window-height): New function.Miles Bader2001-01-111-16/+24
| | | | | (ispell-overlay-window, ispell-help, ispell-show-choices) (ispell-command-loop): Use it instead of `window-height'.
* (mail-mode-flyspell-verify): Spell-checkGerd Moellmann2000-12-291-6/+14
| | | | in Subject line.
* (artist-butlast): Deleted.Kenichi Handa2000-12-281-7/+1
| | | | | (artist-ellipse-mirror-quadrant): Use butlast instead of artist-last.
* (texinfo-mode): Set fill-column to 70.Gerd Moellmann2000-12-271-1/+1
|
* (reftex-view-crossref): added SPACE and TAB as key separators.Carsten Dominik2000-12-191-1/+1
|
* Typo.Stefan Monnier2000-12-181-4/+4
|
* (artist-replace-chars, artist-replace-char):Miles Bader2000-12-181-6/+3
| | | | | Check that emacs-major-version is `=' to 20, not `>='. (artist-replace-chars): Use `make-string' instead of a loop.
* (check-ispell-version): IfEli Zaretskii2000-12-161-1/+9
| | | | | `ispell-program-name' is "aspell", pass it the -v switch instead of -vv.
* (ispell-overlay-window): Ensure that the new window is really the right size.Miles Bader2000-12-151-24/+24
| | | | | | | | | Use vertical-motion rather than forward-line. (ispell-help): Don't use ispell-mode-line-window-height-fudge. (ispell-command-loop, ispell-show-choices): Use the variable ispell-choices-win-default-height, rather than the function. (ispell-choices-win-default-height): Function removed. (ispell-mode-line-window-height-fudge): Function removed.
* Moved from textmodes/ooutline.el to obsolete/ooutline.elStefan Monnier2000-12-111-585/+0
|
* Update to RefTeX 4.15, see ChangeLog for detailsCarsten Dominik2000-12-1011-15/+24
|
* (texinfo-chapter-level-regexp)Stefan Monnier2000-12-081-9/+0
| | | | (texinfo-filter): Removed (moved to texinfo.el).
* Move the (require 'cl) to the front of theStefan Monnier2000-12-081-30/+32
| | | | | | | | | | | | file where it's more visible. (texinfo-filter, texinfo-chapter-level-regexp): New variables moved from texnfo-upd.el (for AUCTeX's compatibility, originally). (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter. (texinfo-inside-macro-p): Only catch `scan-error's. (texinfo-inside-env-p): Make better use of the match info. (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'. (texinfo-insert-@end): Slight re-organization. Also remove useless `looking-at' call.
* (ispell): Doc fix.Gerd Moellmann2000-12-081-1/+6
|
* Require tex-mode when compiling.Dave Love2000-12-061-24/+33
| | | | | | | | (texinfo-update-node): Doc fix. (texinfo-imenu-generic-expression): Add @anchor. (texinfo-font-lock-keywords): Add @uref. (texinfo-inside-macro-p): Don't use ignore-errors. (texinfo-insert-quote): Match more contexts.
* (reftex-toc-menu): Fix typo.Gerd Moellmann2000-12-051-1/+1
|
* (tex-start-shell): Obey shell-file-name.Stefan Monnier2000-12-021-20/+7
| | | | | | (tex-main-file, tex-file): Simplify. (tex-generate-zap-file-name): Use subst-char-in-string. (tex-strip-dots): Remove.
* (check-ispell-version): Don't use match-beginningStefan Monnier2000-12-021-2/+1
| | | | to check if the match succeeded.
* (texinfo-open-quote, texinfo-close-quote):Eli Zaretskii2000-12-021-5/+23
| | | | | | | | | New defcustoms. (texinfo-insert-quote): Don't call tex-insert-quote, to avoid autoloading tex-mode; instead, do the same manually. Use texinfo-open-quote and texinfo-close-quote. Insert literal quote with numeric argument. Docstring fix. (toplevel): Require cl when compiling.
* *** empty log message ***Gerd Moellmann2000-11-281-1/+2
|
* Add Keywords header.Dave Love2000-11-271-0/+1
|
* (outline-discard-overlays): Missing paren.Stefan Monnier2000-11-231-1/+1
|
* (outline-flag-region):Stefan Monnier2000-11-231-32/+25
| | | | | | | Don't bind inhibit-read-only since we don't modify the buffer. (outline-isearch-open-invisible): Don't jump to overlay-start since we're trying to unhide text around point. (outline-discard-overlays): Use dolist.
* (tex-font-lock-keywords-1): Fix ARG regexp to skip quoted braces.Stefan Monnier2000-11-221-32/+34
| | | | | | | | | | | | | | | | (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces. Remove `bf' and `it' from `bold' and `italic' (they were wrong and are (correctly) handled separately). Remove `caption' and `footnote' from `citations': they contain text. Don't highlight `textmd', `texttt' and `textrm' with bold-italic. (latex-skeleton-end-hook): New function. (latex-mode): Use it. (tex-start-tex-marker): Remove. (tex-send-tex-command): Don't set tex-start-tex-marker. (tex-error-parse-syntax-table): New var. (tex-compilation-parse-errors): Use it. Ignore tex-start-tex-marker. Don't bother with marker-position. (tex-validate-buffer): Don't bother with marker-position.
* (flyspell-prog-text-faces): New var.Stefan Monnier2000-11-221-1/+5
| | | | (flyspell-generic-progmode-verify): Use it.
* * simple.el (delete-trailing-whitespace): New interactive function.Sam Steingold2000-11-222-11/+4
| | | | | | | | | | * progmodes/ada-mode.el (ada-mode): Use it instead of `ada-remove-trailing-spaces' (ada-remove-trailing-spaces): Removed. * textmodes/two-column.el (2C-merge): Recommend it in the doc. * textmodes/picture.el (picture-mode-exit): Call it instead of `picture-clean'. (picture-clean): Removed.
* (refill-adjust-ignorable-overlay, refill-fill-paragraph-at):Miles Bader2000-11-221-2/+0
| | | | Remove debugging code.
* (refill-ignorable-overlay): New variable.Miles Bader2000-11-211-41/+111
| | | | | | | | | | | | | | | | (refill-adjust-ignorable-overlay): New function. (refill-pre-command-function): New function. (refill-mode): Add `refill-pre-command-function' to `pre-command-hook'. Initialize/cleanup `refill-ignorable-overlay'. (refill-post-command-function): Don't reset refill-doit in the case where a self-insertion command doesn't case a refill. Use `refill-fill-paragraph-at', getting position from `refill-doit'. (refill-after-change-function): Set `refill-doit' to END. (refill-fill-paragraph-at): New function, mostly from old refill-fill-paragraph. Use `refill-ignorable-overlay' to fill only the paragraph's tail if possible. Update `refill-ignorable-overlay'. Don't leave point inside the fill-prefix. (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
* (artist-mode): Fix autoload cookie.Gerd Moellmann2000-11-201-1/+1
|
* *** empty log message ***Gerd Moellmann2000-11-191-0/+5505
|
* (texinfo-insert-@uref): Renamed fromEli Zaretskii2000-11-151-4/+4
| | | | | | texinfo-insert-@url. (texinfo-insert-@url): A defalias for texinfo-insert-@uref. (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
* (tex-mode-map): Remove `tex-compile', not ready for prime-time.Stefan Monnier2000-11-141-1/+0
|
* (tex-font-lock-keywords-1): Use `keep'Stefan Monnier2000-11-141-119/+146
| | | | | | | | | | | | | | | | | | | rather than `prepend' and add an interesting comment. (tex-math-face, tex-font-lock-syntactic-face-function): New face and function to use it. (tex-define-common-keys, tex-mode-map): Use menu-item rather than `menu-enable' symbol property. (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe. (tex-mode): Add some latex-mode commands for auto-selection. Use tex-font-lock-syntactic-face-function. (tex-insert-quote): Simplify. (tex-shell): New mode. (tex-start-shell): Use it. (tex-shell-proc, tex-shell-buf): New functions. (tex-send-command): Use it. (tex-main-file): Fix the meaning of the new arg REALFILE. (tex-send-tex-command): New function split from `tex-start-tex'. Set compilation-last-buffer and compilation-parsing-end.
* (skip-line-prefix): New function.Miles Bader2000-11-131-10/+37
| | | | | (fill-region-as-paragraph, fill-region): Return the fill-prefix. (fill-paragraph): Don't leave point inside the fill-prefix.