From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: How to restore the layout? Date: Fri, 5 Jul 2013 19:09:26 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51CE9B05.1090202@gmx.at> <51CFFBED.7090400@gmx.at> <51D02AB0.5070103@gmx.at> <51D5DE14.4090507@alice.it> <51D600D8.90801@alice.it> <51D67990.3090800@gmx.at> <51D6D1E1.10902@alice.it> <51D6E480.80407@gmx.at> <51D6FCAD.1020001@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373044212 22654 80.91.229.3 (5 Jul 2013 17:10:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jul 2013 17:10:12 +0000 (UTC) Cc: martin rudalics , Emacs developers To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 05 19:10:13 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uv9WO-0003F0-MK for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 19:10:12 +0200 Original-Received: from localhost ([::1]:57749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv9WO-0001wg-3o for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 13:10:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv9WJ-0001rQ-Um for emacs-devel@gnu.org; Fri, 05 Jul 2013 13:10:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uv9WJ-0002H7-0S for emacs-devel@gnu.org; Fri, 05 Jul 2013 13:10:07 -0400 Original-Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:51317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv9WI-0002GD-Rp for emacs-devel@gnu.org; Fri, 05 Jul 2013 13:10:06 -0400 Original-Received: by mail-ie0-f177.google.com with SMTP id aq17so5719240iec.22 for ; Fri, 05 Jul 2013 10:10:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=b7u2/0yA/beGLIMuQGGUU5ApoIixzwRdJbjCkSpzgA4=; b=t64iy7OVIqnRMw3ykQwnxqQWgn+c/1EpS09L54q+ROZ7hxDXiek+3IUs45j5YwiPwE bCiE8QtoODfWKPyT2VYjqu141ugGVxjZ2CWvMFd6IBt7CZL7xtPnc8l+Z4YNwQQ7c7Eh ZUBFfhnosFZu2A5m5ORvjIBX1GG5hSkJGJsXRiN0bpmXDY1Xgkk6QyQICZtP9z9oiXSq 3VaYDs7rqFJLPoqkxtnG4zpby618sJPIGTKNCr5p3HUz8dm5mwXe8C1jOgLBIiyZDaUV xXVAwPnSwNFdOR5pK0+o9u0qPKST8P2BimJXHmaVdKyJkk1OpfSQl2xbarJJuWekadfP UBeA== X-Received: by 10.42.36.3 with SMTP id s3mr4167347icd.42.1373044206395; Fri, 05 Jul 2013 10:10:06 -0700 (PDT) Original-Received: by 10.64.250.7 with HTTP; Fri, 5 Jul 2013 10:09:26 -0700 (PDT) In-Reply-To: <51D6FCAD.1020001@alice.it> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161609 Archived-At: On Fri, Jul 5, 2013 at 7:04 PM, Angelo Graziosi wrote: > Anyway, if I remove a *real* file ~/foo.cpp (because, for example, I don't > need it any more), then restarting Emacs I cannot have a "virtual" buffer > ~/applications/foo.cpp! I would expect that Emacs behaves as before the > introduction of "desktop-restore-frames" I thought it was already clear that: 1) desktop-restore-frames is not yet really "introduced" 2) both Martin and I agree that no buffer should be created in that particular case. >, i.e. a message in *Messages*, saying something like > > "... failure restoring ~/foo.cpp because not found..." You already get a message that some buffers weren't reloaded. J