Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Subject: Re: Drafts and autosave
Date: 30 Oct 1998 16:35:06 +0100	[thread overview]
Message-ID: <byzpae12s5.fsf@bolzano.math.ethz.ch> (raw)
In-Reply-To: Colin Rafferty's message of "Fri, 30 Oct 1998 14:42:58 GMT"

Colin Rafferty <colin@xemacs.org> writes:

> I think that this is a great idea.  Unfortunately, I can't find the
> code that sets up the message buffer to be associated with a file.

(defun message-set-auto-save-file-name ()
  "Associate the message buffer with a file in the drafts directory."

which uses

nndraft-request-associate-buffer 

However this does an explicit
      (setq buffer-auto-save-file-name (make-auto-save-file-name)))

!!!

Why not (setq buffer-auto-save-file-name buffer-file-name))? If that
is to surprising may suggest that at the end of
nndraft-request-associate-buffer there is a (save-buffer) instead of
(clear-visited-file-modtime) such that nndraft picks them up and then
recommend M-x recover-file?


Jan


  reply	other threads:[~1998-10-30 15:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-30 10:37 Jan Vroonhof
1998-10-30 14:33 ` Colin Rafferty
1998-10-30 15:35   ` Jan Vroonhof [this message]
1998-10-30 15:55     ` Jan Vroonhof
1998-10-30 16:00     ` Colin Rafferty
1998-10-30 16:14       ` Dan Christensen
1998-10-31 14:20         ` Lars Magne Ingebrigtsen
1998-10-31 16:01           ` Jan Vroonhof
1998-10-31 16:24             ` Dan Christensen
1998-11-07 13:40             ` Lars Magne Ingebrigtsen
1998-11-07 16:59               ` Nelson Jose dos Santos Ferreira
1998-11-07 23:36                 ` Lars Magne Ingebrigtsen
1998-11-08  0:33                   ` Joev Dubach
1998-11-10  4:33                     ` Lars Magne Ingebrigtsen
1998-11-09 10:32                   ` Robert Bihlmeyer
1998-11-09 14:10               ` Jan Vroonhof
1998-11-10  4:35                 ` Lars Magne Ingebrigtsen
1998-11-10  8:59                   ` Nelson Jose dos Santos Ferreira
1998-11-13 17:52                     ` Lars Magne Ingebrigtsen
1998-11-16 12:13                       ` Jan Vroonhof
1998-10-31 15:47       ` Jan Vroonhof

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=byzpae12s5.fsf@bolzano.math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).