help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tex-region bug?


From: Jay Gopalakrishnan
Subject: Re: tex-region bug?
Date: Thu, 27 Nov 2003 10:44:32 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Stefan Monnier wrote:
written in between
"\begin{document}"   and
"\end\s-*{document}".
The last line should be "\end{document}". Is this a known bug?


Nope.  It's a bug I probably introduced in Emacs-21.


Is there a quick fix? (E.g., can I edit something in system file
"tex-mode.elc" to fix this?)


Sure, just look for the string and remove the \s-*.
But maybe it'll corrupt the tex-mode.elc file, so you're better off
modifying the tex-mode.el file and re-byte-compiling it.


Thank you for the quick clarification.
Modifying the .elc file seems to work fine for me.

Jay




reply via email to

[Prev in Thread] Current Thread [Next in Thread]