all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Rasmus <rasmus@gmx.us>
Cc: help-gnu-emacs@gnu.org
Subject: Re: save gnus articles with links
Date: Wed, 18 Feb 2015 12:12:46 +1100	[thread overview]
Message-ID: <87vbj0aupd.fsf@building.gnus.org> (raw)
In-Reply-To: <87a90iw0ft.fsf@gmx.us> (rasmus@gmx.us's message of "Fri, 13 Feb 2015 11:49:42 +0100")

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	other threads:[~2015-02-18  1:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.19467.1423334982.1147.help-gnu-emacs@gnu.org>
2015-02-13  6:04 ` save gnus articles with links Lars Magne Ingebrigtsen
2015-02-13 10:49   ` Rasmus
2015-02-18  1:12     ` Lars Ingebrigtsen [this message]
2015-04-15 15:44     ` Lars Magne Ingebrigtsen
2015-02-07 18:49 Rasmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vbj0aupd.fsf@building.gnus.org \
    --to=larsi@gnus.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rasmus@gmx.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.