all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* desktop-auto-save-timeout
@ 2014-05-29 18:24 Eli Zaretskii
  2014-06-04 22:49 ` desktop-auto-save-timeout Juri Linkov
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2014-05-29 18:24 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

I wonder if the default value of this option (equal to
auto-save-timeout) is TRT.  The latter is used to auto-save our edits,
which are by definition precious, so people are likely to customize it
to small values (I have it at 15 sec).  By contrast, important desktop
changes are relatively rare, and even if some of them are lost, it's
not a disaster, at least not in general.

I've run Emacs 24.3.9x with the default value (which for me means
15sec) for some time, and the results are unpleasant: Emacs becomes
sluggish in its response whenever you look at the screen for more than
the timeout without typing anything.  E.g., start an I-search, then
make a pause to look at the text you found, then type C-s to continue
the search -- it takes a few seconds for Emacs to respond, probably
because the desktop's idle timer invokes desktop-save, which needs to
collect a non-trivial amount of data in a temp buffer, then run that
buffer through md5.  Very annoying.

Why not make the value of this variable nil by default, and let users
who think their desktop configuration is precious customize the
variable to some non-nil value?



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-06  6:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 18:24 desktop-auto-save-timeout Eli Zaretskii
2014-06-04 22:49 ` desktop-auto-save-timeout Juri Linkov
2014-06-05  7:48   ` desktop-auto-save-timeout martin rudalics
2014-06-05 23:35     ` desktop-auto-save-timeout Juri Linkov
2014-06-06  6:33       ` desktop-auto-save-timeout Eli Zaretskii

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.