From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43572 Path: quimby.gnus.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: nndraft Date: Thu, 21 Feb 2002 10:49:47 +0100 Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1014285184 32148 195.204.10.66 (21 Feb 2002 09:53:04 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 21 Feb 2002 09:53:04 GMT Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16dpuR-0008ML-00; Thu, 21 Feb 2002 10:53:03 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16dprR-0001Xm-00; Thu, 21 Feb 2002 03:49:57 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 21 Feb 2002 03:49:54 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id DAA26521 for ; Thu, 21 Feb 2002 03:49:45 -0600 (CST) Original-Received: (qmail 11678 invoked by alias); 21 Feb 2002 09:49:38 -0000 Original-Received: (qmail 11667 invoked from network); 21 Feb 2002 09:49:38 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 21 Feb 2002 09:49:38 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-243.axis.se [10.13.8.243]) by krynn.axis.se (8.12.1/8.12.1/Debian -5) with ESMTP id g1L9n9QI014862 for ; Thu, 21 Feb 2002 10:49:09 +0100 Original-To: ding@gnus.org Original-Lines: 23 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: quimby.gnus.org gmane.emacs.gnus.general:43572 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43572 I'm confused about how Drafts work. The info file (gnus)Drafts tells me: When you want to continue editing the article, you simply enter the draft group and push `D e' (`gnus-draft-edit-message') to do that. You will be placed in a buffer where you left off. which does not work. `D' is bound to `gnus-summary-mark-as-read-backward'. Of course, this also means that no command prefixed by `D' will work (e.g. `D s'). In addition to this, `C-h f gnus-draft-edit-message' does not match anything. Using `e' does work, but when I `C-x C-s' I'm asked where the file should be saved (I was kind of hoping that the draft should just be updated and I could continue the editing later). Is the documentation outdated, or is there something else that is wrong? Niklas