help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: save gnus articles with links


From: Lars Ingebrigtsen
Subject: Re: save gnus articles with links
Date: Wed, 18 Feb 2015 12:12:46 +1100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Rasmus <rasmus@gmx.us> writes:

> However, sometimes messages contains images or links (the
> <a href="www...">whatever</a> kind).  I see them in Gnus, but when I 
> save the message, images are replaced by "*" and links are stripped.  
> I would like somehow retain this information.
>
> Maybe the easiest solution would be to write a new Gnus saver-function,
> but I don't know if I would have access to images and links.

You would have to write a new saving function.  The URLs and images are
available as text properties.  Just use `(text-properties-at (point))'
to inspect the properties and pick out the ones you need.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

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