bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs should quiz that #backups# exist by default


From: Hallvard B Furuseth
Subject: Re: emacs should quiz that #backups# exist by default
Date: 22 Feb 2003 20:32:06 +0100

Richard Stallman <rms@gnu.org> writes:
>     anyways, what I want is a yes or no querying the user if anything bad
>     happened that he hasn't fully acknowledged yet that he is aware of.
> 
> I think that many users would find that too obnoxious.

Suggestion:

(defvar try-recover-session nil
 "If set, emacs will call recover-session at startup if no file args are given.
recover-session will not be called in batch mode.")

The message
  Reading directory: no such file or directory, ...auto-save-list/.saves-*
at startup would get annoying after a while, so call recover-session
with an argument which means it should suppress that message.

Also, 'q' in the dired buffer should quit recover-session without
recovering any session, and the info message at the top of the buffer
should say so.

-- 
Hallvard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]