bug-auctex
[Top][All Lists]
Advanced

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

bug#21188: Preview installed from the package manager changes LaTeX-mode


From: Arash Esbati
Subject: bug#21188: Preview installed from the package manager changes LaTeX-mode-hook
Date: Mon, 10 Aug 2015 22:37:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5

Tassilo Horn <address@hidden> writes:

> Arash Esbati <address@hidden> writes:
>
>> 2)  Eval in scratch buffer
>>     (load "auctex.el" nil t t)
>
> How can you do that without telling Emacs where auctex.el resides?

Sorry, my bad, yanked the wrong item.  I eval'ed:

    (load "~/.emacs.d/lisp/auctex.el" nil t t)

>> 3)  Open a tex file and emacs says:
>>
>> Debugger entered--Lisp error: (void-function LaTeX-preview-setup)
>
> `LaTeX-preview-setup' is autoloaded from preview-latex.el.  So it relies
> on
>
>   (load "preview-latex.el" nil t t)
>
> also being in your ~/.emacs.  Although I can omit that but still don't
> get that error...
>
> But I guess it wouldn't hurt to wrap the call in an fboundp check...

Thanks, I updated AUCTeX and the error (not warning) is gone.  I will
check this on my other box this weekend.  I wonder why this happened to
me while you and Mosè do not have this issue.

Best, Arash






reply via email to

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