From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.bugs Subject: bug#20975: Replacing text add also the comma Date: Sun, 05 Jul 2015 23:07:55 +0200 Message-ID: <55999CAB.7010107@alice.it> References: <55970987.1060809@alice.it> <87si93d42x.fsf@mail.linkov.net> <83si93wcci.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1436130613 9115 80.91.229.3 (5 Jul 2015 21:10:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Jul 2015 21:10:13 +0000 (UTC) Cc: 20975@debbugs.gnu.org, Juri Linkov To: bruce.connor.am@gmail.com, Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 05 23:09:57 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZBrAi-00048o-TD for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Jul 2015 23:09:57 +0200 Original-Received: from localhost ([::1]:47703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBrAi-00046S-1D for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Jul 2015 17:09:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBr9w-0003Dy-1W for bug-gnu-emacs@gnu.org; Sun, 05 Jul 2015 17:09:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBr9r-0008Mv-28 for bug-gnu-emacs@gnu.org; Sun, 05 Jul 2015 17:09:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBr9q-0008Mh-UX for bug-gnu-emacs@gnu.org; Sun, 05 Jul 2015 17:09:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZBr9q-0003xT-GC for bug-gnu-emacs@gnu.org; Sun, 05 Jul 2015 17:09:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Jul 2015 21:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 20975-submit@debbugs.gnu.org id=B20975.143613048915142 (code B ref 20975); Sun, 05 Jul 2015 21:09:02 +0000 Original-Received: (at 20975) by debbugs.gnu.org; 5 Jul 2015 21:08:09 +0000 Original-Received: from localhost ([127.0.0.1]:41140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZBr8y-0003w7-7Y for submit@debbugs.gnu.org; Sun, 05 Jul 2015 17:08:08 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:31074) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZBr8v-0003vY-H6 for 20975@debbugs.gnu.org; Sun, 05 Jul 2015 17:08:06 -0400 Original-Received: from [192.168.1.100] (79.19.231.149) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5483247E1999417B; Sun, 5 Jul 2015 23:07:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:104746 Archived-At: 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 : >>> Date: Sat, 4 Jul 2015 22:31:45 +0100 >>> From: Artur Malabarba >>> Cc: 20975@debbugs.gnu.org, Angelo Graziosi >>> >>> 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.