aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
Commit message (Collapse)AuthorAgeFilesLines
* Fix autoload cookies.Gerd Moellmann2001-04-231-1/+1
|
* (sentence-end): Doc fix.Eli Zaretskii2001-04-221-0/+1
|
* (texinfo-font-lock-keywords): AddEli Zaretskii2001-04-111-3/+11
| | | | | | fontification for @value, @dfn, @dmn, @acronym, @anchor, and @inforef. Add an OVERRIDE of `keep' to highlight specs of keywords whose arguments routinely include @@.
* (forward-sentence): Put the sentence-endGerd Moellmann2001-04-101-2/+3
| | | | | regexp in parentheses when building the regexp for searching backwards.
* Add unknown maintainer.Stefan Monnier2001-04-061-5/+9
| | | | | (sgml-tag): Pass `str' explicitly through skeleton-transformation. (html-mode-map): Use set-keymap-parent.
* Some doc fixes.Gerd Moellmann2001-03-261-41/+61
| | | | | (flyspell-maybe-correct-transposition) (flyspell-maybe-correct-doubling): Use a temporary buffer
* (ispell-parse-output): Doc fix.Gerd Moellmann2001-03-261-1/+1
|
* Backed out changes made by John Wiegley 2000-10-28.Gerd Moellmann2001-03-261-30/+26
|
* (fill-individual-paragraphs-prefix): Fix transcription typo.Stefan Monnier2001-03-231-1/+1
|
* (reftex-view-crossref): Doc fix.Andreas Schwab2001-03-191-4/+4
|
* (ispell-dictionary-alist-6): Add supportGerd Moellmann2001-03-151-1/+5
| | | | for Slovak. From [email protected] (Pavel Jan,Bm(Bk ml.).
* (texinfo-update-menu-lower-regexps):Stefan Monnier2001-03-111-1/+2
| | | | Fix the named and regexp used for subsubsections.
* (fill-context-prefix): Allow first-line-prefix to match paragraph-start.Stefan Monnier2001-03-071-4/+8
|
* (sgml-mode-common): Correct value ofStefan Monnier2001-03-071-34/+24
| | | | | | comment-start-skip and set comment-end-skip as well. (sgml-comment-indent): Fix for new value of comment-start-skip. (html-autoview-mode): Don't bother using make-local-hook.
* (flyspell-region): Set upDave Love2001-03-061-0/+7
| | | | flyspell-local-mouse-map.
* (defvar): Wrap some defvars inDave Love2001-03-011-8/+9
| | | | eval-when-compile. From Markus Rost <[email protected]>.
* (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.