info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: saving a link in gnus


From: Jesper Harder
Subject: Re: saving a link in gnus
Date: Wed, 27 Apr 2005 21:42:53 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (darwin)

cmc3list-goat@diespammersdie.yahoo.com writes:

> Right now I can drag my mouse across the link and then paste 
> it into the location bar but it would be nice to do this with 
> a few clicks. Is there a way? (I am not a lisp programmer, BTW)

You could bind something like this to a key sequence (or maybe a mouse
event):

 (defun save-url ()
   "Copy URL at point."
   (interactive)
   (kill-new (thing-at-point 'url)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]