From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#34525: replace-regexp missing some matches Date: Wed, 27 Feb 2019 20:07:50 +0200 Message-ID: <83zhqhjea1.fsf@gnu.org> References: <20190220213003.GC9655@ACM> <83bm35hkqo.fsf@gnu.org> <20190224173746.GA21808@ACM> <83mumlnk8y.fsf@gnu.org> <20190224210058.GB21808@ACM> <83mumjmxv6.fsf@gnu.org> <20190226135048.GA19653@ACM> <20190227142251.GB4772@ACM> <838sy1kwxo.fsf@gnu.org> <20190227173132.GG4772@ACM> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="186641"; mail-complaints-to="usenet@blaine.gmane.org" Cc: daniel.lopez999@gmail.com, monnier@IRO.UMontreal.CA, 34525@debbugs.gnu.org To: Alan Mackenzie Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 27 19:08:54 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gz3dU-000mRF-Tm for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Feb 2019 19:08:53 +0100 Original-Received: from localhost ([127.0.0.1]:48670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz3dT-0002Q5-TD for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Feb 2019 13:08:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz3cp-00027L-Sm for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2019 13:08:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz3cn-0006td-Id for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2019 13:08:11 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gz3cg-0006qK-B4; Wed, 27 Feb 2019 13:08:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gz3cf-0006i2-Ub; Wed, 27 Feb 2019 13:08:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Wed, 27 Feb 2019 18:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34525 X-GNU-PR-Package: emacs,cc-mode Original-Received: via spool by 34525-submit@debbugs.gnu.org id=B34525.155129086525756 (code B ref 34525); Wed, 27 Feb 2019 18:08:01 +0000 Original-Received: (at 34525) by debbugs.gnu.org; 27 Feb 2019 18:07:45 +0000 Original-Received: from localhost ([127.0.0.1]:54315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gz3cO-0006hM-Ql for submit@debbugs.gnu.org; Wed, 27 Feb 2019 13:07:45 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gz3cM-0006h2-DO for 34525@debbugs.gnu.org; Wed, 27 Feb 2019 13:07:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz3cG-0006g6-RV; Wed, 27 Feb 2019 13:07:36 -0500 Original-Received: from [176.228.60.248] (port=4321 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gz3cE-0001L5-My; Wed, 27 Feb 2019 13:07:36 -0500 In-reply-to: <20190227173132.GG4772@ACM> (message from Alan Mackenzie on Wed, 27 Feb 2019 17:31:32 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.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" Xref: news.gmane.org gmane.emacs.bugs:155867 Archived-At: > Date: Wed, 27 Feb 2019 17:31:32 +0000 > Cc: monnier@IRO.UMontreal.CA, daniel.lopez999@gmail.com, 34525@debbugs.gnu.org > From: Alan Mackenzie > > > next_interval and previous_interval are used extensively, so I'm > > having hard time believing that they have such a blatant bug. > > Yes, how come we haven't seen many more consequences? > > Maybe syntax-table text properties aren't as widely used as all that. I actually had the text properties in mind. They are used all over the place. Faces are a feature that would make any such bugs immediately visible. > I'm guessing this fix will be deemed too unsafe to make it into the > emacs-26 release branch. ;-( That goes without saying.