Fix title coloring bug; muse-latex: escape '<' and '>'.
commit92e2f6f563611833af3a87445fe09b7086cd39a9
authorMichael Olson <mwolson@gnu.org>
Mon, 5 Sep 2005 17:34:31 +0000 (5 17:34 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 5 Sep 2005 17:34:31 +0000 (5 17:34 +0000)
tree3802e48a543f1c7d97a6e1d4697410fa05d9c8a4
parentdfb7b5996a4d0aabd5ee51d167fc96d06ba78996
Fix title coloring bug; muse-latex: escape '<' and '>'.

* lisp/muse-colors.el (muse-colors-markup): Match against the space after
  #title.  This should prevent a rather nasty bug.  Thanks to John Sullivan
  for the report.

* lisp/muse-latex.el (muse-latex-markup-specials): Mark up '_' as
  "\textunderscore{}".  Add escaping for '<' and '>'.  Thanks to Trent
  Buck.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-227
ChangeLog
lisp/muse-colors.el
lisp/muse-latex.el