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: Tue, 25 Jun 2013 23:40:33 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> <51C6CF57.9030203@alice.it> <51C87C3E.90904@gmx.at> <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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372196480 8831 80.91.229.3 (25 Jun 2013 21:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 21:41:20 +0000 (UTC) Cc: Emacs developers , martin rudalics , Stefan Monnier , Eli Zaretskii , Stephen Berman , Jambunathan K To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 25 23:41:21 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 1UrazJ-0002US-88 for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 23:41:21 +0200 Original-Received: from localhost ([::1]:36320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrazI-0005ym-OK for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 17:41:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrazE-0005yT-PS for emacs-devel@gnu.org; Tue, 25 Jun 2013 17:41:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrazD-00027L-Mp for emacs-devel@gnu.org; Tue, 25 Jun 2013 17:41:16 -0400 Original-Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:59408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrazC-00026y-1G; Tue, 25 Jun 2013 17:41:14 -0400 Original-Received: by mail-ee0-f50.google.com with SMTP id d49so6868244eek.23 for ; Tue, 25 Jun 2013 14:41:13 -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=ZYxAc7Gr/82DmdPPLbJSlLl/IQbjxlta/ArsKAYo3a0=; b=WJ9Ea5ef8TuDW/9Ks6WhjRAztCYZWwDmjsMudiEK6qc3cp8hbmTwoILWQu3A4MIVt0 +jYDIh5TDr46M/6V5Spqu7hL3iZsW2WwmOrHY55cqhTywGOr2aXIMvH6i0NQbzuLNSyS ZsFhQ2Kz04CIEXuAGxuVPd7uyi5Cr2OCFlck4CfBk0lJAYDXHyzo243sfBHjjY1o+LLJ 9StcFtm6iQJFkhYEKbcw1Tw7ZDcggFzYd12VpGMUm3zIlOuFfjlNhWPsqS58Y076g+7W Nm2llEYCLlmfWhJ2UH7imCr5cvcBp2tKQDUmv74u3czc11ztZ9KdwnNmqnwTWAw3SOW0 1BoQ== X-Received: by 10.14.218.8 with SMTP id j8mr844726eep.129.1372196473115; Tue, 25 Jun 2013 14:41:13 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Tue, 25 Jun 2013 14:40:33 -0700 (PDT) In-Reply-To: <51CA0D4C.7080204@alice.it> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::232 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:161058 Archived-At: On Tue, Jun 25, 2013 at 11:36 PM, Angelo Graziosi wrote: > Out of curiosity I tried the patch described here > > http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg01031.html > > with trunk r. 113178, and it looks good! It needs only to save also the > frame size. Yes. That's 10 minutes of coding and even less testing. Obviously there are many things lacking. I'll come up with something better ASAP, I hope. J