From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: [tutufan@gmail.com: restoring emacs session fails for missing files] Date: Thu, 25 May 2006 12:01:02 +0200 Message-ID: <4475805E.9050209@soem.dk> References: <446C1CF5.70906@soem.dk> <3c6c07c20605190513l63ec73a8mb0aa182dd66aa70a@mail.gmail.com> <3c6c07c20605241253n71f78609p660043b9fe6c76a9@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1148551296 15721 80.91.229.2 (25 May 2006 10:01:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 May 2006 10:01:36 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 25 12:01:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjCef-00017x-GH for ged-emacs-devel@m.gmane.org; Thu, 25 May 2006 12:01:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjCef-0005z1-3f for ged-emacs-devel@m.gmane.org; Thu, 25 May 2006 06:01:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjCeU-0005yG-Pp for emacs-devel@gnu.org; Thu, 25 May 2006 06:01:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjCeT-0005y3-3j for emacs-devel@gnu.org; Thu, 25 May 2006 06:01:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjCeT-0005y0-0C for emacs-devel@gnu.org; Thu, 25 May 2006 06:01:09 -0400 Original-Received: from [212.99.225.245] (helo=odin.broadcom.dk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FjCj5-00015T-Ep; Thu, 25 May 2006 06:05:55 -0400 Original-Received: from pppoe3-ves.broadcom.dk ([212.99.255.42] helo=[10.17.0.131]) by odin.broadcom.dk with esmtp (Exim 4.24; FreeBSD) id 1FjCdS-0000Vb-W5; Thu, 25 May 2006 12:00:07 +0200 User-Agent: Debian Thunderbird 1.0.2 (X11/20060423) X-Accept-Language: en-us, en Original-To: Mike Coleman In-Reply-To: <3c6c07c20605241253n71f78609p660043b9fe6c76a9@mail.gmail.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55254 Archived-At: Mike Coleman wrote: > Okay, I've managed to replicate the error. Apparently missing normal > files don't cause problems, but missing info files do. I can reproduce this on Emacs 21 but not on CVS Emacs, so it seems that the bug is fixed. With a desktop file listing an a dired buffer, the desktop file itself and a nonexistent info file, I get the following contents of the *Messages* buffer: Emacs 21: (emacs21 --no-site-file) Loading disp-table...done Loading tool-bar...done Loading image...done Loading tooltip...done Loading easymenu...done Info-find-node: Info file /usr/info/ocaml does not exist CVS Emacs: (emacs --no-site-file) Loading info... Loading easymenu...done Loading info...done Desktop: Can't load buffer *info*: Info file /usr/info/ocaml does not exist Loading dired... Loading regexp-opt...done Loading dired...done Loading conf-mode...done Desktop: 2 buffers restored, 1 failed to restore. For information about the GNU Project and its goals, type C-h C-p.