Gnus development mailing list
 help / color / mirror / Atom feed
* url at point
@ 2010-11-08 10:27 Richard Riley
  2010-11-08 19:12 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Riley @ 2010-11-08 10:27 UTC (permalink / raw)
  To: nognus


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---





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: url at point
  2010-11-08 10:27 url at point Richard Riley
@ 2010-11-08 19:12 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2010-11-08 19:12 UTC (permalink / raw)
  To: Richard Riley; +Cc: nognus

Richard Riley <rileyrg@googlemail.com> writes:

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

Perhaps try W u (gnus-article-unsplit-urls).

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-08 19:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-08 10:27 url at point Richard Riley
2010-11-08 19:12 ` Andreas Schwab

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).