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


_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to