From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Istvan Marko Newsgroups: gmane.emacs.bugs Subject: bug#69010: 29.2.50; rcirc-process-regexp doesn't handle the "draft" prefix Date: Sat, 10 Feb 2024 10:43:07 -0800 Message-ID: References: <87h6ig2qbv.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24672"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 69010@debbugs.gnu.org To: Philip Kaludercic Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 10 20:01:18 2024 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 1rYsbF-0006Dr-Gu for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Feb 2024 20:01:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rYsat-0003I7-IX; Sat, 10 Feb 2024 14:00:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rYsal-0003Gc-JX for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2024 14:00:49 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rYsak-000400-Sr for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2024 14:00:47 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rYsb0-0003x7-Ke for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2024 14:01:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Istvan Marko Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Feb 2024 19:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69010 X-GNU-PR-Package: emacs Original-Received: via spool by 69010-submit@debbugs.gnu.org id=B69010.170759161515047 (code B ref 69010); Sat, 10 Feb 2024 19:01:02 +0000 Original-Received: (at 69010) by debbugs.gnu.org; 10 Feb 2024 19:00:15 +0000 Original-Received: from localhost ([127.0.0.1]:33609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYsaB-0003uP-Jx for submit@debbugs.gnu.org; Sat, 10 Feb 2024 14:00:15 -0500 Original-Received: from imarko.xen.prgmr.com ([71.19.158.228]:48984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYsK3-00035T-4r for 69010@debbugs.gnu.org; Sat, 10 Feb 2024 13:43:31 -0500 Original-Received: from localhost ([127.0.0.1] helo=zsu.kismala.com) by imarko.xen.prgmr.com with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1rYsJf-000000008Pl-2LVa; Sat, 10 Feb 2024 10:43:07 -0800 In-Reply-To: <87h6ig2qbv.fsf@posteo.net> X-Mailman-Approved-At: Sat, 10 Feb 2024 14:00:10 -0500 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:279787 Archived-At: Philip Kaludercic writes: > Instead of hard-coding "draft", would there be an issue with replacing > (0) with `zero-or-more'? That would work too, just wasn't sure how strict we want the parsing to be. -- Istvan