all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: Upcoming 23.1 release
Date: Tue, 21 Jul 2009 11:05:45 -0400	[thread overview]
Message-ID: <87k5223wl2.fsf@stupidchicken.com> (raw)
In-Reply-To: <jwvmy6yu98p.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Mon, 20 Jul 2009 21:20:28 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> AFAIK tar-mode (which also uses the buffer-swapping) support
> auto-saving.  So either Rmail can be fixed to work like tar-mode, or
> tar-mode suffers from the same problem (unnoticed until now).

I think tar-mode also turns off auto-save-mode by default:

(defun tar-subfile-mode (p)
  ...
  (cond (tar-subfile-mode
	 (add-hook 'write-file-functions 'tar-subfile-save-buffer nil t)
	 ;; turn off auto-save.
	 (auto-save-mode -1)




  reply	other threads:[~2009-07-21 15:05 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-20 18:32 Upcoming 23.1 release Chong Yidong
2009-07-20 18:44 ` Eli Zaretskii
2009-07-20 18:51   ` Chong Yidong
2009-07-20 19:06     ` Eli Zaretskii
2009-07-20 19:37       ` Chong Yidong
2009-07-20 20:36         ` Eli Zaretskii
2009-07-21  1:20         ` Stefan Monnier
2009-07-21 15:05           ` Chong Yidong [this message]
2009-07-21 15:42             ` Stefan Monnier
2009-07-21 14:41         ` Richard Stallman
2009-07-21 14:41     ` Richard Stallman
2009-07-21 15:38       ` Chong Yidong
2009-07-22  1:43         ` Richard Stallman
2009-07-20 19:02   ` Chong Yidong
2009-07-20 20:42     ` Eli Zaretskii
2009-07-21 15:31       ` Chong Yidong
2009-07-22  1:43         ` Richard Stallman
2009-07-21 14:42     ` Richard Stallman
2009-07-21 14:41   ` Richard Stallman
2009-07-20 18:55 ` Dan Nicolaescu
2009-07-20 19:06   ` Chong Yidong
2009-07-21  3:16     ` usefulness of no-byte-compile [was: Re: Upcoming 23.1 release] Dan Nicolaescu
2009-07-20 20:05 ` Upcoming 23.1 release Chong Yidong
2009-07-20 22:58 ` Jason Rumney
2009-07-20 23:12   ` Chong Yidong
2009-07-21  0:43 ` Kenichi Handa
2009-07-21  3:10   ` Eli Zaretskii
2009-07-21  3:55 ` Lennart Borgman
2009-07-22  6:55 ` Yavor Doganov
2009-07-22  7:24   ` David Reitter
2009-07-24  0:46   ` YAMAMOTO Mitsuharu
2009-07-24  0:53     ` YAMAMOTO Mitsuharu
2009-07-24 15:10       ` Yavor Doganov
2009-07-24 15:47     ` Adrian Robert

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=87k5223wl2.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.