From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Len Trigg Newsgroups: gmane.emacs.devel Subject: Re: emacsclient bug Date: Fri, 18 Jan 2008 06:48:48 +1300 Message-ID: <86A7C455-2EF2-4552-9300-A3F93BB744B3@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (iPhone Mail 3B48b) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200592209 10305 80.91.229.12 (17 Jan 2008 17:50:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2008 17:50:09 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 17 18:50:25 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 1JFYsi-0007Ev-M0 for ged-emacs-devel@m.gmane.org; Thu, 17 Jan 2008 18:50:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFYsJ-0003rR-OB for ged-emacs-devel@m.gmane.org; Thu, 17 Jan 2008 12:49:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFYrb-00031u-Hq for emacs-devel@gnu.org; Thu, 17 Jan 2008 12:49:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFYrZ-0002xp-9J for emacs-devel@gnu.org; Thu, 17 Jan 2008 12:49:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFYrZ-0002xZ-26 for emacs-devel@gnu.org; Thu, 17 Jan 2008 12:49:13 -0500 Original-Received: from rv-out-0910.google.com ([209.85.198.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFYrY-0005tJ-N0 for emacs-devel@gnu.org; Thu, 17 Jan 2008 12:49:12 -0500 Original-Received: by rv-out-0910.google.com with SMTP id c27so942255rvf.6 for ; Thu, 17 Jan 2008 09:49:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to:in-reply-to:content-type:x-mailer:mime-version:subject:content-transfer-encoding:date:cc; bh=2vCwUBzIsAJUjCYZQSYrajqv3x7itxIDlGN3sXlWA2M=; b=VxrjJtU61CIU/MEsukbfiAP3+R9VoleP5dolPBd+/bP3zqwcv8GuAUeQoe5hep97lZgr5iIj0NDcbLDATH9msYZCjDvGRZ5uK3IOmNFvOm95kK/uOywkP3+BqZHm1LW0CD37cvNVvTRIbClwXZyVOoSfKP+4mrCCef8Nuq3+B6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type:x-mailer:mime-version:subject:content-transfer-encoding:date:cc; b=TYD9QdxYmU5ppUfZn6K4oF2wnQLty5EiKIf0dB7UDqwwOO+/bmDIcSU+s03EX7wL4FlR8J3VhW4C6ce6gLX4hzCllx4+v8Fzdhh896lVCV0x7+Q8ns+1BJEU/IzPPOhQmd1I+tp7YLB9+LgwIJ0Yo/IEVpHOpBcIkG6XeJhrYSg= Original-Received: by 10.140.201.1 with SMTP id y1mr1632840rvf.246.1200592150325; Thu, 17 Jan 2008 09:49:10 -0800 (PST) Original-Received: from ?192.168.1.9? ( [203.160.125.99]) by mx.google.com with ESMTPS id f13sm5741045rvb.10.2008.01.17.09.49.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Jan 2008 09:49:09 -0800 (PST) In-Reply-To: X-Mailer: iPhone Mail (3B48b) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:87028 Archived-At: On 18/01/2008, at 4:42 AM, Stefan Monnier wrote: >> I use emacs pretty much exclusively in multi-tty mode, seldom >> creating >> actual X frames. I recently switched from the pre-emacs-22 multi-tty >> branch to the new emacs-23 snapshot (from a few days ago) and have >> noticed some changes. > >> 1) Start a new emacs in a tty > >> 2) (server-start) > >> 3) In another shell, do: >> $ emacsclient > >> 4) BUG: emacs opens a new frame. It should instead load into my >> existing emacs tty. The old multi-tty emacsclient did this correctly > > This is not a bug: the behavior was chosen to better match the > previous > non-multi-tty behavior. You need to add the "-t" argument to tell > emacsclient to open a new frame in the local TTY. But that is not what I want. I want it to open in my existing TTY. How can I achieve that? It doesn't seem possible any more. Cheers, Len