From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68329 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: attaching a file in dired mode Date: Mon, 23 Feb 2009 14:17:09 -0500 Message-ID: <9beixphsju.fsf@fencepost.gnu.org> 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 1235416781 6874 80.91.229.12 (23 Feb 2009 19:19:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2009 19:19:41 +0000 (UTC) Cc: Eythan Weg , ding@gnus.org, emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 23 20:20:56 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LbgMJ-00011c-On for ged-emacs-devel@m.gmane.org; Mon, 23 Feb 2009 20:20:56 +0100 Original-Received: from localhost ([127.0.0.1]:52725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbgKy-0003BH-Aa for ged-emacs-devel@m.gmane.org; Mon, 23 Feb 2009 14:19:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LbgKs-0003B7-6Z for emacs-devel@gnu.org; Mon, 23 Feb 2009 14:19:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LbgKr-0003At-8P for emacs-devel@gnu.org; Mon, 23 Feb 2009 14:19:25 -0500 Original-Received: from [199.232.76.173] (port=42858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbgKr-0003Aq-3f for emacs-devel@gnu.org; Mon, 23 Feb 2009 14:19:25 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48835) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LbgKq-0001x5-RG for emacs-devel@gnu.org; Mon, 23 Feb 2009 14:19:24 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LbgIf-0007S6-J9; Mon, 23 Feb 2009 14:17:09 -0500 X-Spook: Comirex Mafia covert video UMTS Ermes FIPS140 FTS2000 X-Ran: MTVY&bCe_VC7u~bh5(Jsz2BR$iw&.A3!H4hB_#M&_voE"mp\v,xD$[{"P4t>@,zJYR%,=X X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109301 gmane.emacs.gnus.general:68329 Katsumi Yamaoka wrote: >> When I use gnus-dired-attach while the cursor is on a >> file in dired buffer it results in > >> Invalid function: gnus-setup-message This is bug 1060. http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1060 > + ;; Load the `gnus-setup-message' macro that `gnus-dired-attach' uses. > + (require 'gnus-msg) For me, this has the problem described in bug #1060: emacs -Q C-x d M-x turn-on-gnus-dired-mode just sits there showing the Gnus logo (though it does seem to work if one just kills the logo buffer). Oh, but I see you installed a different change. This has the other problem described in bug 1060: emacs -Q C-x d M-x turn-on-gnus-dired-mode mark file C-c C-m C-a void-variable gnus-article-reply Note one of the goals of FOR-RELEASE is to "minimize Gnus dependencies in gnus-dired.el" (see also the comments in gnus-dired: "These are used only if the user customizes `gnus-dired-mail-mode' to use Message and/or Gnus"). So it would be nice if gnus-dired did not unconditionally require other Gnus features.