From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13943 Path: news.gmane.org!not-for-mail From: Paulo Matos Newsgroups: gmane.emacs.gnus.user Subject: Re: Attaching all files in dir Date: Sat, 10 Apr 2010 11:52:40 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <0a5e92e1-a2b6-4597-9cb8-170426134bf9@j21g2000yqh.googlegroups.com> <87hbnjb2hb.fsf@nowhere.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273156061 26335 80.91.229.12 (6 May 2010 14:27:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 14:27:41 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 06 16:27:40 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OA234-0004m9-Bk for gegu-info-gnus-english@m.gmane.org; Thu, 06 May 2010 16:27:39 +0200 Original-Received: from localhost ([127.0.0.1]:44843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA22p-0002aa-VW for gegu-info-gnus-english@m.gmane.org; Thu, 06 May 2010 10:27:20 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!y36g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 30 Original-NNTP-Posting-Host: 86.129.206.36 Original-X-Trace: posting.google.com 1270925560 32343 127.0.0.1 (10 Apr 2010 18:52:40 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 10 Apr 2010 18:52:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y36g2000yqm.googlegroups.com; posting-host=86.129.206.36; posting-account=19w1QwoAAABk7NE7k0NyhP9AxDd_xQqY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84236 X-Mailman-Approved-At: Wed, 05 May 2010 21:10:53 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13943 Archived-At: On Apr 10, 7:13=A0pm, Glyn Millington wrote: > > Not quite. =A0The snippet below will allow you to attach all the files yo= u > mark in dired in one go > > ,---- > | ;; If you would like to attach all marked files from dired to a new > | ;; Gnus message then put the following in your .emacs: > | > | (require 'gnus-dired) > | (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) > | > | ;; Then, from dired, you can mark files as normal and then hit C-c > | ;; C-m C-a to attach the files (as attachments, not inline) to a > | ;; message. If you would like to have an easier to get to binding I > | ;; would suggest the following: > | > | (define-key dired-mode-map "a" 'gnus-dired-attach) > `---- > That's an excellent suggestion. It worked and raised two questions... - How do you do that awesome left brace around the code? - Which server do you use to read newsgroups inside gnus? I am in google groups but I hate it, however don't know any free public nntp server. Any tips? -- PMatos