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; Unable to launch emacsclient from shell buffers: Date: Mon, 17 Sep 2007 10:15:54 -0400 Message-ID: References: <20070914052814.8224512A4546@localhost> <200709141637.l8EGbpr1015759@oogie-boogie.ics.uci.edu> <18156.11481.711225.807608@gargle.gargle.HOWL> <200709170413.l8H4D08E022613@oogie-boogie.ics.uci.edu> <18158.33390.567042.792424@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190038576 23624 80.91.229.12 (17 Sep 2007 14:16:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2007 14:16:16 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, dann@ics.uci.edu, raman@users.sourceforge.net To: raman@users.sf.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 17 16:16:10 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 1IXHOR-0002dy-4O for ged-emacs-devel@m.gmane.org; Mon, 17 Sep 2007 16:16:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXHOP-0007kR-Jz for ged-emacs-devel@m.gmane.org; Mon, 17 Sep 2007 10:16:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXHOM-0007kM-20 for emacs-devel@gnu.org; Mon, 17 Sep 2007 10:16:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXHOJ-0007jw-Gx for emacs-devel@gnu.org; Mon, 17 Sep 2007 10:16:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXHOJ-0007jn-BR for emacs-devel@gnu.org; Mon, 17 Sep 2007 10:15:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXHOJ-0003Vu-72 for emacs-devel@gnu.org; Mon, 17 Sep 2007 10:15:59 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXHNn-0007Nm-LK for emacs-pretest-bug@gnu.org; Mon, 17 Sep 2007 10:15:27 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IXHOF-0003VO-NO for emacs-pretest-bug@gnu.org; Mon, 17 Sep 2007 10:15:58 -0400 Original-Received: from tomts43.bellnexxia.net ([209.226.175.110] helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXHOF-0003VE-BC for emacs-pretest-bug@gnu.org; Mon, 17 Sep 2007 10:15:55 -0400 Original-Received: from pastel.home ([70.55.141.227]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070917141554.JXML26794.tomts43-srv.bellnexxia.net@pastel.home> for ; Mon, 17 Sep 2007 10:15:54 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2EA608028; Mon, 17 Sep 2007 10:15:53 -0400 (EDT) In-Reply-To: <18158.33390.567042.792424@gargle.gargle.HOWL> (T. V. Raman's message of "Mon\, 17 Sep 2007 06\:34\:38 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: 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:79105 gmane.emacs.pretest.bugs:19905 Archived-At: > At present emacsclient bombs when this happens, the older > behavior of emacsclient was to correctly hand off the buffer to > be opened by emacs. > Note that if you force the issue by doing (export TERM=vt100; > emacsclient foo) > then emacs itself locks up. You just want to pass the "-c" arg to emacsclient (this is a change of default behvior. I'm about to revert this default, so the "-c" is only needed temporarily and after my change the "-c" will instead create the problem (because my change will reverse its meaning)). Stefan