summaryrefslogtreecommitdiff
path: root/lisp/textmodes/tex-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (tex-region): Correctly handle possibleRichard M. Stallman1997-01-021-29/+36
* (tex-first-line-header-regexp): New variable.Richard M. Stallman1996-12-291-0/+15
* (tex-file): Fix paren error in last change.Richard M. Stallman1996-10-311-12/+14
* (tex-main-file): Add missing initial value.Richard M. Stallman1996-09-271-2/+2
* (tex-main-file): New variable.Richard M. Stallman1996-08-251-6/+12
* (tex-validate-region): Skip fwd over whitespaceKarl Heuer1996-07-111-4/+12
* (tex-common-initialization): Set skeleton-further-elements.Richard M. Stallman1996-06-251-18/+16
* (latex-imenu-create-index):Richard M. Stallman1996-05-151-15/+19
* Comment change.Richard M. Stallman1996-03-021-1/+1
* (tex-face-alist, tex-latex-face-alist): New variables.Richard M. Stallman1996-01-261-4/+32
* (tex-send-command): Give meaningful error message.Karl Heuer1995-11-041-1/+1
* (tex-start-of-header): Now a regexp.Richard M. Stallman1995-10-191-10/+10
* (latex-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-0/+16
* (tex-view): Nice error if tex-dvi-view-command is nil.Richard M. Stallman1995-04-291-1/+5
* Update copyright.Karl Heuer1995-04-071-1/+1
* (tex-common-initialization, latex-mode, slitex-mode): Remove ^ fromBoris Goldowsky1995-03-021-38/+38
* (tex-append): Try splitting on last period, thenRichard M. Stallman1995-02-171-4/+7
* (tex-display-shell): Pass nil as arg toRichard M. Stallman1995-01-271-7/+12
* (tex-print): Better check for when to print currentRichard M. Stallman1995-01-051-1/+3
* (tex-mode): Recognize \NeedsTeXFormat{LaTeX2e}.Richard M. Stallman1995-01-031-1/+1
* (tex-mode): \begin at start of file implies Latex.Richard M. Stallman1995-01-021-1/+1
* (tex-mode-map): Add BibTeX File menu item.Richard M. Stallman1994-12-301-4/+6
* Comment change.Richard M. Stallman1994-12-221-2/+2
* (tex-start-shell): Use inheritance.Richard M. Stallman1994-12-211-1/+1
* Make keymap for tex-shell the shell-mode-map.Edward M. Reingold1994-12-211-2/+2
* Be consistent in use of comint (instead of shell) mode.Edward M. Reingold1994-12-191-1/+2
* (latex-mode): Recognize \item etc. that have no argRichard M. Stallman1994-10-231-4/+4
* (compare-windows-whitespace): Eliminate initial value.Richard M. Stallman1994-10-111-2/+4
* (tex-start-shell): Inherit comint-mode-map, don't copy.Richard M. Stallman1994-09-181-1/+1
* (tex-mode): Allow for documentclass options when checking for SliTeX.Richard M. Stallman1994-08-171-1/+2
* (tex-mode): Accept documentclass when checking Slitex.Richard M. Stallman1994-08-071-1/+1
* (tex-mode): Check for documentclass like documentstyle.Richard M. Stallman1994-08-061-1/+1
* (latex-mode, slitex-mode): In paragraph-separate,Richard M. Stallman1994-06-111-2/+2
* (tex-start-shell): Add autoload.Richard M. Stallman1994-06-101-0/+1
* (tex-show-print-queue): Display the tex shell buffer.Richard M. Stallman1994-06-071-4/+8
* (tex-delete-last-temp-files): Don't fail on non-existent directory.Karl Heuer1994-05-181-3/+4
* Update copyright.Karl Heuer1994-05-031-1/+1
* (tex-goto-last-unclosed-latex-block): New function. Bound to C-c C-u inEdward M. Reingold1994-05-031-0/+14
* Doc fixes.Richard M. Stallman1994-05-021-50/+44
* (tex-start-shell): Use shell-mode-map (instead of comint-mode-map) becauseEdward M. Reingold1994-04-011-2/+2
* (tex-delete-last-temp-files): New arg NOT-ALL.Richard M. Stallman1994-03-231-4/+10
* (tex-common-initialization): Make parse-sexp-ignore-comments t.Richard M. Stallman1994-01-031-0/+2
* (slitex-mode, latex-mode): Set paragraph-start andRichard M. Stallman1994-01-031-2/+46
* (tex-common-initialization): Make paragraph-startRichard M. Stallman1993-12-231-4/+7
* (tex-send-command): Wait for output first,Richard M. Stallman1993-11-201-1/+9
* (tex-start-shell): Don't use -v option.Richard M. Stallman1993-11-201-10/+15