all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus: How to simplify file attachments?
Date: Sun, 08 Jan 2012 17:19:49 +0100	[thread overview]
Message-ID: <87ty469nfe.fsf@gmail.com> (raw)
In-Reply-To: B5D5FC0D-D10C-47F5-BDBA-9BF1BF9BC331@math.ethz.ch

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	other threads:[~2012-01-08 16:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.203.1323806580.15002.help-gnu-emacs@gnu.org>
2012-01-04 19:52 ` Gnus: How to simplify file attachments? Lars Magne Ingebrigtsen
2012-01-04 21:29   ` Marius Hofert
2012-01-05  5:24     ` Lars Magne Ingebrigtsen
     [not found]       ` <m2pqeyy5a2.fsf@80-218-246-165.dclient.hispeed.ch>
2012-01-06 22:07         ` Lars Magne Ingebrigtsen
2012-01-07  3:42           ` Leo
2012-01-07  7:10             ` Thierry Volpiatto
2012-01-07 15:45             ` Marius Hofert
2012-01-07 18:23               ` Thierry Volpiatto
2012-01-08 12:19               ` Leo
2012-01-08 14:04                 ` Sivaram Neelakantan
2012-01-08 15:46                 ` Marius Hofert
2012-01-08 16:19                   ` Thierry Volpiatto [this message]
2012-01-09  8:09                 ` Marius Hofert
     [not found] <mailman.1630.1326275422.15002.help-gnu-emacs@gnu.org>
2012-01-16 19:02 ` Uday Reddy
2012-01-17 11:21   ` Marius Hofert
2012-01-11  9:50 Hofert  Jan Marius
  -- strict thread matches above, loose matches on Subject: below --
2011-12-13 20:02 Marius Hofert
2011-12-15 15:13 ` Martyn Jago
2011-12-17 17:34   ` Uday S Reddy

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=87ty469nfe.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.