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: Jan Lellmann
Subject: Re: [Texmacs-dev] [TeXmacs] Comma issue
Date: Fri, 30 Sep 2011 00:26:52 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11

Are there any updates on this issue? It still behaves the same way in the current SVN version.

Jan

On 27.06.2011 11:13, Sam Liddicott wrote:

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]