I had the line: (add-hook 'LaTeX-mode-hook #'LaTeX-preview-setup)
somewhere in ~/.emacs, but my preview-latex-style package had been removed together with the tetex packages due to dependence. Everything works fine without loading preview-latex now. I'm surprised I didn't get an error when opening a latex source file with that hook. I suppose I'll have to compile preview-latex myself now. Thanks, Sebastian Ralf Angeli <[EMAIL PROTECTED]> wrote: > * Sebastian Luque (2005-07-01) writes: > >> The system is working ok, but I noticed that when I do C-c C-c after >> editing a source file, the message that usually appears: >> >> Type `C-c C-l' to display results of compilation. >> >> remains in the minibuffer indefinitely, whereas this only happened when >> there was some error before changing the system. > > Do you get a backtrace if you do a LaTeX run and type `M-x > toggle-debug-on-error RET' before starting it? (See also the answer > to the question "Why doesn't AUCTeX signal when processing a document > is done?" in the FAQ section of the manual.) > > Are there any suspicious (error) messages in the output buffer > (accessible with `C-c C-l') or the *Messages* buffer? > > Are you able to observe the problem if you start Emacs with `emacs -q > -no-site-file', type `M-: (require 'tex-site) RET', open a LaTeX file, > and compile it? -- Sebastian P. Luque _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
