From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: recover-session doesn't Date: Fri, 16 Aug 2002 22:51:13 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200208170451.g7H4pDP08670@wijiji.santafe.edu> References: <200207111201.g6BC1og16997@aztec.santafe.edu> <200207310555.g6V5tDO16550@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1029559928 19460 127.0.0.1 (17 Aug 2002 04:52:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 Aug 2002 04:52:08 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17fvZG-00053l-00 for ; Sat, 17 Aug 2002 06:52:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fvaI-0006uQ-00; Sat, 17 Aug 2002 00:53:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fvYl-0006LX-00 for bug-gnu-emacs@gnu.org; Sat, 17 Aug 2002 00:51:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fvYS-0006Cq-00 for bug-gnu-emacs@gnu.org; Sat, 17 Aug 2002 00:51:26 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fvYR-0006C3-00; Sat, 17 Aug 2002 00:51:15 -0400 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g7H4pY512745; Fri, 16 Aug 2002 22:51:34 -0600 (MDT) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g7H4pDP08670; Fri, 16 Aug 2002 22:51:13 -0600 (MDT) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: eddy@opera.no In-Reply-To: (message from Edward Welbourne on Fri, 16 Aug 2002 16:26:59 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3235 recover-session is meant specificaly for recovering editing that was lost in the crash of a session. If you want to save and restore session status, we already have a package for that: desktop. That works when you exit Emacs. I don't think it makes sense to use recover-session for this job. It would only "work" after a session crashes, which would be inconsistent; and it would only "work" partially, because it would only recover the files, not the other aspects of the session.