[EMAIL PROTECTED] 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)))

_______________________________________________
Info-gnus-english mailing list
Info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to