From unknown Sun Aug 17 22:08:26 2025 X-Loop: don@donarmstrong.com Subject: bug#414: 23.0.60; Womang hangs on some links Reply-To: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric?= Perrin , 414@debbugs.gnu.org Resent-From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric?= Perrin Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 14 Jun 2008 21:20:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 414 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.121347786623749 (code B ref -1); Sat, 14 Jun 2008 21:20:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 14 Jun 2008 21:11:06 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m5ELB2R0023743 for ; Sat, 14 Jun 2008 14:11:03 -0700 Received: from mx10.gnu.org ([199.232.76.166]:53873) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K7czX-0006sO-PC for emacs-pretest-bug@gnu.org; Sat, 14 Jun 2008 17:08:55 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K7d1Q-00079B-Px for emacs-pretest-bug@gnu.org; Sat, 14 Jun 2008 17:10:54 -0400 Received: from maisel-gw.enst-bretagne.fr ([192.44.76.8]:46262) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7d1Q-00078J-Cn for emacs-pretest-bug@gnu.org; Sat, 14 Jun 2008 17:10:52 -0400 Received: from localhost (localhost [127.0.0.1]) by maisel-gw.enst-bretagne.fr (Postfix) with ESMTP id 3D78119858 for ; Sat, 14 Jun 2008 23:10:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at resel.fr Received: from maisel-gw.enst-bretagne.fr ([127.0.0.1]) by localhost (mercure.adm.maisel.enst-bretagne.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id msrtps+t1LPd for ; Sat, 14 Jun 2008 23:10:35 +0200 (CEST) Received: from girafe.maisel.enst-bretagne.fr (girafe.maisel.enst-bretagne.fr [172.22.206.119]) (Authenticated sender: fperrin) by maisel-gw.enst-bretagne.fr (Postfix) with ESMTP id 13C6A19854 for ; Sat, 14 Jun 2008 23:10:35 +0200 (CEST) Received: by girafe.maisel.enst-bretagne.fr (Postfix, from userid 1000) id A0F9A16717; Sat, 14 Jun 2008 23:10:20 +0200 (CEST) From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric?= Perrin To: emacs-pretest-bug@gnu.org Organization: =?UTF-8?Q?R=C3=A9seau?= des =?UTF-8?Q?=C3=89l=C3=A8ves?= References: <87lk1g29ul.fsf@girafe.maisel.enst-bretagne.fr> Date: Sat, 14 Jun 2008 23:10:20 +0200 In-Reply-To: <87lk1g29ul.fsf@girafe.maisel.enst-bretagne.fr> =?UTF-8?Q?("Fr=C3=A9d=C3=A9ric?= Perrin"'s message of "Sat, 07 Jun 2008 23:50:26 +0200") Message-ID: <87abhnradf.fsf@resel.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Hello, Fr=C3=A9d=C3=A9ric Perrin writes: > Starting with a fresh checkout of the emacs source tree, Woman hangs > when following some links to non-existent man pages. It happenned when > I was looking at the procmailrc(5) page, and wanted to follow the > regexp(5) link. At that moment, emacs stopped responding. The > regexp(5) page doesn't exist on my system. With a fresh CVS update (of this afternoon), it no longer happens. I don't see the ChangeLog entry that would have fixed this bug. If I read `cvs log woman.el` correctly, the last change seems to be : > revision 1.70 > date: 2008-04-11 02:30:24 +0000; author: cyd; state: Exp; lines: +1 -1= ; commitid: t1JbOdImtMiRsDYs; > (woman2-TH): Undo last change. Use string-equal instead of > string-match. which is older than the version of CVS in which I saw the bug. Anyway... Now, a link to regexp(5) displays the man page of regexp(n) (I didn't notice that this page existed on my system...). More generally, WoMan seems not to use the section of the man page when following a link. To reproduce this behaviour, load man(1), and follow the groff(1) link. WoMan then asks whether it should display groff(1) or groff(7). Now, this one is only a minor annoyance. --=20 Fred From unknown Sun Aug 17 22:08:26 2025 X-Loop: don@donarmstrong.com Subject: bug#414: 23.0.60; Womang hangs on some links Reply-To: Chong Yidong , 414@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 02 Aug 2008 22:15:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 414 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 414-submit@emacsbugs.donarmstrong.com id=B414.121771498718813 (code B ref 414); Sat, 02 Aug 2008 22:15:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.1 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 414) by emacsbugs.donarmstrong.com; 2 Aug 2008 22:09:47 +0000 Received: from cyd (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m72M9jdB018807 for <414@emacsbugs.donarmstrong.com>; Sat, 2 Aug 2008 15:09:46 -0700 Received: by cyd (Postfix, from userid 1000) id 3904557E337; Sat, 2 Aug 2008 18:09:56 -0400 (EDT) From: Chong Yidong To: 414@debbugs.gnu.org Date: Sat, 02 Aug 2008 18:09:56 -0400 Message-ID: <8763qj2hmz.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Now, a link to regexp(5) displays the man page of regexp(n) (I didn't > notice that this page existed on my system...). More generally, WoMan > seems not to use the section of the man page when following a link. To > reproduce this behaviour, load man(1), and follow the groff(1) link. > WoMan then asks whether it should display groff(1) or groff(7). Now, > this one is only a minor annoyance. This should be fairly easy to fix, but it's currently the feature freeze on the trunk. After the release, we'll see what we can do. From unknown Sun Aug 17 22:08:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#414: Still present in 25.1.50.1 References: <87abhnradf.fsf@resel.fr> In-Reply-To: <87abhnradf.fsf@resel.fr> Resent-From: Fran Burstall Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 Jan 2016 20:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 414 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 414@debbugs.gnu.org Received: via spool by 414-submit@debbugs.gnu.org id=B414.1452369626495 (code B ref 414); Sat, 09 Jan 2016 20:01:02 +0000 Received: (at 414) by debbugs.gnu.org; 9 Jan 2016 20:00:26 +0000 Received: from localhost ([127.0.0.1]:44661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aHzgX-00007l-SS for submit@debbugs.gnu.org; Sat, 09 Jan 2016 15:00:26 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:35968) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aHzeV-0008Ue-KM for 414@debbugs.gnu.org; Sat, 09 Jan 2016 14:58:19 -0500 Received: by mail-wm0-f52.google.com with SMTP id l65so169901635wmf.1 for <414@debbugs.gnu.org>; Sat, 09 Jan 2016 11:58:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=jur/PqqrdXr2JjF3N5gQ8vVPAg8fXCz9n2AzKfc5aA0=; b=dKKVeWMKYh2em55PCeYjkmjx1htnGIxLtBlzGSPvc8PVLWHmHuggwQj46CAIOtPKRq nYBUkHMoC0sbTxob8KW1KsQ4gGbjmACUNYQ255Na6Lh0afcN21UMUPqt/JQJLBAlpOW7 sKpyMo/4SJGkscboBgtIeJXniSjpID9T2Z+XZVS7hpezuW3mGaLSxC1ndEvwyCZtDrU8 Hh9/vt0NUmW5cSXb3dsKzZq239tOIDs834ul7WAfim/8X2l4YHqnQ1ZoC1yCneBGQ+0q mtl160GPrc7u2rNMB+YH+PAvAqQH2JdILIaRXxdAKs7QaXeMOAorio46s0N542U3KSXA WMMw== X-Received: by 10.28.228.87 with SMTP id b84mr5675924wmh.36.1452369493887; Sat, 09 Jan 2016 11:58:13 -0800 (PST) Received: from darboux (92.159.112.87.dyn.plus.net. [87.112.159.92]) by smtp.gmail.com with ESMTPSA id da10sm111844641wjb.22.2016.01.09.11.58.12 for <414@debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jan 2016 11:58:12 -0800 (PST) From: Fran Burstall Date: Sat, 09 Jan 2016 19:58:07 +0000 Message-ID: <87k2niy180.fsf@darboux.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Mailman-Approved-At: Sat, 09 Jan 2016 15:00:24 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) This link issue is still present in 25.1.50.1. ---Fran Burstall From unknown Sun Aug 17 22:08:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#414: following links to numbered man pages in woman Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Jul 2021 15:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 414 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric?= Perrin Cc: 414@debbugs.gnu.org Received: via spool by 414-submit@debbugs.gnu.org id=B414.162670872117838 (code B ref 414); Mon, 19 Jul 2021 15:32:02 +0000 Received: (at 414) by debbugs.gnu.org; 19 Jul 2021 15:32:01 +0000 Received: from localhost ([127.0.0.1]:59877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5VFQ-0004dJ-Qt for submit@debbugs.gnu.org; Mon, 19 Jul 2021 11:32:01 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5VFK-0004Up-KN for 414@debbugs.gnu.org; Mon, 19 Jul 2021 11:31:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=+fEsus9CdXud5JLr7ZqrsiPgiyzFSPh00pmky7h1wm4=; b=oRJBY6G35fvla3AGzBn6CzePHQ RhFP+Qdyb8iEuqy3NwItu8fZ8y+u3jXI9/d0orPKk3GWkG1l2lOjLwy7/bB92XmPlHnaXjQnXdcGC tjMHWZDJik0LBM+rSenImP+q10CCa72KehhLBa3RrebmzWQnTOrZ6U6Tz9GaEXCt+elA=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m5VFA-0008G2-BH; Mon, 19 Jul 2021 17:31:47 +0200 From: Lars Ingebrigtsen References: <87lk1g29ul.fsf@girafe.maisel.enst-bretagne.fr> <87abhnradf.fsf@resel.fr> X-Now-Playing: Chuck Person's _Chuck Person's Eccojams Vol. 1_: "A3" Date: Mon, 19 Jul 2021 17:31:43 +0200 In-Reply-To: <87abhnradf.fsf@resel.fr> ("=?UTF-8?Q?Fr=C3=A9d=C3=A9ric?= Perrin"'s message of "Sat, 14 Jun 2008 23:10:20 +0200") Message-ID: <87zguil3q8.fsf_-_@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric?= Perrin writes: >> Starting with a fresh checkout of the emacs source tree, Woman hangs >> when following some links to non-existent man pages. It happenned when >> I was looking at the procmailrc(5) page, and wanted [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Fr=C3=A9d=C3=A9ric Perrin writes: >> Starting with a fresh checkout of the emacs source tree, Woman hangs >> when following some links to non-existent man pages. It happenned when >> I was looking at the procmailrc(5) page, and wanted to follow the >> regexp(5) link. At that moment, emacs stopped responding. The >> regexp(5) page doesn't exist on my system. This is now finally fixed in Emacs 28. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 19 11:32:09 2021 Received: (at control) by debbugs.gnu.org; 19 Jul 2021 15:32:09 +0000 Received: from localhost ([127.0.0.1]:59879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5VFR-0004dc-8g for submit@debbugs.gnu.org; Mon, 19 Jul 2021 11:32:09 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5VFP-0004YL-GE for control@debbugs.gnu.org; Mon, 19 Jul 2021 11:31:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=oSaxcPzN5nsjNEy/n3yVakajopjPcAakmOZF8zUzKQ4=; b=uMOy4XCjlnXjStctL9eQSOadlP b1i5WMszc5mBgkRWMJtejcXYQQDfR448hJTTZhO6oYszXnaOtGkh0ndDQrqozLAZLNN9crUG9GgrJ fWLQqk3ZOXJyUYH26NEW7u0ZtG7P3s1d7KRp5I54M3HRqeUjht+7gaEVGZK00ruBWdSo=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m5VFH-0008GA-TU for control@debbugs.gnu.org; Mon, 19 Jul 2021 17:31:53 +0200 Date: Mon, 19 Jul 2021 17:31:51 +0200 Message-Id: <87y2a2l3q0.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #414 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 414 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 414 28.1 quit