From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: Desktop tty frames Date: Sun, 15 Dec 2013 13:52:29 -0800 (PST) Message-ID: References: <6792171.1387115811961.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> <87mwk1q4jg.fsf_-_@mail.jurta.org> <87haa9lstx.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1387144370 20027 80.91.229.3 (15 Dec 2013 21:52:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Dec 2013 21:52:50 +0000 (UTC) Cc: EMACS development team To: Juri Linkov , Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 15 22:52:55 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 1VsJcL-0001xY-7N for ged-emacs-devel@m.gmane.org; Sun, 15 Dec 2013 22:52:53 +0100 Original-Received: from localhost ([::1]:52606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsJcK-0005NL-UL for ged-emacs-devel@m.gmane.org; Sun, 15 Dec 2013 16:52:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsJcA-0005MA-GN for emacs-devel@gnu.org; Sun, 15 Dec 2013 16:52:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsJc0-0002nQ-Rd for emacs-devel@gnu.org; Sun, 15 Dec 2013 16:52:42 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:47485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsJc0-0002nH-J6 for emacs-devel@gnu.org; Sun, 15 Dec 2013 16:52:32 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rBFLqTQA022871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 15 Dec 2013 21:52:30 GMT Original-Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBFLqScv026557 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 15 Dec 2013 21:52:29 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBFLqSo3026551; Sun, 15 Dec 2013 21:52:28 GMT In-Reply-To: <87haa9lstx.fsf@mail.jurta.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:166440 Archived-At: > > Anyway, note that the desktop only loads in non -q/Q runs, in which > > case the user can set desktop-restore-in-current-display to t or > > `delete' according to the window-system or whatever they want. So not > > sure that something needs to be fixed; but I'm open to be told > > otherwise. >=20 > Thanks, desktop-restore-in-current-display=3Dt indeed helps in this situa= tion. I see. So we already have the relevant option. In that case, I'm confused why the question was raised as to whether we need an option for this.