From: Reuben Thomas <rrt@sc3d.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Juri Linkov <juri@jurta.org>,
tomas@tuxteam.de, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: desktop.el: autosave?
Date: Mon, 10 Dec 2007 22:01:02 +0000 (GMT) [thread overview]
Message-ID: <alpine.DEB.0.99999.0712102150400.4186@localhost.localdomain> (raw)
In-Reply-To: <jwvsl2bi76c.fsf-monnier+emacs@gnu.org>
On Sun, 9 Dec 2007, Stefan Monnier wrote:
>>> likely to use this feature. Furthermore those concerned about power usage
>>> and disk spin-up only have to worry about the same Emacs feature
>>> (auto-save-hook), and not add another hook or function to their list of
>>> things to tweak.
>
> BTW, how 'bout optimizing disk writes like savehist does: only save the
> new desktop file if it's different from the previous one. That doesn't
> save you from generating the new file's content in a buffer, of course,
> but still.
That sounds like a good idea. I think we can now collect the changes that
need to be made:
1. A customizable preference, desktop-auto-save, which indicates whether
desktop-save-in-desktop-dir should be added to auto-save-hook or not. Is the
easiest way to do this to add a private function that desktop mode always
adds to auto-save-hook and then have that private function test a boolean
which is itself the customizable preference when it runs, to see whether to
proceed or not?
2. Change desktop-save-in-desktop-dir so that it only prompts for a
directory if it is called interactively. The normal way seems to be to add
an optional argument as described in the help for interactive-p.
3. Change desktop-save-in-desktop-dir to be like savehist-mode, only
actually writing the file when the history has changed since the last time.
Does that sounds about right?
--
http://rrt.sc3d.org/ | Brevity is the soul
next prev parent reply other threads:[~2007-12-10 22:01 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-30 14:08 desktop.el: autosave? Reuben Thomas
2007-11-30 23:35 ` Richard Stallman
2007-12-01 0:35 ` Juri Linkov
2007-12-01 23:41 ` Richard Stallman
2007-12-03 22:57 ` Juri Linkov
2007-12-04 7:39 ` martin rudalics
2007-12-05 2:57 ` Richard Stallman
2007-12-05 9:02 ` martin rudalics
2007-12-05 22:28 ` Juri Linkov
2007-12-05 23:09 ` martin rudalics
2007-12-05 23:41 ` Juri Linkov
2007-12-06 15:12 ` Richard Stallman
2007-12-06 2:11 ` Richard Stallman
2007-12-06 23:29 ` Juri Linkov
2007-12-04 16:55 ` Richard Stallman
2007-12-06 14:58 ` Reuben Thomas
2007-12-06 15:38 ` tomas
2007-12-06 15:47 ` Reuben Thomas
2007-12-06 23:28 ` Juri Linkov
2007-12-06 23:44 ` Reuben Thomas
2007-12-07 0:03 ` Juri Linkov
2007-12-07 2:48 ` Stefan Monnier
2007-12-09 20:35 ` Reuben Thomas
2007-12-10 0:27 ` Juri Linkov
2007-12-10 0:35 ` Reuben Thomas
2007-12-10 0:50 ` Drew Adams
2007-12-10 0:59 ` Juri Linkov
2007-12-10 1:10 ` Reuben Thomas
2007-12-10 3:03 ` Stefan Monnier
2007-12-10 22:01 ` Reuben Thomas [this message]
2007-12-10 23:55 ` Juri Linkov
2007-12-11 0:10 ` Reuben Thomas
2007-12-11 0:23 ` Juri Linkov
2007-12-11 0:42 ` Reuben Thomas
2013-04-10 1:36 ` Reuben Thomas
2013-04-10 7:05 ` Juri Linkov
2013-04-10 10:57 ` Reuben Thomas
2013-04-11 8:29 ` Juri Linkov
2013-04-11 11:04 ` Reuben Thomas
2013-04-27 20:57 ` Juri Linkov
2007-12-10 22:02 ` Reuben Thomas
2007-12-10 22:12 ` Drew Adams
2007-12-10 22:16 ` Reuben Thomas
2007-12-10 23:57 ` Juri Linkov
2007-12-11 0:02 ` Reuben Thomas
2007-12-11 0:23 ` Juri Linkov
2007-12-11 0:48 ` Reuben Thomas
2007-12-11 19:01 ` Richard Stallman
2007-12-12 0:50 ` Reuben Thomas
2007-12-12 22:53 ` Richard Stallman
2007-12-12 23:59 ` Juri Linkov
2007-12-14 10:10 ` Richard Stallman
2007-12-07 2:47 ` Stefan Monnier
2007-12-07 17:18 ` Richard Stallman
2007-12-03 21:14 ` Reuben Thomas
2007-12-03 22:57 ` Juri Linkov
2007-12-06 14:56 ` Reuben Thomas
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=alpine.DEB.0.99999.0712102150400.4186@localhost.localdomain \
--to=rrt@sc3d.org \
--cc=emacs-devel@gnu.org \
--cc=juri@jurta.org \
--cc=monnier@iro.umontreal.ca \
--cc=rms@gnu.org \
--cc=tomas@tuxteam.de \
/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.