texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] macros with variable number of arguments?


From: A . G . Grozin
Subject: [Texmacs-dev] macros with variable number of arguments?
Date: Sun, 19 May 2013 21:17:20 +0700 (NOVT)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

Hello *,

Suppose I have

(tm-define (name . args) <body>)

This seems OK. But how can I use it from the editor? In the preamble I can set

<assign|name|<macro|name|arg|<extern|name|<arg|arg>>>>

for 1 argument. Then I can call the scheme function with 1 argument (this works). But how can I do the same for any number of arguments?

Andrey



reply via email to

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