[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] 2007-06-20; Fontify error
From: |
Ralf Angeli |
Subject: |
Re: [Bug-AUCTeX] 2007-06-20; Fontify error |
Date: |
Sat, 23 Jun 2007 15:42:08 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
* Uwe Siart (2007-06-23) writes:
> Sorry Ralf, I did not communicate this clearly.
You did. I just failed to read the description thoroughly.
> I have huge files where \maketitle has a red backslash after opening and
> I will try to find a minimal example.
Here is one:
\documentclass{scrartcl}
\begin{document}
\maketitle
\end{document}
You can use
(setq font-latex-command-with-args-default-spec nil)
to get rid of it. However, this will lead to arguments of all macros
without a syntax specifier not being highlighted.
--
Ralf