bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20975: Replacing text add also the comma


From: Angelo Graziosi
Subject: bug#20975: Replacing text add also the comma
Date: Sun, 05 Jul 2015 23:07:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0



Il 05/07/2015 17:47, Artur Malabarba ha scritto:
Should be fixed by 5516728

Angelo, does it work for you?

Oh yes, it seems to work just fine now.. :)

Thank you!

Angelo



2015-07-05 3:46 GMT+01:00 Eli Zaretskii <eliz@gnu.org>:
Date: Sat, 4 Jul 2015 22:31:45 +0100
From: Artur Malabarba <bruce.connor.am@gmail.com>
Cc: 20975@debbugs.gnu.org, Angelo Graziosi <angelo.graziosi@alice.it>

If no one has a different opinion, I'll add a clause so that a decomposition is
folded only if it contains at least one non-spacing character. (though I'm not
sure how to check for this, at the phone right now).

You could look at the character's 'canonical-combining-class' property
(should be non-zero).  Or you could look at its 'general-category',
and allow only those whose value is one of Mc, Mn, Me.





reply via email to

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