From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; mtty emacsclient confused by dumb terminal & DISPLAY Date: Sat, 26 Jan 2008 14:10:09 -0500 Message-ID: References: <20080126055132.GA3751@Clio.twb.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201374629 14882 80.91.229.12 (26 Jan 2008 19:10:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 19:10:29 +0000 (UTC) Cc: "Trent W. Buck" , 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 20:10:48 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 1JIqQS-00087R-0u for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 20:10:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIqQ1-0006iw-GK for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 14:10:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIqPw-0006hy-9x for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:10:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIqPu-0006go-Pn for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:10:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIqPu-0006gc-M3 for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:10:14 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIqPu-0002Og-Ga for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:10:14 -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 1JIqPu-0004Qa-75 for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 14:10:14 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JIqPr-0002Nu-4u for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 14:10:14 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIqPq-0002Na-Re for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 14:10:11 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAJMUm0fO+J95dGdsb2JhbACQKAEwm1p+ X-IronPort-AV: E=Sophos;i="4.25,255,1199682000"; d="scan'208";a="13249176" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 26 Jan 2008 14:10:10 -0500 Original-Received: from pastel.home ([206.248.159.121]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id GUK01510; Sat, 26 Jan 2008 14:10:10 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 86974858A; Sat, 26 Jan 2008 14:10:09 -0500 (EST) In-Reply-To: <20080126055132.GA3751@Clio.twb.ath.cx> (Trent W. Buck's message of "Sat, 26 Jan 2008 16:51:35 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) 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:87593 gmane.emacs.pretest.bugs:20771 Archived-At: > 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. I tend to agree with you, and it seems Richard as well, so the default may change soon. In the mean time, you can use "emacsclient --display ''". Stefan