From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18577: Regexp I-search: [(error Stack overflow in regexp matcher)] Date: Sat, 23 Oct 2021 14:27:09 +0300 Message-ID: <83cznw56cy.fsf@gnu.org> References: <20140928085554.GA3157@acm.acm> <87mw9kt3m7.fsf@igel.home> <20140928123717.GC3157@acm.acm> <87d2afud0p.fsf@igel.home> <83mtn05h7b.fsf@gnu.org> <83ee8c5e48.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40372"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, schwab@linux-m68k.org, monnier@iro.umontreal.ca, 18577@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 23 13:28:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1meFC6-000AHS-Q4 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Oct 2021 13:28:10 +0200 Original-Received: from localhost ([::1]:39664 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meFC5-00077q-Pg for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Oct 2021 07:28:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meFBz-00077f-0g for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 07:28:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51203) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1meFBy-0001eQ-NF for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 07:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1meFBy-0004eD-DO for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 07:28:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 23 Oct 2021 11:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18577 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch notabug Original-Received: via spool by 18577-submit@debbugs.gnu.org id=B18577.163498846117838 (code B ref 18577); Sat, 23 Oct 2021 11:28:02 +0000 Original-Received: (at 18577) by debbugs.gnu.org; 23 Oct 2021 11:27:41 +0000 Original-Received: from localhost ([127.0.0.1]:34516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meFBZ-0004dZ-21 for submit@debbugs.gnu.org; Sat, 23 Oct 2021 07:27:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meFBU-0004dJ-0C for 18577@debbugs.gnu.org; Sat, 23 Oct 2021 07:27:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58242) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meFBM-0001Mh-Gm; Sat, 23 Oct 2021 07:27:24 -0400 Original-Received: from [87.69.77.57] (port=4885 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meFBK-00074c-Vb; Sat, 23 Oct 2021 07:27:24 -0400 In-Reply-To: (message from Stefan Kangas on Sat, 23 Oct 2021 02:32:23 -0700) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217971 Archived-At: > From: Stefan Kangas > Date: Sat, 23 Oct 2021 02:32:23 -0700 > Cc: acm@muc.de, schwab@linux-m68k.org, monnier@iro.umontreal.ca, > 18577@debbugs.gnu.org > > > Would it be possible to copy the relevant recommendations from that > > discussion to the PROBLEMS entry? If shown in a cookbook manner, that > > could be very helpful in practice, I think. > > How about this? LGTM, thanks.