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

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

Re: Gnus: How to simplify file attachments?


From: Thierry Volpiatto
Subject: Re: Gnus: How to simplify file attachments?
Date: Sun, 08 Jan 2012 17:19:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Marius Hofert <marius.hofert@math.ethz.ch> writes:

> I don't have the first three lines in my dnd-protocol-alist.
> You can I get them? 
Are you sure you check the local value in your message buffer:

(current-buffer)
==>
#<buffer *unsent followup to Marius Hofert on gmane.emacs.help*>

dnd-protocol-alist ; Local value from this buffer
==>
(("^file:///" . mml-dnd-attach-file)
 ("^file://" . dnd-open-file)
 ("^file:" . mml-dnd-attach-file)
 ("^file:///" . dnd-open-local-file)
 ("^file://" . dnd-open-file)
 ("^file:" . dnd-open-local-file)
 ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))

dnd-protocol-alist ; Global value
==>
(("^file:///" . dnd-open-local-file)
 ("^file://" . dnd-open-file)
 ("^file:" . dnd-open-local-file)
 ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))


-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




reply via email to

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