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 15:56:24 +0800
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.
reply via email to
[
Prev in Thread
]
Current Thread
[
Next in Thread
]
[Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
,
Liu Chang
,
2010/09/17
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
,
Ralf Angeli
,
2010/09/18
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
,
Liu Chang
<=
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
,
Ralf Angeli
,
2010/09/18
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
,
Liu Chang
,
2010/09/18
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
,
Ralf Angeli
,
2010/09/18
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
,
Liu Chang
,
2010/09/18
Prev by Date:
[Bug-AUCTeX] [Sanjoy Mahajan <address@hidden>] Bug#597006: auctex: runs ConTeXt with incorrect --engine switch
Next by Date:
Re: [Bug-AUCTeX] [Sanjoy Mahajan <address@hidden>] Bug#597006: auctex: runs ConTeXt with incorrect --engine switch
Previous by thread:
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
Next by thread:
Re: [Bug-AUCTeX] 2010-09-17; AUCTeX cannot compile ConTeXt file
Index(es):
Date
Thread