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: Thu, 27 Jun 2013 04:57:42 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <83ehbrju1d.fsf@gnu.org> <87r4frcq9v.fsf@rosalinde.fritz.box> <87vc5345t3.fsf@gmail.com> <51C8B2C8.4000803@gmx.at> <51C93CDB.2020301@gmx.at> <51C9C790.3020407@gmx.at> <51CA0D4C.7080204@alice.it> <0A6F5672-6149-41B7-B0FF-D4725076B271@mit.edu> <51CB3299.50004@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372301908 15511 80.91.229.3 (27 Jun 2013 02:58:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 02:58:28 +0000 (UTC) Cc: martin rudalics , chad , Drew Adams , Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 27 04:58:29 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 1Us2Pk-0003Vf-Rg for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 04:58:28 +0200 Original-Received: from localhost ([::1]:47514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us2Pk-00008K-IT for ged-emacs-devel@m.gmane.org; Wed, 26 Jun 2013 22:58:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us2Pg-000084-SX for emacs-devel@gnu.org; Wed, 26 Jun 2013 22:58:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Us2Pf-0005hr-WB for emacs-devel@gnu.org; Wed, 26 Jun 2013 22:58:24 -0400 Original-Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:57425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us2Pf-0005hl-Py for emacs-devel@gnu.org; Wed, 26 Jun 2013 22:58:23 -0400 Original-Received: by mail-ee0-f48.google.com with SMTP id b47so85144eek.21 for ; Wed, 26 Jun 2013 19:58:23 -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=t3DK4Pwvup9RCGLTPvqPKckIDqPFrPbfQOxk8oCOuZ0=; b=T8S7AxFeVH7S+/ypL8AZFo0+AL8nH0UCycr8Jb1uIOPDiDtDWT2p12LZHucoc/ki6V AXcR69Tmn09R1ZYPYO9SIx0d3+IhLgkDoem2oyvg02YiEPSs4jU954RycOi6k0DC8jSI 1VJvdlHiaBukPqkjjDb7d90ZgHVd8cOzoqVIQQvBYck/ZdDyF7pFKBjwnDngN97K2qlW m8/dTfXYQoDF1iJRegUon8Yeb9WSXDiICF19fjLFI2WGHoqYpj8c4pRYzlHQFqWvnPh3 MZCiPw7bhoZO23PzHl6DRgaEHwT2LDwsdoO0ppiiovEGNyXKbL2dmbGvcwnVOLNdQMIb 4j6g== X-Received: by 10.15.21.78 with SMTP id c54mr6727723eeu.14.1372301902971; Wed, 26 Jun 2013 19:58:22 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Wed, 26 Jun 2013 19:57:42 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::230 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:161125 Archived-At: On Thu, Jun 27, 2013 at 4:35 AM, Stefan Monnier wrote: > We could add a cmdline flag to delay creation of the initial frame after > reading the .emacs. ISTR the initial frame must be created relatively soon because some low-level code depends on it existing. But we could allow it being invisible or something like that. >> Let's hear from Stefan & Glenn. Meanwhile, here's the new patch. > > Not sure what you want to hear from me. About installing my patch (disabled by default). J