From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68331 Path: news.gmane.org!not-for-mail From: eythanweg@gmail.com (Eythan Weg) Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: attaching a file in dired mode Date: Tue, 24 Feb 2009 09:48:51 -0500 Message-ID: <87wsbfdh64.fsf@gmail.com> References: <87tz6p1c85.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235487042 10443 80.91.229.12 (24 Feb 2009 14:50:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2009 14:50:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: ding-owner+M16771@lists.math.uh.edu Tue Feb 24 15:51:58 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LbydF-0003KO-29 for ding-account@gmane.org; Tue, 24 Feb 2009 15:51:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Lbyaz-0003DF-77; Tue, 24 Feb 2009 08:49:17 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Lbyax-0003D0-Qj for ding@lists.math.uh.edu; Tue, 24 Feb 2009 08:49:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1Lbyav-0007mU-0T for ding@lists.math.uh.edu; Tue, 24 Feb 2009 08:49:15 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LbybG-0003SE-00 for ; Tue, 24 Feb 2009 15:49:34 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lbyar-0006qe-VE for ding@gnus.org; Tue, 24 Feb 2009 14:49:10 +0000 Original-Received: from c-98-223-90-29.hsd1.in.comcast.net ([98.223.90.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Feb 2009 14:49:09 +0000 Original-Received: from eythanweg by c-98-223-90-29.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Feb 2009 14:49:09 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-223-90-29.hsd1.in.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) Cancel-Lock: sha1:SyGEAU20ZRBygLXEyGd/eK2CCQs= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68331 gmane.emacs.devel:109309 Archived-At: Katsumi Yamaoka Mon, 23 Feb 2009 16:12:33 +0900 >>>>> Eythan Weg wrote: > Hi, > When I use gnus-dired-attach while the cursor is on a > file in dired buffer it results in > Invalid function: gnus-setup-message > Attaching a file works correctly when a mail > buffer exists. > What should be expected? > I use gnus in a recent cvs emacs > Thanks, Eythan This happens with Gnus bundled with Emacs. `gnus-setup-message' is a macro that should be provided when compiling gnus-dired.el, however I realized it is not loaded when compiling gnus-dired.el along with Emacs (no problem when performing `make' on No Gnus). I've fixed it in the Emacs trunk as follows: Works well. Thanks. Eythan