emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#19441: closed ([PATCH] thingatpt.el (thing-at-poin


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19441: closed ([PATCH] thingatpt.el (thing-at-point-uri-schemes): Recognize man: links.)
Date: Thu, 03 Sep 2015 15:51:02 +0000

Your message dated Thu, 03 Sep 2015 11:50:53 -0400
with message-id <address@hidden>
and subject line Re: bug#19441: [PATCH] thingatpt.el 
(thing-at-point-uri-schemes): Recognize man: links.
has caused the debbugs.gnu.org bug report #19441,
regarding [PATCH] thingatpt.el (thing-at-point-uri-schemes): Recognize man: 
links.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19441: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19441
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] thingatpt.el (thing-at-point-uri-schemes): Recognize man: links. Date: Thu, 25 Dec 2014 13:54:31 -0500
---
The url library recognizes and parses man links.  thingatpt should do
the same.

 lisp/ChangeLog    | 4 ++++
 lisp/thingatpt.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b0f296..9889472 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-25  Mark Oteiza  <address@hidden>  (tiny change)
+
+       * thingatpt.el (thing-at-point-uri-schemes): Recognize man: links.
+
 2014-12-25  Martin Rudalics  <address@hidden>
 
        * cus-start.el (resize-mini-windows): Make it customizable.
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index ea5819e..a725a28 100644
--- a/lisp/thingatpt.el
+++ b/lisp/thingatpt.el
@@ -283,7 +283,7 @@ If nil, construct the regexp from 
`thing-at-point-uri-schemes'.")
     "uuid:" "vemmi://"  "webcal://" "xri://" "xmlrpc.beep://"
     "xmlrpc.beeps://" "z39.50r://" "z39.50s://" "xmpp:"
     ;; Compatibility
-    "fax:" "mms://" "mmsh://" "modem:" "prospero:" "snews:";
+    "fax:" "man:" "mms://" "mmsh://" "modem:" "prospero:" "snews:";
     "wais://")
   "List of URI schemes recognized by `thing-at-point-url-at-point'.
 Each string in this list should correspond to the start of a
-- 
2.2.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#19441: [PATCH] thingatpt.el (thing-at-point-uri-schemes): Recognize man: links. Date: Thu, 03 Sep 2015 11:50:53 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
> Is there some reason this cannot be applied?

Time?


        Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]