texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Literal tab character in scheme


From: Sam Liddicott
Subject: [Texmacs-dev] Literal tab character in scheme
Date: Mon, 16 Aug 2010 10:42:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9pre) Gecko/20100814 Lanikai/3.1.3pre

I'm trying to use scheme to generate a literal tab character for verbatim export:

Scheme docs tell me that #\ht should represent the horizontal tab character, and that (string #\ht) should return such a string, but texmacs just returns a weird unicode character:

1. <extern|(lambda () `(concat "[" ,(string #\\A) "]"))>
The first example results in [A]

2. <extern|(lambda () `(concat "[" ,(string #\\ht) "]"))>
But the second example does not result in a TAB (ascii 9) within [ ] but rather unicode, which as two ascii characters is C2 and B8 whose html representation is &macr;

How shall I generate a literal tab character for text export?

Sam

--
[FSF
          Associate Member #2325]

reply via email to

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