Ralf Angeli-3 wrote: > > * Damien Cassou (2009-04-28) writes: > >> In a LaTeX file, when I press C-c = to get the toc, I get an error >> message instead. The stack trace follows. > >> Debugger entered--Lisp error: (wrong-type-argument stringp nil) >> re-search-forward(nil 210 t) >> reftex-in-comment() > > This looks like `comment-start-skip' is nil. The variable should be set > by AUCTeX during the initialization phase of LaTeX mode. Are there any > error messages indicating that the mode initialization was aborted? >
It seems the variable comment-start-skip is nil globally but properly set in each visited file. So, to make C-c = work in my multi-file document, I have to manually visit each included tex file. To answer your question, I don't have any error message in the *Messages* buffer. -- View this message in context: http://www.nabble.com/2009-03-01--Can%27t-use-C-c-%3D-anymore-with-cvs-Refte-tp23276599p23284167.html Sent from the Gnu - AUCTeX - General mailing list archive at Nabble.com. _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
