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: Sun, 30 Jun 2013 00:36:32 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <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> <857ghdti3i.fsf@member.fsf.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372545436 23159 80.91.229.3 (29 Jun 2013 22:37:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Jun 2013 22:37:16 +0000 (UTC) Cc: Emacs developers To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 30 00:37:17 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 1Ut3ld-00075R-Nw for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 00:37:17 +0200 Original-Received: from localhost ([::1]:50253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut3ld-0003Ez-D9 for ged-emacs-devel@m.gmane.org; Sat, 29 Jun 2013 18:37:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut3la-0003Eo-6n for emacs-devel@gnu.org; Sat, 29 Jun 2013 18:37:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ut3lZ-0007X1-Bg for emacs-devel@gnu.org; Sat, 29 Jun 2013 18:37:14 -0400 Original-Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:54298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut3lZ-0007Wv-5u for emacs-devel@gnu.org; Sat, 29 Jun 2013 18:37:13 -0400 Original-Received: by mail-wg0-f44.google.com with SMTP id m15so2688891wgh.23 for ; Sat, 29 Jun 2013 15:37:12 -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=3G0sN/oqN4gvMsNErJgTn+9KLB2WcrQ0OEVZAVWzQKk=; b=o4zS+sOjSWVcJmz5nWvXWgxIN9Glxn2I1kgwlj/UFmTF2tj22KTGG/8Crg7xu9wTs0 YCgXVSF86LUm8Hj48YYQm7bA2oftPjxKitiEB/a813q8BR1vYHvJ453fybcuR1SANZ37 ioZI9PlykboI5zk14F3a/JRgyfAe7Hhdi9N2M/ZZ2ijQ2YY6BWtOhC75pmn/OMpRGhsA TN4jfDBh9wqpzHJPoQZuFJPPUEh//qVTDpKgteb1hqNI98eRmZt4rDf1PVDif4FcD7KZ tZ1g1w0r99OUCcl2fAiz0p9VVY6DWWpJAFVuAPw/nUKujKwe7edYycBjFQT5NWuFiD0B nNRA== X-Received: by 10.180.75.41 with SMTP id z9mr8005458wiv.22.1372545432404; Sat, 29 Jun 2013 15:37:12 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Sat, 29 Jun 2013 15:36:32 -0700 (PDT) In-Reply-To: <857ghdti3i.fsf@member.fsf.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22c 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:161305 Archived-At: On Sat, Jun 29, 2013 at 10:51 AM, Stephen Leake wrote: > Prompt the user. Not so sure. If you invoke desktop-read interactively, it could make sense (or we could add an argument, so C-u M-x desktop-read selects the alternate behavior). But in the most common case, which is (likely to be) running desktop-read from after-init-hook (which is automatically done now if you enable desktop-mode), I don't think asking the user is the way to go. Far from it. > and/or provide a user option to override the prompt. Yeah. J