From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: [multi-tty] emacsclient broken? Date: Sun, 22 Jul 2007 17:59:33 +0200 Organization: csant.info Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185119997 31262 80.91.229.12 (22 Jul 2007 15:59:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2007 15:59:57 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 22 17:59:55 2007 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 1ICdqa-0004hN-Tf for ged-emacs-devel@m.gmane.org; Sun, 22 Jul 2007 17:59:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICdqa-0004K1-5S for ged-emacs-devel@m.gmane.org; Sun, 22 Jul 2007 11:59:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICdqX-0004Jl-2E for emacs-devel@gnu.org; Sun, 22 Jul 2007 11:59:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICdqV-0004JY-NV for emacs-devel@gnu.org; Sun, 22 Jul 2007 11:59:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICdqV-0004JV-Ip for emacs-devel@gnu.org; Sun, 22 Jul 2007 11:59:47 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ICdqU-0002Rx-84 for emacs-devel@gnu.org; Sun, 22 Jul 2007 11:59:46 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.171.12]) (authenticated bits=0) by csant.info (8.12.11.20060308/8.12.11) with ESMTP id l6MFxXUT029671 for ; Sun, 22 Jul 2007 09:59:35 -0600 User-Agent: Opera Mail/9.22 (Linux) X-detected-kernel: Linux 2.4-2.6 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:75302 Archived-At: Hi, just did a cvs up of the multi-tty branch, and emacsclient seems to have changed behaviour: starting emacs -nw, M-x server-start and then emacsclient -t will open the client frame as a buffer in the server frame, instead of opening its own frame. I guess this defeats the purpose of multi-tty - or is this some intentional change? /c