[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Errors on Debian
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] Errors on Debian |
Date: |
Thu, 29 Oct 2015 08:28:16 +0100 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) |
Andreas Röhler <address@hidden> writes:
Hi Andreas,
> With Emacs built from current source at Debian get the following kind
> of error:
>
> Debugger entered--Lisp error: (file-error "Cannot open load file" "Datei oder
> Verzeichnis nicht gefunden" "tex-site")
> require(tex-site)
> eval-buffer(#<buffer *load*> nil
> "~/.emacs.d/elpa/auctex-11.87.7/auctex-autoloads.el" nil t) ; Reading at
> buffer position 9880
>
> load-with-code-conversion("~/.emacs.d/elpa/auctex-11.87.7/auctex-autoloads.el"
> "~/.emacs.d/elpa/auctex-11.87.7/auctex-autoloads.el" nil t)
> load("~/.emacs.d/elpa/auctex-11.87.7/auctex-autoloads" nil t)
> package--activate-autoloads-and-load-path([cl-struct-package-desc auctex (11
> 87 7) "Integrated environment for *TeX*" nil nil nil
> "~/.emacs.d/elpa/auctex-11.87.7" ((:url
> . "http://www.gnu.org/software/auctex/")) nil])
> package-activate-1([cl-struct-package-desc auctex (11 87 7) "Integrated
> environment for *TeX*" nil nil nil "~/.emacs.d/elpa/auctex-11.87.7" ((:url
> . "http://www.gnu.org/software/auctex/")) nil] nil)
> package-activate(auctex)
> package-initialize()
> command-line()
> normal-top-level()
>
> ;;;;;;#
>
> This is a known error from several Debian installs here.
> Whilst Emacs shipped with Debian doesn't show this.
>
> Any idea?
But I presume that the file
~/.emacs.d/elpa/auctex-11.87.7/tex-site.el[c] does exist, right? If it
does, it would mean that `load-path' is wrong somehow although that
should be set up by auctex-autoloads.el before that requires tex-site.
Well, and given that it works with the Emacs distributed by Debian, I
can only think of some incompatibility. There have been major changes
with respect to cl structs which are used by package.el, so I suggest
you reinstall the auctex ELPA package. Version 11.87.7 is extremely
outdated anyway.
Bye,
Tassilo