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 10:55:36 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <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 1372323387 22381 80.91.229.3 (27 Jun 2013 08:56:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 08:56:27 +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 10:56: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 1Us807-0004ui-Ln for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 10:56:23 +0200 Original-Received: from localhost ([::1]:58804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us807-0003lC-CV for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 04:56:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us803-0003kv-2J for emacs-devel@gnu.org; Thu, 27 Jun 2013 04:56:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Us801-0001Cw-GJ for emacs-devel@gnu.org; Thu, 27 Jun 2013 04:56:18 -0400 Original-Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]:57940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us801-0001BQ-9R for emacs-devel@gnu.org; Thu, 27 Jun 2013 04:56:17 -0400 Original-Received: by mail-ee0-f46.google.com with SMTP id d41so235343eek.5 for ; Thu, 27 Jun 2013 01:56:16 -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=nYyTTngkMaI5Ji1OnzdqW7h3ykxF0zskXj5u3v+na5c=; b=U21GhPYAiY4yxAQB/S3eOIv5C5NJEUtk+0ltd91+OLNiJDx3lLoTsYoc4FCaCTMpMG OXb9Q0D/c4CGbZ+eSbBTm9K4pwY4vFJzraM9dNPH5YPWUN6bVK9+hctgvL616KsPbg7W Kme4IlYcKHoRj0sioBCBEG9cELb8gYi0gjFx5ZUhhM7sXFC3iTMozC/dgCKeRQQuZFrw Du4DXdubURhniKSFkgPXpUcFZaDc4fnpVwXjl4s6dXIeIKhNEfNW7bbKRgqmQ/8v+fI0 9ltOm6YE0uph+uy8uPxQk3lnNTp+/38lU8n9zxXmlllYDNh079FqSDmiOdKWAJkBt8Jx 6Weg== X-Received: by 10.15.76.71 with SMTP id m47mr7852108eey.70.1372323376481; Thu, 27 Jun 2013 01:56:16 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Thu, 27 Jun 2013 01:55:36 -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::22e 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:161130 Archived-At: On Thu, Jun 27, 2013 at 6:30 AM, Stefan Monnier wrote: > That's not my experience (running a local patch which delays creation > of the initial frame until after loading the .emacs, tho not if the > initial frame is on a tty). In that case, I'd suggest installing that patch. > Fine by me. Maybe we should enable it by default, even. It's a bit rough, let's try with it disabled so volunteers can experiment. J