texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] [TeXmacs] Comma issue


From: Sam Liddicott
Subject: Re: [Texmacs-dev] [TeXmacs] Comma issue
Date: Mon, 27 Jun 2011 10:13:02 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.19pre) Gecko/20110626 Lightning/1.0b2 Lanikai/3.1.12pre


On 26/06/11 15:44, Jan Lellmann wrote:

I noticed that recent versions of Texmacs exhibit a strange behavior: When I type a comma "," in an equation followed by space, the comma disappears. This is quite annoying. Is it intended behavior, and if yes, why?

I don't know why.

Find math-kdb.scm around line 177 and change:
  (", space" "<nocomma>")
to
  (", space" ",")

I don't know what the author was trying to achieve or what else this might break.

Cc'ing the dev list in case someone there has a comment.
It looks like that change was made by Joris on 2010-12-15 with the commit mexxage "further useful shortcuts" which also do the same trick for other things:

+  (". space" "<nosymbol>")
...
+  ("+ space" "<noplus>")

both of which also seem of doubtful usefulness. Maybe Joris will be able to comment.

Sam



reply via email to

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