[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Get link to article
From: |
William Stevenson |
Subject: |
Re: Get link to article |
Date: |
Wed, 01 Feb 2012 01:09:10 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) |
asjo@koldfront.dk (Adam Sjøgren) writes:
> On Sat, 28 Jan 2012 03:20:41 +0000, William wrote:
>
>> Hi. I'd like to get a web link from an article I'm reading into the kill
>> ring, like this:
>> http://thread.gmane.org/gmane.emacs.bugs/55886
>
>> Any ideas?
>
> I tend to move point to the link and press u:
>
> u runs the command gnus-article-copy-string, which is an interactive
> compiled Lisp function in `gnus-art.el'.
>
> It is bound to u, <menu-bar> <Url Button> <Copy URL to kill ring>.
>
> (gnus-article-copy-string)
>
> Copy the string in the button to the kill ring.
>
> If I want a URL for the current article (and not a URL _in_ the
> article), I toggle the headers and move point to the Archived-At:
> header.
Thanks, this last suggestion is the behaviour I wanted