William Stevenson | 28 Jan 04:20
Picon

Get link to article

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?
Adam Sjøgren | 28 Jan 11:41
X-Face
Picon
Favicon
Gravatar

Re: Get link to article

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.

  Best regards,

    Adam

--

-- 
 "Some are born to sweet delight                             Adam Sjøgren
  Some are born to endless night"                        asjo <at> koldfront.dk
(Continue reading)

William Stevenson | 1 Feb 02:09
Picon

Re: Get link to article

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

_______________________________________________
info-gnus-english mailing list
info-gnus-english <at> gnu.org
(Continue reading)


Gmane