aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/tex-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (tex-font-lock-keywords-3): #n is atomic.Stefan Monnier2005-02-241-6/+4
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-4/+4
* Comment change.Richard M. Stallman2005-01-171-0/+1
* * textmodes/tex-mode.el (tex-start-shell): Adding -i to theSteven Tamm2005-01-171-1/+2
* (latex-backward-sexp-1): Handle the special case of \end{verbatim}.Stefan Monnier2004-12-111-1/+3
* (tex-validate-region): Obey syntax-table text properties.Stefan Monnier2004-12-031-7/+7
* (tex-main-file): Add a compatibility with AUCTeX.Markus Rost2004-12-011-3/+6
* (tex-font-lock-keywords-1): Fix up the spuriousStefan Monnier2004-10-251-0/+6
* (tex-compilation-parse-errors): Don't output messages.Stefan Monnier2004-10-211-3/+1
* (tex-font-lock-append-prop): New fun.Stefan Monnier2004-10-101-9/+20
* (tex-dvi-view-command): Use `yap' on w32.Stefan Monnier2004-10-031-19/+55
* (tex-validate-buffer): Use distinct strings rather thanJohn Paul Wallington2004-08-301-3/+4
* (tex-validate-buffer): Distinguish between 0, 1, and many mismatches.John Paul Wallington2004-08-251-6/+9
* (tex-compilation-parse-errors): Save excursion in source buffer.Stefan Monnier2004-05-191-15/+16
* (tex-shell): Set error parsing function here.Stefan Monnier2004-03-181-4/+4
* (latex-find-indent): Avoid error at end of buf.Richard M. Stallman2004-01-031-6/+6
* (latex-mode): `tex-trailer' is not a regexp.Stefan Monnier2003-11-271-1/+1
* (tex-compile-commands): Add `yap' and `ps2pdf'.Stefan Monnier2003-10-301-2/+7
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (tex-dvi-view-command): Fix quoted quotes.Dave Love2003-08-051-1/+1
* (tex-main-file): Use with-no-warnings.Richard M. Stallman2003-07-071-2/+4
* (tex-compile-commands): Handle tex-start-commands like tex-start-tex does.Stefan Monnier2003-06-141-2/+4
* (tex-search-noncomment): New macro.Stefan Monnier2003-06-091-5/+19
* (tex-mode-syntax-table, tex-latex-indent-syntax-table):Stefan Monnier2003-06-081-23/+26
* (latex-block-args-alist, latex-block-body-alist): New vars.Stefan Monnier2003-05-301-19/+67
* (tex-compile-history, tex-input-files-re)Stefan Monnier2003-05-151-0/+207
* (tex-mode-syntax-table): ~ is not whitespace.Stefan Monnier2003-05-101-12/+20
* (latex-mode-map): Bind latex-split-block to C-c C-s.Stefan Monnier2003-04-141-33/+98
* (tex-print): Call shell-quote-argument on the file name.Richard M. Stallman2002-12-221-1/+3
* (latex-standard-block-names): Rename from standard-latex-block-names.Stefan Monnier2002-11-081-67/+177
* (tex-dvi-view-command): Value can be sexp.Richard M. Stallman2002-11-061-12/+6
* (tex-common-initialization): comment-start-skip shouldn't match on next line.Stefan Monnier2002-11-021-1/+1
* Set encoding to utf-8.Stefan Monnier2002-07-141-44/+54
* (tex-file): call `save-some-buffers' before `tex-main-file'Sam Steingold2002-07-011-5/+5
* (tex-validate-buffer): Use `occur-revert-arguments' instead of settingColin Walters2002-05-011-4/+5
* (tex-start-options): New variable.Richard M. Stallman2002-04-261-8/+23
* (tex-guess-main-file): Handle the case where one of the buffers is narrowed.Stefan Monnier2002-03-041-2/+4
* (tex-font-lock-keywords-2): Require non-letter after specials.Andreas Schwab2002-02-151-8/+10
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+3
* (tex-validate-buffer): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-2/+4
* (latex-find-indent): Handle the BOBP case.Stefan Monnier2001-05-311-35/+37
* fix live process/dead buffer bub on w32Sam Steingold2001-05-291-12/+23
* (tex-mode-syntax-table): Add ^.Stefan Monnier2001-05-251-34/+92
* tex-shell-running: Check the process buffer tooSam Steingold2001-02-151-2/+4
* (tex-start-shell): Obey shell-file-name.Stefan Monnier2000-12-021-20/+7
* (tex-font-lock-keywords-1): Fix ARG regexp to skip quoted braces.Stefan Monnier2000-11-221-32/+34
* (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
* (standard-latex-block-names): Add "math".Stefan Monnier2000-11-101-29/+74
* use default-directory when tex-main-file has no directorySam Steingold2000-10-311-1/+2