mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] a backquote in scheme session is not read as quasiquote (1.0.7.10)


Chronological Thread 
  • From: "Takama M." <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] a backquote in scheme session is not read as quasiquote (1.0.7.10)
  • Date: Sat, 14 May 2011 00:01:50 +0900

Using texmacs 1.0.7.10, I recently found in Scheme session
a backquote before an expression is not read as quasiquote.

For example,
-------------------------------------
Scheme] `(1 2 ,(+ 2 3))
unbound-variable
-------------------------------------

On my machine (ubuntu 11.04), this occurs only in the version 1.0.7.10.
(In other versions the expression above gives
-------------------------------------
Scheme] `(1 2 ,(+ 2 3))
(1 2 5)
-------------------------------------
as expected.)

--
thanks,
Takama M.


  • [TeXmacs] a backquote in scheme session is not read as quasiquote (1.0.7.10), Takama M., 05/13/2011

Archive powered by MHonArc 2.6.19.

Top of page