summaryrefslogtreecommitdiff
path: root/lisp/textmodes/tex-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (tex-generate-zap-file-name): Don't start the name with #.Karl Heuer1998-12-101-1/+3
* (tex-feed-input): New function.Richard M. Stallman1998-11-251-0/+10
* (tex-start-shell): Track directory changes.Karl Heuer1998-11-051-0/+1
* (tex-start-options-string): Quote the backslashes with more backslashes.Richard M. Stallman1998-10-311-1/+1
* (tex-run-command): Doc fix.Karl Heuer1998-09-251-8/+11
* (tex-compilation-parse-errors):Karl Heuer1998-09-211-2/+1
* (tex-start-tex): Call comint-quote-filename.Karl Heuer1998-09-101-1/+1
* (tex-start-options-string): New option.Karl Heuer1998-09-041-1/+8
* (tex-main-file): Doc fix.Richard M. Stallman1998-07-291-1/+2
* (tex-delete-last-temp-files): Use file-name-sans-extensions.Richard M. Stallman1998-07-061-1/+3
* Undo May 15 change.Karl Heuer1998-05-301-6/+1
* (tex-command-end): New variable.Richard M. Stallman1998-05-191-1/+6
* (tex-start-shell): Call compilation-minor-mode.Richard M. Stallman1998-03-301-0/+1
* (tex-send-command): Return the process.Richard M. Stallman1998-03-301-77/+127
* (latex-mode): Set fill-nobreak-predicate.Richard M. Stallman1998-03-091-0/+23
* (tex-validate-region): Really checkKarl Heuer1997-10-311-1/+12
* (tex-categorize-whitespace): Use eq, not eql.Richard M. Stallman1997-07-241-3/+3
* (tex-common-initialization):Richard M. Stallman1997-07-041-0/+3
* (latex-imenu-create-index): Make it much smarter.Richard M. Stallman1997-06-231-15/+76
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-131-35/+89