From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17362 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: message.el and drafts Date: 23 Sep 1998 22:36:52 -700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156076 522 80.91.224.250 (20 Oct 2002 23:21:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:21:16 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id BAA03340 for ; Thu, 24 Sep 1998 01:38:17 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id AAF04469; Thu, 24 Sep 1998 00:09:00 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 24 Sep 1998 00:37:53 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id AAA06343 for ; Thu, 24 Sep 1998 00:37:44 -0500 (CDT) Original-Received: from CAraptorUU.geoworks.com (CAraptorUU.geoworks.com [208.232.87.36]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id BAA03327 for ; Thu, 24 Sep 1998 01:37:36 -0400 (EDT) Original-Received: from maelstrom.geoworks.com by CAraptorUU.geoworks.com via smtpd (for sclp3.sclp.com [209.195.19.139]) with SMTP; 24 Sep 1998 05:37:06 UT Original-Received: from quark.geoworks.com (quark.geoworks.com [198.211.201.100]) by maelstrom.geoworks.com (8.8.6/8.8.5) with ESMTP id WAA11892 for ; Wed, 23 Sep 1998 22:37:01 -0700 (PDT) Original-Received: from ultraman.geoworks.com ([198.211.201.179]) by quark.geoworks.com (8.8.5/8.8.5) with ESMTP id WAA01372; Wed, 23 Sep 1998 22:37:00 -0700 (PDT) Original-To: ding@gnus.org Original-Lines: 19 User-Agent: Gnus/5.070032 (Pterodactyl Gnus v0.32) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17362 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17362 I love nndraft because I'm always getting interrupted. I've also got C-x m bound to message-mail so I can use it even without loading gnus -- but I lose the draft feature in that case. So I'm thinking about doing this: Smartening up message.el (message-set-auto-save-file-name) to set the *mail* buffer's buffer-file-name to something like message-autosave-directory/draft-[some-unique-number]. Smartening up gnus so at launch time it looks for those files and slurps them into nndraft. Thoughts? I don't want to do this if Lars won't take the patch. ;-) -- matta