Hi all,

is anyone out there getting auctex to install properly under emacs21/emacs21-xaw3d? It invariably fails here byte-compiling due to an undefined variable (which it apparently should get from
fink-startup.elc, but doesn't):


Setting up auctex (11.13-11) ...
install/auctex: Byte-compiling for emacs21... done.
Symbol's value as variable is void: fink-emacs-flavor
emacs-package-install: /sw/lib/emacsen-common/packages/install/auctex emacs21 emacs21 failed at /sw/lib/emacsen-common/emacs-package-install line 30, <TSORT> line 1.


It then does an incomplete install, but the emacs startup fails in tex-site with the same error. It's possible to work around it by changing the auctex patch to include:

@@ -37,21 +37,115 @@
 (if (< emacs-major-version 20)
   (error "AUC TeX requires Emacs 20 or later"))

+;;; Customized for Debian GNU/Linux by Davide G. M. Salvetti <[EMAIL PROTECTED]>
+
+(if (not (boundp 'fink-emacs-flavor))
+ (defconst fink-emacs-flavor 'emacs))
+
+;; The directory where the AUC TeX lisp files are located.
+(defvar TeX-lisp-directory (concat



but this would probably not work with xemacs...


I've read of people having similar problems a few months ago, but nothing recently.

Thanks,
                                                        Derek



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to