unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Mark Oteiza <mvoteiza@udel.edu>
To: 19441@debbugs.gnu.org
Subject: bug#19441: [PATCH] thingatpt.el (thing-at-point-uri-schemes): Recognize man: links.
Date: Wed, 2 Sep 2015 13:35:03 -0400	[thread overview]
Message-ID: <20150902173503.GA31930@holos> (raw)
In-Reply-To: <87tx0jd0go.fsf@udel.edu>

On 25/12/14 at 01:54pm, Mark Oteiza wrote:
> ---
> 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  <mvoteiza@udel.edu>  (tiny change)
> +
> +	* thingatpt.el (thing-at-point-uri-schemes): Recognize man: links.
> +
>  2014-12-25  Martin Rudalics  <rudalics@gmx.at>
>  
>  	* 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

Is there some reason this cannot be applied?





  reply	other threads:[~2015-09-02 17:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-25 18:54 bug#19441: [PATCH] thingatpt.el (thing-at-point-uri-schemes): Recognize man: links Mark Oteiza
2015-09-02 17:35 ` Mark Oteiza [this message]
2015-09-03 15:50   ` Stefan Monnier
2015-09-03 17:17     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150902173503.GA31930@holos \
    --to=mvoteiza@udel.edu \
    --cc=19441@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).