From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2123 Path: news.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.gnus.user Subject: Re: Changing directory for attaching files Date: Fri, 21 Feb 2003 19:23:34 -0500 Organization: The Ohio State University Dept. of Computer and Info. Science Message-ID: References: <877kbuuv87.fsf@cantor.griswold.home> <87ptplxlvd.fsf@cantor.griswold.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668672 14016 80.91.229.2 (31 Jan 2006 00:51:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:51:12 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:13 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: gamma.cis.ohio-state.edu Mail-Copies-To: nobody X-Face: (&zE&hBC"G~kYNV6dt5#[X'%{!h5@/oUyc`CRNn#d6e2qi%~4N.?_ys_bQ3&7.* Dan Griswold writes: > Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > >> On Fri, Feb 21 2003, Jeffery B. Rancier wrote: >> >>> Along the same lines, what about selecting multiple files from the >>> same directory? >> >> ,----[ C-h f gnus-dired-attach RET ] > > > Excellent. I found that I needed to M-x load-library gnus-dired for > this function to be available. Is there a better way for me to do > that? That is, should I have something like (autoload gnus-dired) in > my .emacs? It should be available after gnus is loaded up due to autoload cookies. If for some reason it isn't, you can always do (require 'gnus-dired) in your ~/.gnus. If you're using this package, you may also like the following, which installs the C-c C-a keybinding in dired buffers, to make it easier to attach files from dired: (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) For more info, inspect the file gnus-dired.el. -- Benjamin