From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: how to make the "file has auto save data..." message unskippable? Date: Mon, 06 Jul 2009 08:14:05 -0400 Message-ID: <4A51EA8D.9090503@mousecar.com> References: <24345123.post@talk.nabble.com> <87r5wuxk7g.fsf@ambire.localdomain> Reply-To: gebser@mousecar.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246882487 6252 80.91.229.12 (6 Jul 2009 12:14:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 12:14:47 +0000 (UTC) To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 06 14:14:39 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MNn5j-0001wP-7G for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 14:14:39 +0200 Original-Received: from localhost ([127.0.0.1]:38200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNn5i-0000K5-IV for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 08:14:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNn5R-0000Jo-3A for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 08:14:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNn5N-0000JU-FR for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 08:14:20 -0400 Original-Received: from [199.232.76.173] (port=55675 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNn5N-0000JR-By for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 08:14:17 -0400 Original-Received: from mout.perfora.net ([74.208.4.195]:64729) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNn5N-00026i-4B for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 08:14:17 -0400 Original-Received: from [192.168.0.26] (dsl093-011-017.cle1.dsl.speakeasy.net [66.93.11.17]) by mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0MKpCa-1MNn5D1inp-000CHk; Mon, 06 Jul 2009 08:14:08 -0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) In-Reply-To: <87r5wuxk7g.fsf@ambire.localdomain> X-Enigmail-Version: 0.95.7 OpenPGP: id=5AD091E7 X-Provags-ID: V01U2FsdGVkX1/Lts7YAdjdowhHs/wBEts9awIOUopbKy2OeiO cmPlgodlFCv1OvZNeW4Vf4diSCMpAyUPdoTzUfEQB09MQ8G1rr 7ZIsFh65aKyooHfioVdR5rUn4pocZHt X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65797 Archived-At: On 07/06/2009 04:57 AM Thien-Thi Nguyen wrote: > () Nobuko Three > () Sun, 5 Jul 2009 10:29:13 -0700 (PDT) > > Normally after emacs is crashed, you know you need to use M-x > recover-session, but it could happen that you go to lunch after > crash, you come back, you start emacs again, you forget to do > recover-session and open foo.bar and then also miss the > "foo.txt has auto save data..." message. > > How do you deal with this problem? > > Go to lunch before the crash! > Think faster but type slower! > Or, (setq message-log-max t), > + `C-h e' every now and then. > > thi In buffers which have auto-save data I'd like to see an orange background. In addition, I'd like to hear a beep when I try to type into that buffer with the standard message/prompt in the minibuffer that there's auto-save data... should I pull it in or discard it.