summaryrefslogtreecommitdiff
path: root/lisp/textmodes/tex-mode.el
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* Require CL when compiling.Stefan Monnier2000-10-151-36/+150
* (latex-metasection-list): New var.Stefan Monnier2000-10-011-60/+253
* (latex-outline-regexp): Don't use `list*';Gerd Moellmann2000-09-291-3/+4
* (latex-imenu-indent-string): Add a space.Stefan Monnier2000-09-291-152/+134
* Don't quote lambda.Stefan Monnier2000-08-161-2/+2
* (tex-default-mode): Changed to latex-mode.Gerd Moellmann1999-11-011-1/+1
* (tex-compilation-parse-errors):Richard M. Stallman1999-08-281-3/+3
* (tex-start-shell): Use add-hook forAndreas Schwab1999-03-291-1/+5
* (tex-run-command, latex-run-command)Richard M. Stallman1999-02-161-18/+28
* When compiling, require compare-w and skeletonRichard M. Stallman1999-02-071-45/+50
* (tex-mode-map): Replace validate-tex-buffer byMarkus Rost1999-01-291-24/+34
* (tex-run-command): Doc fix.Karl Heuer1999-01-251-1/+1
* (tex-define-common-keys): Remove key binding of tex-feed-input.Richard M. Stallman1999-01-191-98/+99
* (latex-run-command): Doc fix.Richard M. Stallman1999-01-181-5/+10