* Liu Chang (2010-09-18) writes: > I have found the problem in context.el > > - - - - - > diff -aur auctex/context.el auctex.new/context.el > --- auctex/context.el 2010-06-19 08:47:11.000000000 +0800 > +++ auctex.new/context.el 2010-09-18 15:43:50.000000000 +0800 > @@ -1486,7 +1486,7 @@ > (defun ConTeXt-expand-options () > "Expand options for texexec command." > (concat > - (let ((engine (nth 4 (assq TeX-engine (TeX-engine-alist))))) > + (let ((engine (eval (nth 4 (assq TeX-engine (TeX-engine-alist)))))) > (when engine > (format "--engine=%s " engine))) > (unless (eq ConTeXt-current-interface "en") > - - - - - > > It should evaluate the value of variable. Hope it can be fixed soon.
Right. I probably should have looked at this message earlier. The fix I've checked in is essentially the same. (c: -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
