* Rainer Thiel (2005-06-29) writes:

> I have successfully installed the current AUCTeX to be 11.80, and updated 
> to the current GNU Emacs developper version (2005-06-26).  All of my 
> previous .emacs.el entries except one work fine, but one of them appears 
> not to be compatible with the new AUCTeX version.
>
> Previously, I had the line:
>
>       '(LaTeX-mode-hook (quote (turn-on-reftex (lambda nil (TeX-fold-mode 
> 1)))) t)

Looks okay, except that `preview-mode-setup' is missing.  How do you
load preview-latex in your init file?

> among my custom set variables.  This served to activate fold mode whenever 
> latex mode is active.  But if this entry is in my .emacs.el, the Preview 
> menu won't show up in a latex buffer, while the AUCTeX Command menu will.

Do you get any error messages if you start Emacs from the command line
with `emacs --debug-init'?  If not, could you insert the statement
(setq debug-on-error t)
as the first line into your init file, start a new Emacs instance,
and open a LaTeX file?  In case you get an error with one of those
messages, please send the backtrace to the list.

Besides, did you configure the development version of AUCTeX you
installed to install preview-latex as well (which is the default)?
And did you remove a previous installation of preview-latex which
could interfere with the new installation?

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to