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 17:23:25 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <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 1372346658 1893 80.91.229.3 (27 Jun 2013 15:24:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 15:24:18 +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 17:24:18 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 1UsE3U-0002oY-Bh for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 17:24:16 +0200 Original-Received: from localhost ([::1]:38020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsE3T-0006iX-Uo for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 11:24:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsE3Q-0006hM-C3 for emacs-devel@gnu.org; Thu, 27 Jun 2013 11:24:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsE3L-0008U4-3f for emacs-devel@gnu.org; Thu, 27 Jun 2013 11:24:12 -0400 Original-Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:43303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsE3K-0008Tf-Sp for emacs-devel@gnu.org; Thu, 27 Jun 2013 11:24:07 -0400 Original-Received: by mail-ee0-f47.google.com with SMTP id e49so469354eek.20 for ; Thu, 27 Jun 2013 08:24: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=hg/hzumcLC7FWkuDBsK3BgcoFLEsC3xf77lajCWmWGY=; b=bTErFb/PwCRDzR95XjaKaYHERSZumGP7gZlUCJ5qwQhCYfqKVBG8/8jkO9Jwr3lATs R+zO1YLB6XCCC5BfwMW85990bz2HMdHQwqxAonzkWHo7CJBW+YuGprblmGzVJ8lm4dg6 AcTua077DYFA25ieIYet1U9QKXQXckV7o0iST2d6Uw7U0zutH6rNjdQAbvzfvCfI17jw avOY25G7fhfE5PgLpRLCmVQ2ZPesmgeDl5uGzL+trzH3J7kaYQMTo7Zt7k/wEX7XHFkg iB13NNBBQPIXvQgpT0woxzxmKF4792eZXyLTvYWOecTw8pUR1YNfryQqBKh/Y0IlqZjM ZjfQ== X-Received: by 10.15.25.2 with SMTP id k2mr9353257eeu.99.1372346646031; Thu, 27 Jun 2013 08:24:06 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Thu, 27 Jun 2013 08:23:25 -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::22f 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:161142 Archived-At: On Thu, Jun 27, 2013 at 5:20 PM, Stefan Monnier wrote: > But that will break many people's .emacs since things like frame-width > won't do the same as before (admittedly, some of those people have already > fixed their .emacs in order to use the daemon, but I still suspect that > many users would be affected). I assumed... > OTOH we could make it conditional on a cmdline argument or an env-var. ...this (a command line argument). J