[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] 11.87; documentation preview-latex
From: |
Mosè Giordano |
Subject: |
Re: [Bug-AUCTeX] 11.87; documentation preview-latex |
Date: |
Thu, 12 Jun 2014 21:36:53 +0200 |
Hi Tak,
2014-06-06 11:37 GMT+02:00 Tak Kunihiro <address@hidden>:
> I installed auctex-11.87.5 via ELPA and noticed that a line suggested on
> "auctex-readme.txt" yields error.
> (load "preview-latex.el" nil t t)
>
> My system cannot find "preview-latex.el". I deleted the line and now it
> works. I wonder the line should be something like following.
> (load "preview.el" nil t t)
>
> Emacs : GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)
> Package: 11.87.5
when you install a package with the Emacs built-in package manager you
don't need to load it manually with a `load' function.
Bye,
Mosè