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: Sun, 30 Jun 2013 20:15:39 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51CA0D4C.7080204@alice.it> <51CC3E42.7020409@alice.it> <51CC4CC1.3030202@alice.it> <51CC8403.1030009@gmx.at> <51CCA56A.8000508@gmx.at> <51CD49CF.1090103@gmx.at> <2FB4C583-960C-4DA8-8B2E-29DF8D96770E@swipnet.se> <51CD6324.2040504@gmx.at> <834ncifkq9.fsf@gnu.org> <83zjuae19s.fsf@gnu.org> <83r4fmdsw5.fsf@gnu.org> <85k3ldtion.fsf@member.fsf.org> <8db9561a-f3c1-49b0-812d-c4d9a6ae3007@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372616187 25482 80.91.229.3 (30 Jun 2013 18:16:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2013 18:16:27 +0000 (UTC) Cc: Stephen Leake , Emacs developers To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 30 20:16:28 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 1UtMAk-0005Mb-0t for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 20:16:26 +0200 Original-Received: from localhost ([::1]:43285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtMAj-0006bH-DS for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 14:16:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtMAf-0006az-UF for emacs-devel@gnu.org; Sun, 30 Jun 2013 14:16:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtMAe-0005mk-VN for emacs-devel@gnu.org; Sun, 30 Jun 2013 14:16:21 -0400 Original-Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:34243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtMAe-0005md-Oj for emacs-devel@gnu.org; Sun, 30 Jun 2013 14:16:20 -0400 Original-Received: by mail-ea0-f169.google.com with SMTP id h15so1637173eak.14 for ; Sun, 30 Jun 2013 11:16:20 -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=ozdABLh3CIymQOpJwQd9/qvW7U8ZIPPSuXcsoPmYbhM=; b=rxl9mdRTF3eAYUjZbQui3j0BZQw/vz+er4gSxaWmV7WXw6vSuZYaAKtDNnjwasPwDk 4iHPn1isn/xTIP6O2AtMj1dxVHstmA2WfRcFH3tdmLeH0+MuRcXM8sku8xFcZzIdPGcG axjLTtCfSOslTYzv6WfkBpZ5YkgBBMeNsJ/i9gv0+6O7oFfGlVOmXUqyaQTzmkhfw80S eBgdyQnOxmzR9LxdXATB8NDyY7IeluGJqUeL7RSEfhutRR8ZwKy0TjnfE79E2SNuwnrb NYzZ9DHFFatC+ATTP1g7ugzboflGDSMsQwkneJ77Uwm4SxcXMpMA93/XH5sKEv79jRua DmxA== X-Received: by 10.14.38.198 with SMTP id a46mr17760438eeb.42.1372616180091; Sun, 30 Jun 2013 11:16:20 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Sun, 30 Jun 2013 11:15:39 -0700 (PDT) In-Reply-To: <8db9561a-f3c1-49b0-812d-c4d9a6ae3007@default> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::229 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:161372 Archived-At: On Sun, Jun 30, 2013 at 6:30 PM, Drew Adams wrote: > I was not suggesting adding any such code to desktop.el. Yes, I understood that. > It was > an FYI/FWIW about how I determine available screen space, and a > suggestion to consider letting users override whatever available > space we calculate. And I'm saying that we're trying to cram much complexity into desktop.el for what should be much simpler: can you restore as saved? Yes? Restore. No? Try to find a way of not making a disaster and let the user sort the pieces. J