GNU bug report logs - #5686
M-x man thinks the "/O" of "I/O" is a clickable file path

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Fri, 5 Mar 2010 19:23:02 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: jidanni <at> jidanni.org
Cc: 5686 <at> debbugs.gnu.org
Subject: bug#5686: M-x man thinks the "/O" of "I/O" is a clickable file path
Date: Fri, 05 Mar 2010 15:20:00 -0500
> 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.")
 





This bug report was last modified 15 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.