all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Amos Bird <amosbird@gmail.com>
To: Yuri Khan <yuri.v.khan@gmail.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: goto-address-at-point doesn't get the right url when there is a trailing ')'
Date: Wed, 14 Jun 2017 23:05:28 +0800	[thread overview]
Message-ID: <8760fy4nk7.fsf@gmail.com> (raw)
In-Reply-To: <CAP_d_8WThsKckRA5qZP6dam=+v2y3bf3qOCnwmU1uk_DpNzuFw@mail.gmail.com>


Thanks! will do.

Yuri Khan <yuri.v.khan@gmail.com> writes:

> On Wed, Jun 14, 2017 at 5:11 PM, Amos Bird <amosbird@gmail.com> wrote:
>
>> When doing  (goto-address-at-point) at parenthesis surrounded urls like this
>> (https://github.com/nikomatsakis/rayon/issues/231) in any prog mode (c, java, python ...)
>>
>> it will grab the trailing ')' thus ends up with opening a wrong url.
>
>> Could you tell me a workaround for this?
>
> Don’t do that, then?
>
> A closing parenthesis is a valid URL character. Any heuristic that
> fixes your problem will break legal, standard-conforming URLs, such as
> this:
>
>     https://en.wikipedia.org/wiki/Dunnet_(video_game)
>
> If you want to enclose a URL in parentheses, put a pair of angle
> brackets <> around it first:
>
>     (<https://github.com/nikomatsakis/rayon/issues/231>)
>
> Angle brackets are not valid URL characters and are expicitly
> recommended as delimiters around URLs by RFC 2396 § 2.4.3 and RFC 3986
> Appendix C. Also, it is a Markdown construct for URLs displayed as-is.




  reply	other threads:[~2017-06-14 15:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <878tkv3rii.fsf@gmail.com>
2017-06-14 10:11 ` goto-address-at-point doesn't get the right url when there is a trailing ')' Amos Bird
2017-06-14 15:01   ` Yuri Khan
2017-06-14 15:05     ` Amos Bird [this message]
2017-06-15  9:01     ` Philipp Stephani
2017-06-15  9:04       ` Amos Bird
2017-06-15  9:51         ` Philipp Stephani
2017-06-15 13:49           ` Amos Bird
2017-06-16 16:27             ` Philipp Stephani

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

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

  git send-email \
    --in-reply-to=8760fy4nk7.fsf@gmail.com \
    --to=amosbird@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=yuri.v.khan@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.