From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: Gnus: How to simplify file attachments? Date: Sun, 08 Jan 2012 17:19:49 +0100 Message-ID: <87ty469nfe.fsf@gmail.com> References: <1D83305A-6FE0-44A7-A74D-D2681520068F@math.ethz.ch> <4C9CC024-8FB9-4DAD-A795-9CACEE9CCE66@math.ethz.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326039622 27623 80.91.229.12 (8 Jan 2012 16:20:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Jan 2012 16:20:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 08 17:20:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RjvTj-0005jk-Kd for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jan 2012 17:20:15 +0100 Original-Received: from localhost ([::1]:34923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjvTj-0001rB-50 for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jan 2012 11:20:15 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjvTd-0001qs-9V for help-gnu-emacs@gnu.org; Sun, 08 Jan 2012 11:20:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjvTc-0002EG-3P for help-gnu-emacs@gnu.org; Sun, 08 Jan 2012 11:20:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:52947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjvTb-0002Dr-NF for help-gnu-emacs@gnu.org; Sun, 08 Jan 2012 11:20:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RjvTa-0005gt-No for help-gnu-emacs@gnu.org; Sun, 08 Jan 2012 17:20:06 +0100 Original-Received: from 69.211.85.79.rev.sfr.net ([79.85.211.69]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jan 2012 17:20:06 +0100 Original-Received: from thierry.volpiatto by 69.211.85.79.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jan 2012 17:20:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 69.211.85.79.rev.sfr.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:xwQlViEyc7zZV/7QKffNJ6yHq0o= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83416 Archived-At: Marius Hofert 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) ==> # 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