texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] problem using action inside a macro


From: Leo
Subject: [Texmacs-dev] problem using action inside a macro
Date: Mon, 21 Apr 2003 20:47:52 -0400
User-agent: KMail/1.4.3

Hi there,
I am trying to use <action|...> inside a macro and am getting
a very strange behaviour in TeXmacs-1.0.1.

Among the following two snippets the snippet 1 works as expected
while snippet 2 does not work.

Snippet 1:

   <assign|foo|<macro|text|xx|<action|<arg|text>|(write "say YES")>>>

   <foo|works fine|say YES>
 

Snippet 2:

   <assign|bar|<macro|text|xx|<action|<arg|text>|(write "<arg|xx>")>>>

   <bar|does not work|say YES>



The only difference between snippets 1 and 2 is the fact that in snippet 2
I am trying to expend a macro parameter <arg|xx> inside the scheme portion of
<action|...>

What is wrong here??

--Leo--






reply via email to

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