Re: emacs + auctex
Frank Küster wrote:
Nich sofort. Mir scheint, dass es sich gar nicht um ein AUCTeX-Problem
handelt. Ich kann mit dem emacs21 aus woody das auctex aus woody
problemlos installieren.
Ich habe unstable ...
Loading 55ecb (source)...
Hast du eine Datei /etc/emacs[21]/site-start.d/55ecb? Und wenn ja, aus
welchem Paket stammt sie (steht ganz am Anfang)?
Diese Datei steht bei miir unter /etc/emacs/...
bei mir steht am Anfang garnichts, ich kopier dir die Datei mal hierrein
(so groß ist sie ja nicht):
____________________________
;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian GNU/Linux ecb package
;;
;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at>
;; Modified by Dirk Eddelbuettel <edd@debian.org>
;; Adapted for dh-make by Jim Van Zandt <jrv@vanzandt.mv.com>
;; The ecb package follows the Debian/GNU Linux 'emacsen' policy and
;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
;; xemacs19, emacs20, xemacs20...). The compiled code is then
;; installed in a subdirectory of the respective site-lisp directory.
;; We have to add this to the load-path:
(cond
((file-exists-p "/usr/share/emacs/site-lisp/ecb/ecb.el")
(setq load-path (cons (concat "/usr/share/emacs/site-lisp/ecb")
load-path))
(setq load-path (cons (concat "/usr/share/"
(symbol-name flavor)
"/site-lisp/ecb") load-path))
(require 'ecb)))
__________________________________
Bei mir scheint übrigens mehr als ein emacs installiert zu sein (einer
würde mir reichen):
>ls /etc/emacs
emacs emacs20 emacs21
Außerdem: Was ergibt (als root)
dpkg --configure -a
Dieselben Fehler, wie ein apt-get upgrade :-(:
Loading 50user-de (source)...
Loading 55ecb (source)...
Wrong type argument: internal-facep, zmacs-region
emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common
emacs20 failed at /usr/lib/emacsen-common/emacs-install line 28, <TSORT>
line 3.
dpkg: error processing emacs20 (--configure):
subprocess post-installation script returned error exit status 29
Setting up emacs21 (21.2-6) ...
emacs-install emacs21
install/auctex: Byte-compiling for emacs21... done.
update-auctex-elisp[428]: Further output will appear in:
/tmp/update-auctex-elisp.XMf9Z8Z.
emacsen-common: Handling install of emacsen flavor emacs21
emacsen-common: byte-compiling for emacs21
Loading 00debian-vars (source)...
Loading 50dpkg-dev (source)...
...
Loading 50user-de (source)...
Loading 55ecb (source)...
Invalid face: zmacs-region
emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common
emacs21 failed at /usr/lib/emacsen-common/emacs-install line 28, <TSORT>
line 3.
dpkg: error processing emacs21 (--configure):
subprocess post-installation script returned error exit status 29
dpkg: dependency problems prevent configuration of auctex:
auctex depends on emacs20 | emacs21; however:
Package emacs20 is not configured yet.
Package emacs21 is not configured yet.
Package emacs21-nox which provides emacs21 is not installed.
dpkg: error processing auctex (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of preview-latex:
preview-latex depends on auctex | xemacs21; however:
Package auctex is not configured yet.
Package xemacs21 is not installed.
Package xemacs21-mule which provides xemacs21 is not installed.
:-(
Malte (hilflos)
Gruß, Frank
Reply to: