all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Herzig <daniel.herzig@outlook.at>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Elisp to open a line-wrapped URL
Date: Sun, 25 Feb 2018 15:07:33 +0000	[thread overview]
Message-ID: <HE1PR1001MB1292076339320816C9C9682886C20@HE1PR1001MB1292.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <f28fe82e-40df-4999-897c-70f00618f2a9@googlegroups.com>

Not an exact answer to your answer, but maybe helpful anyway.

If you slightly restructure the comments to:

# See also Google Drive generated py docs:
'''
https://developers.google.com/resources/api-libraries/
documentation/drive/v2/python/latest/
drive_v2.permissions.html#insert
'''

you can mark the URL and open it with M-x browse-url-<your browser> -- 
it will appear as default value in the prompt.



Am 25.02.2018 um 00:53 schrieb ckhan:
> Say I like wrapping my code at 80cols.
> But say I also occasionally include URLs in comments .
>
> So I might wind up with something like this
>
>      # See also Google Drive generated py docs:
>      # https://developers.google.com/resources/api-libraries/
>      # documentation/drive/v2/python/latest/
>      # drive_v2.permissions.html#insert
>
> How do I teach emacs to open the URL that is near my cursor, even though it's split across lines with comment markers in between?


  reply	other threads:[~2018-02-25 15:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24 23:53 Elisp to open a line-wrapped URL ckhan
2018-02-25 15:07 ` Daniel Herzig [this message]
2018-02-25 20:01 ` Emanuel Berg
2018-02-25 22:40   ` Emanuel Berg
2018-02-25 22:43     ` Emanuel Berg
2018-02-26  5:02 ` Yuri Khan

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=HE1PR1001MB1292076339320816C9C9682886C20@HE1PR1001MB1292.EURPRD10.PROD.OUTLOOK.COM \
    --to=daniel.herzig@outlook.at \
    --cc=help-gnu-emacs@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 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.