mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] About formatting plugin output


Chronological Thread 
  • From: Massimiliano Gubinelli <address@hidden>
  • To: Nicola Mingotti <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] About formatting plugin output
  • Date: Sun, 9 Dec 2018 23:33:18 +0000

Hi Nicola,


> On 9. Dec 2018, at 21:47, Nicola Mingotti <address@hidden> wrote:
>
>
>> I give you an example: what if my plugin produces scheme code? Does the
>> sequence
>>
>> (insert (with "color" "red" "foobar”))
>

This seems to work for me in a scheme session:

(insert '(with "color" "red" "pippo”))

you have to quote the list otherwise scheme try to eval the argument to
insert and the function with is not defined. Insert is expecting a scheme
expression which describe the tree to insert in the current position.

HTH

Max


Archive powered by MHonArc 2.6.19.

Top of page