From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Trent W. Buck" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: PEBCAK Date: Sat, 26 Jan 2008 17:04:24 +1100 Message-ID: <20080126060317.GA4026@Clio.twb.ath.cx> References: <20080126055132.GA3751@Clio.twb.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1444265516==" X-Trace: ger.gmane.org 1201327547 23858 80.91.229.12 (26 Jan 2008 06:05:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 06:05:47 +0000 (UTC) Cc: rfrancoise@debian.org To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 07:06:06 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JIeA8-0004U3-Nm for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 07:05:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIe9h-0001Qp-PC for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 01:04:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIe9b-0001Qf-V5 for emacs-devel@gnu.org; Sat, 26 Jan 2008 01:04:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIe9a-0001QL-9s for emacs-devel@gnu.org; Sat, 26 Jan 2008 01:04:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIe9a-0001QF-7N for emacs-devel@gnu.org; Sat, 26 Jan 2008 01:04:34 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIe9Z-0000Hn-Ul for emacs-devel@gnu.org; Sat, 26 Jan 2008 01:04:34 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JIe9V-000516-Pa for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 01:04:30 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JIe9S-0000G3-Ni for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 01:04:29 -0500 Original-Received: from ipmail01.adl6.internode.on.net ([203.16.214.146]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIe9S-0000Fi-3n for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 01:04:26 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAKZbmkd5LOnP/2dsb2JhbACBWKwL X-IronPort-AV: E=Sophos;i="4.25,253,1199626200"; d="asc'?scan'208";a="29398556" Original-Received: from ppp121-44-233-207.lns2.mel4.internode.on.net (HELO Clio.twb.ath.cx) ([121.44.233.207]) by ipmail01.adl6.internode.on.net with ESMTP; 26 Jan 2008 16:34:23 +1030 In-Reply-To: <20080126055132.GA3751@Clio.twb.ath.cx> User-Agent: Mutt/1.5.17 (2007-11-01) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87545 gmane.emacs.pretest.bugs:20755 Archived-At: --===============1444265516== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 26, 2008 at 04:51:32PM +1100, Trent W. Buck wrote: > emacsclient will create a new X frame, EVEN WITHOUT the -c switch. >=20 > I do not want this. Within M-x shell, I want emacsclient to open a > buffer in the current frame and window, as it does under Emacs 22. >=20 > ## Why? Because I'm connecting remotely to a Screen session that was > ## started under X. New X frames will appear on the original X > ## display -- which could be a five hour drive away from the keyboard > ## and display I'm actually sitting in front of *now*. Furthermore, X > ## might not even be running anymore -- my Screen sessions persist > ## across my X sessions. Ignore that, PEBCAK. This does indeed work: > Invoking emacsclient as "env -u DISPLAY emacsclient foo" does not > help. =2E..I had modified the wrong line of my emacsclient wrapper script. --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHms0lLpef9iTtxAYRAn1BAKCk8Rw7OssYuiG8vW1Lz9Btel4LpwCg+BX4 kapOvgszDFXvoYh4BKKR0QI= =oQOC -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- --===============1444265516== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============1444265516==--