On Tuesday, October 26, 2004 at 09:47:20, Matthieu Moy wrote: > Quoting Robert Widhopf-Fenk <[EMAIL PROTECTED]>: > > > apt-get works fine, but it is not added to the load-path > > like other packages (e.g. dictionaries-common), but maybe > > I am also confusing things here. > > It should have. There's a 50xtla.el file installed that should be > loaded on Emacs startup.
Ok I have the following in my *Messages* Loading 50xtla (source)... Error while loading 50xtla Evaluating 50xtla results in Debugger entered--Lisp error: (void-variable flavor) (symbol-name flavor) (concat "/usr/share/" (symbol-name flavor) "/site-lisp/xtla") (let ((package-dir ...)) (when (file-directory-p package-dir) (setq load-path ...))) eval-buffer() * call-interactively(eval-buffer) execute-extended-command(nil) call-interactively(execute-extended-command) Is GNU Emacs 21.3.1 the wrong version for this? [...] > Also, C-h i has a "XTLA" node. It is there. > Can you describe more precisely what you get on your machine? > > > BTW, are there no ELCs included/generated for elisp packages? > > For Debian, the .elc files are generated on package _installation_, > but not included in the package. > > This way, you can have several versions/flavors of Emacs installed, > and the package manager will make sure the .elc files are generated > for the installed flavors, and only for these ones. Hmm they have not been created and I do not get any errors when installing it by "apt-get install xtla" or running dpkg-reconfigure! Hmm, how can I get the post-install script? Robert
