From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5044 Path: news.gmane.org!not-for-mail From: Philip Clark Newsgroups: gmane.emacs.gnus.user Subject: Re: sending a draft message Date: Thu, 12 May 2005 19:08:54 +0100 Organization: Edinburgh University Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670854 25850 80.91.229.2 (31 Jan 2006 01:27:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:27:34 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:41 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!uio.no!feed.news.tiscali.de!newsfeed01.sul.t-online.de!t-online.de!solnet.ch!solnet.ch!news.clara.net!internal00.transit.news.clara.net!feed2.jnfs.ja.net!feed4.jnfs.ja.net!jnfs.ja.net!newsfeed.ed.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: lochnagar.ph.ed.ac.uk Original-X-Trace: scotsman.ed.ac.uk 1115921334 27508 129.215.72.103 (12 May 2005 18:08:54 GMT) Original-X-Complaints-To: usenet@scotsman.ed.ac.uk Original-NNTP-Posting-Date: Thu, 12 May 2005 18:08:54 +0000 (UTC) User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:SnOaICf2WjTqSKUN29lSQ7FL8Eg= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5185 Original-Lines: 34 X-Gnus-Article-Number: 5185 Tue Jan 17 17:34:41 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5044 Archived-At: Andrew Raines writes: > Philip Clark writes: > >> If I have a draft message, I then use 'D e' to edit >> it. Then I try to send it with Ctrl c c. However, this just >> seems to save a new version of the draft and doesn't >> actually send it. Does anyone know how I can actually send >> the message. > > I'm not sure why C-c C-c does that. Is it bound to > message-send-and-exit? > > Anyway, you can try `D s' on the article from the summary > buffer and see if that sends it. Hi Andrew, D s doesn't work either it just seems to search for a description. also C-h C-c C-c just enters help so I can't see what it is bound to. The only thing I think of is that I have the following and maybe it messes things up ;; Get rid of News directory (setq gnus-agent-directory "~/mail/agent") (setq gnus-article-save-directory "~/mail") (setq gnus-kill-files-directory "~/mail/") (setq gnus-dribble-directory "~/mail/") (setq message-auto-save-directory "~/mail") Other than that I can't see anything wrong. -Phil