(tex-mode-syntax-table): Add ^.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 25 May 2001 22:08:58 +0000 (22:08 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 25 May 2001 22:08:58 +0000 (22:08 +0000)
commit15ca8de7fde606a675873d22833570c6a26ed2d4
treeba1ea5a3d2332e6fcd8dc66a98a23c7f7b32376a
parent1a6af6a22163e6f62b579458d9dec1d480cac7a5
(tex-mode-syntax-table): Add ^.
(tex-font-lock-keywords-1, tex-font-lock-keywords-2):
Allow spaces around macro arguments.
(tex-mode-map): Inherit from text-mode-map, but rebind \t to
indent-for-tab-command.
(latex-mode-map, plain-tex-mode-map): New keymaps.
Inherit from tex-mode-map.
(tex-common-initialization): Don't setup the keymap any more
since it's now done right by define-derived-mode.
(latex-mode): Set skeleton-end-hook to nil.
(latex-skeleton-end-hook): Remove.
(tex-latex-block, latex-insert-item): Simplify.
(latex-syntax-after): Use following-char rather than char-after.
(tex-discount-args-cmds, tex-count-words): New functions.
lisp/ChangeLog
lisp/textmodes/tex-mode.el