From unknown Fri Jun 20 20:11:54 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#5686: M-x man thinks the "/O" of "I/O" is a clickable file path Resent-From: jidanni@jidanni.org Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 05 Mar 2010 19:23:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: report 5686 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: To: 5686@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.126781697424763 (code B ref -1); Fri, 05 Mar 2010 19:23:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Mar 2010 19:22:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd6s-0006RM-20 for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:22:54 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd6q-0006RG-Fd for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:22:52 -0500 Received: from mx10.gnu.org ([199.232.76.166]:48411) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd6m-0002OR-7q for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:22:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nnd1F-0008Bt-Fg for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:17:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,NO_REAL_NAME,UNPARSEABLE_RELAY autolearn=no version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:44402) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nnd1F-0008Bd-7R for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:17:05 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nnd1E-0002J5-Cq for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:04 -0500 Received: from [140.186.70.92] (port=48547 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nnd1B-0002I8-S5 for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nnd1B-0007h2-0j for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:01 -0500 Received: from caiajhbdccac.dreamhost.com ([208.97.132.202]:49357 helo=homiemail-a14.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd1A-0007gj-SM for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:00 -0500 Received: from jidanni.org (218-163-0-99.dynamic.hinet.net [218.163.0.99]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a14.g.dreamhost.com (Postfix) with ESMTPSA id 0085C8C063 for ; Fri, 5 Mar 2010 11:16:56 -0800 (PST) From: jidanni@jidanni.org References: Date: Sat, 06 Mar 2010 03:11:00 +0800 Message-ID: <87bpf2posb.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.2 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) M-x man thinks the "/O" of "I/O" is a clickable file path. $ man mount|grep I/O|sed q async All I/O to the filesystem should be done asynchronously. C-u C-x = shows There are text properties here: Man-target-string "/O" button (t) category Man-xref-normal-file-button Anyways relative file paths like bla/zla usually aren't useful either for clicking on on a man page, so perhaps adjust the regexp involved to not assume that they are to be made clickable. In emacs -Q -nw the /O of I/O glows blue, so it is much more noticeable than the underlined form seen in X windows. I wouldn't have noticed if I didn't use emacs -nw. emacs-version "23.1.93.1". From unknown Fri Jun 20 20:11:54 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#5686: M-x man thinks the "/O" of "I/O" is a clickable file path Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 05 Mar 2010 20:21:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: followup 5686 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: To: jidanni@jidanni.org Cc: 5686@debbugs.gnu.org Received: via spool by 5686-submit@debbugs.gnu.org id=B5686.126782040826390 (code B ref 5686); Fri, 05 Mar 2010 20:21:02 +0000 Received: (at 5686) by debbugs.gnu.org; 5 Mar 2010 20:20:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nne0G-0006rb-Gk for submit@debbugs.gnu.org; Fri, 05 Mar 2010 15:20:08 -0500 Received: from tomts13.bellnexxia.net ([209.226.175.34] helo=tomts13-srv.bellnexxia.net) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nne0E-0006rB-Ad for 5686@debbugs.gnu.org; Fri, 05 Mar 2010 15:20:07 -0500 Received: from toip5.srvr.bell.ca ([209.226.175.88]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20100305202001.QZXH20196.tomts13-srv.bellnexxia.net@toip5.srvr.bell.ca> for <5686@debbugs.gnu.org>; Fri, 5 Mar 2010 15:20:01 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAHnzkEtGN5E3/2dsb2JhbACbSHS3N4R3BIMX Received: from bas1-montreal42-1178046775.dsl.bell.ca (HELO ceviche.home) ([70.55.145.55]) by toip5.srvr.bell.ca with ESMTP; 05 Mar 2010 15:19:19 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 837F7B44D4; Fri, 5 Mar 2010 15:20:00 -0500 (EST) From: Stefan Monnier Message-ID: References: <87bpf2posb.fsf@jidanni.org> Date: Fri, 05 Mar 2010 15:20:00 -0500 In-Reply-To: <87bpf2posb.fsf@jidanni.org> (jidanni@jidanni.org's message of "Sat, 06 Mar 2010 03:11:00 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -1.8 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.8 (-) > M-x man thinks the "/O" of "I/O" is a clickable file path. Thanks. I've just installed the patch below which should fix it. Stefan --- lisp/man.el 2010-02-16 14:35:45 +0000 +++ lisp/man.el 2010-03-05 20:15:07 +0000 @@ -283,7 +283,7 @@ "Regular expression for SYNOPSIS heading (or your equivalent). This regexp should not start with a `^' character.") -(defvar Man-files-regexp "FILES" +(defvar Man-files-regexp "FILES\\>" "Regular expression for FILES heading (or your equivalent). This regexp should not start with a `^' character.") From unknown Fri Jun 20 20:11:54 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: bug-gnu-emacs@gnu.org From: bug-gnu-emacs@gnu.org (Emacs bug Tracking System) To: jidanni@jidanni.org Subject: bug#5686 closed by Stefan Monnier (Re: bug#5686: M-x man thinks the "/O" of "I/O" is a clickable file path) Message-ID: References: <87bpf2posb.fsf@jidanni.org> X-Emacs-PR-Message: they-closed 5686 X-Emacs-PR-Package: emacs Reply-To: 5686@debbugs.gnu.org Date: Sat, 06 Mar 2010 01:27:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1267838823-1889-1" This is a multi-part message in MIME format... ------------=_1267838823-1889-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #5686: M-x man thinks the "/O" of "I/O" is a clickable file path It has been closed by Stefan Monnier . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Stefan Monnier by replying to this email. --=20 5686: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5686 Emacs Bug Tracking System Contact bug-gnu-emacs@gnu.org with problems ------------=_1267838823-1889-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 5686-done) by debbugs.gnu.org; 6 Mar 2010 01:26:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NnimN-0000U4-8S for submit@debbugs.gnu.org; Fri, 05 Mar 2010 20:26:07 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnign-0000Rp-Bz for 5686-done@debbugs.gnu.org; Fri, 05 Mar 2010 20:20:21 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEABc8kUtLd/ZR/2dsb2JhbACbSnS2VYR3BIMXh3Q X-IronPort-AV: E=Sophos;i="4.49,590,1262581200"; d="scan'208";a="57627016" Received: from 75-119-246-81.dsl.teksavvy.com (HELO ceviche.home) ([75.119.246.81]) by ironport2-out.pppoe.ca with ESMTP; 05 Mar 2010 20:20:17 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 53F72B4265; Fri, 5 Mar 2010 20:20:17 -0500 (EST) From: Stefan Monnier To: jidanni@jidanni.org Subject: Re: bug#5686: M-x man thinks the "/O" of "I/O" is a clickable file path Message-ID: References: <87bpf2posb.fsf@jidanni.org> Date: Fri, 05 Mar 2010 20:20:17 -0500 In-Reply-To: (Stefan Monnier's message of "Fri, 05 Mar 2010 15:20:00 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 5686-done X-Mailman-Approved-At: Fri, 05 Mar 2010 20:26:06 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.0 (--) >> M-x man thinks the "/O" of "I/O" is a clickable file path. > Thanks. I've just installed the patch below which should fix it. Forgot to close it, sorry, Stefan ------------=_1267838823-1889-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Mar 2010 19:22:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd6s-0006RM-20 for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:22:54 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd6q-0006RG-Fd for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:22:52 -0500 Received: from mx10.gnu.org ([199.232.76.166]:48411) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd6m-0002OR-7q for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:22:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nnd1F-0008Bt-Fg for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:17:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,NO_REAL_NAME,UNPARSEABLE_RELAY autolearn=no version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:44402) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nnd1F-0008Bd-7R for submit@debbugs.gnu.org; Fri, 05 Mar 2010 14:17:05 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nnd1E-0002J5-Cq for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:04 -0500 Received: from [140.186.70.92] (port=48547 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nnd1B-0002I8-S5 for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nnd1B-0007h2-0j for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:01 -0500 Received: from caiajhbdccac.dreamhost.com ([208.97.132.202]:49357 helo=homiemail-a14.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nnd1A-0007gj-SM for bug-gnu-emacs@gnu.org; Fri, 05 Mar 2010 14:17:00 -0500 Received: from jidanni.org (218-163-0-99.dynamic.hinet.net [218.163.0.99]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a14.g.dreamhost.com (Postfix) with ESMTPSA id 0085C8C063 for ; Fri, 5 Mar 2010 11:16:56 -0800 (PST) From: jidanni@jidanni.org To: bug-gnu-emacs@gnu.org Subject: M-x man thinks the "/O" of "I/O" is a clickable file path References: Date: Sat, 06 Mar 2010 03:11:00 +0800 Message-ID: <87bpf2posb.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) M-x man thinks the "/O" of "I/O" is a clickable file path. $ man mount|grep I/O|sed q async All I/O to the filesystem should be done asynchronously. C-u C-x = shows There are text properties here: Man-target-string "/O" button (t) category Man-xref-normal-file-button Anyways relative file paths like bla/zla usually aren't useful either for clicking on on a man page, so perhaps adjust the regexp involved to not assume that they are to be made clickable. In emacs -Q -nw the /O of I/O glows blue, so it is much more noticeable than the underlined form seen in X windows. I wouldn't have noticed if I didn't use emacs -nw. emacs-version "23.1.93.1". ------------=_1267838823-1889-1--