[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-AUCTeX] Auctex messes up syntax highlighting in verbatim sections
From: |
Surendra Singhi |
Subject: |
[Bug-AUCTeX] Auctex messes up syntax highlighting in verbatim sections |
Date: |
Mon, 10 Oct 2005 16:52:31 -0700 |
Dear Bug Team,
AuCTeX messes up syntax highlighting of text in the verbatim
section. for example in the code fragment given below, the lines
beginnning with % in the verbatim section are not comments but AuCTex
still colors them as if they are comment.
Thanks for your help.
\begin{verbatim}
%program which plots the density p(x|D) given meu_0
%sigma_0, sigma and training set D
\end{verbatim}
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.
If the bug (or problem) is triggered by a specific (La)TeX
file, you should try to produce a minimal sample file showing the
problem and include it in your report.
Your bug report will be posted to the AUCTeX mailing list.
Emacs : XEmacs 21.5 (beta22) "cucumber" (+CVS-20051003) [Lucid]
(i586-pc-win32) of Tue Oct 04 2005 on THAR
Package: AUCTeX CVS-1.13 (2005-02-11)
current state:
==============
(setq
window-system 'mswindows
LaTeX-version "2e"
TeX-style-path '("style\\" "auto\\" "c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\auctex\\style\\"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\auctex\\auto\\")
TeX-auto-save nil
TeX-parse-self t
TeX-master t
)