Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: nognus <ding@gnus.org>
Subject: url at point
Date: Mon, 08 Nov 2010 11:27:29 +0100	[thread overview]
Message-ID: <3d4obst8j2.fsf@news.eternal-september.org> (raw)


What set ups do people use to browse ul at point and ignore line
splitting?

I had this for a while which doesnt work with urls that are split over
two lines.

--8<---------------cut here---------------start------------->8---
  (defun rgr/browse-url (&optional url)
    "browse the url passed in"
    (interactive)
    (setq url (or url (w3m-url-valid (w3m-anchor)) (browse-url-url-at-point) (region-or-word-at-point)))
    (setq url (read-string (format "Url \"%s\" :" url) url nil url))
    (rgr/browse url))
--8<---------------cut here---------------end--------------->8---





             reply	other threads:[~2010-11-08 10:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-08 10:27 Richard Riley [this message]
2010-11-08 19:12 ` Andreas Schwab

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=3d4obst8j2.fsf@news.eternal-september.org \
    --to=rileyrg@googlemail.com \
    --cc=ding@gnus.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.
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 NNTP newsgroup(s).