From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; MulTTY Breakage On Linux Console: Date: Fri, 28 Sep 2007 09:57:16 -0700 Message-ID: <200709281657.l8SGvKds017179@oogie-boogie.ics.uci.edu> References: <20070928131413.12C8D12A4071@localhost> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190998838 20063 80.91.229.12 (28 Sep 2007 17:00:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2007 17:00:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: raman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 28 19:00:25 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 1IbJCH-0002w4-W8 for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 19:00:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbJCE-0002tA-MC for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 13:00:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbJBe-0002bj-Aw for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbJBe-0002bX-0S for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbJBd-0002bU-RA for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:33 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbJBd-0006OB-A7 for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:33 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l8SGvKds017179; Fri, 28 Sep 2007 09:57:20 -0700 (PDT) In-Reply-To: <20070928131413.12C8D12A4071@localhost> (raman@users.sf.net's message of "Fri\, 28 Sep 2007 06\:14\:13 -0700 \(PDT\)") Original-Lines: 24 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_SV 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:80000 Archived-At: raman writes: > There is still one edge case where emacsclient breaks --- and it > also happens to be the common situation for someone running > outside X -- see details below. > > Run Emacs on a Linux console --- either inside or outside screen. > Make sure there are no other emacsclient sessions running on > other ttys. > Do the following: > > M-x shell > emacsclient foo > (the above is how programs like svn etc that use the EDITOR > environment variable invoke it) > > You get an edit buffer as expected. > When done editing hit C-x # > Emacs signals the following error: > > server-delete-client: Attempt to delete the sole active display > terminal Thanks. I checked in a patch that should fix this.