Hi Andreas,
2014-12-27 15:46 GMT+01:00 Andreas Matthias <[email protected]>:
> Starting emacs and loading ELPA and AUCTeX such as:
>
> # cat foo.el
> (require 'package)
> (package-initialize)
> (load "auctex.el" nil t t)
>
> # emacs24 --no-site-file --no-init-file -l foo.el
>
> yields this error message:
>
> ~/.emacs.d/elpa/auctex-11.88/auctex.el:Error: Opening directory: no such
> file or directory, /home/andreas/style/
>
> How can I fix this?
Try replacing
--8<---------------cut here---------------start------------->8---
(eval-when-compile
(byte-recompile-directory "style/" 0))
--8<---------------cut here---------------end--------------->8---
with
--8<---------------cut here---------------start------------->8---
(eval-when-compile
(byte-recompile-directory
(expand-file-name "style/"
(file-name-directory load-file-name)) 0))
--8<---------------cut here---------------end--------------->8---
Does this work for you?
Bye,
Mosè
_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex