bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file


From: Liu Chang
Subject: Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
Date: Sat, 18 Sep 2010 17:02:01 +0800

I have just checked out the latest cvs, but the problem still exist.

Sorry for the HTML letter.

On Sat, Sep 18, 2010 at 4:52 PM, Ralf Angeli <address@hidden> wrote:
> * 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
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]