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: Fri, 28 Jun 2013 19:51:42 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51C93CDB.2020301@gmx.at> <51C9C790.3020407@gmx.at> <51CA0D4C.7080204@alice.it> <51CC3E42.7020409@alice.it> <51CC4CC1.3030202@alice.it> <51CC8403.1030009@gmx.at> <51CCA56A.8000508@gmx.at> <51CCA7DC.8060605@gmx.at> <83fvw2g44j.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372441957 29562 80.91.229.3 (28 Jun 2013 17:52:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 17:52:37 +0000 (UTC) Cc: Angelo Graziosi , Emacs developers , martin rudalics , Eli Zaretskii , Stephen Berman , Jambunathan K To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 28 19:52:34 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 1UscqV-0007XS-US for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 19:52:32 +0200 Original-Received: from localhost ([::1]:44897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UscqV-0002wy-IV for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 13:52:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UscqR-0002wc-MJ for emacs-devel@gnu.org; Fri, 28 Jun 2013 13:52:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UscqQ-0004Fm-0n for emacs-devel@gnu.org; Fri, 28 Jun 2013 13:52:27 -0400 Original-Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:49158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UscqN-0004C3-Su; Fri, 28 Jun 2013 13:52:24 -0400 Original-Received: by mail-ea0-f179.google.com with SMTP id b15so1171815eae.38 for ; Fri, 28 Jun 2013 10:52: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=iTy+RR01oqM35rshyzrwbfXYtK+1F6ABw/fBptpZ7v0=; b=XwuZCvelm40JlroiMLCAASfRIHHIGdHNBJS0+EivaMcE7P2fTYNRHJe6aZ89ksJu58 htJ2JJdAGKCMnyhMWe4d819WPv8/CS2ZNecgclsnbfcxvHaWLh7PZISQuDOqvfcPIPMJ Ay8RLOQrqgNxJpvU3zP6tSTxGQj6FCLKPhAZLa5srjOlPB8Xd5fCy98BsKYYkj04BJzO RLsmDehZddtKFoayxV7UURqhmQEq0q9hjAQFqIrN1kOpYDFMZjRmw+CAf3veZtD/6cIm h0R1HHmZnl6n9rTHcCAvKpsJn4Amru8MDBrW6AxvlQtgr6a3+gF7lITCK5C9ljdJFTAX 2SPQ== X-Received: by 10.15.25.2 with SMTP id k2mr14479477eeu.99.1372441942955; Fri, 28 Jun 2013 10:52:22 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Fri, 28 Jun 2013 10:51: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:c01::233 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:161246 Archived-At: On Fri, Jun 28, 2013 at 7:22 PM, Stefan Monnier wrote: > And more generally, it's probably better to avoid opening frames on > other displays/terminals than "the current one". Why? If the user had them open in other displays, and then saved the session, why/how would be better not to restore them as they were? > OTOH it might make > sense to open the same windows&frames even if "the current display" is > different from the one last time. Yes. But how to choose what to do? Both behaviors are reasonable. J