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: Client session not deletable anymore. Date: Fri, 28 Sep 2007 09:56:28 -0700 Message-ID: <200709281656.l8SGuSZD017158@oogie-boogie.ics.uci.edu> References: <20070926114528.GD6022@saeurebad.de> <200709261652.l8QGqiTM000994@oogie-boogie.ics.uci.edu> <20070928133153.GA26384@saeurebad.de> <20070928133939.GB26384@saeurebad.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190998792 19812 80.91.229.12 (28 Sep 2007 16:59:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2007 16:59:52 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 28 18:59:47 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 1IbJBk-0002kO-K0 for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 18:59:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbJBh-0002c0-CD for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 12:59:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbJBd-0002b8-4s for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbJBb-0002as-BL for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbJBb-0002ap-4a for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:31 -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 1IbJBa-0006OB-KV for emacs-devel@gnu.org; Fri, 28 Sep 2007 12:59:30 -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 l8SGuSZD017158 for ; Fri, 28 Sep 2007 09:56:28 -0700 (PDT) In-Reply-To: <20070928133939.GB26384@saeurebad.de> (Johannes Weiner's message of "Fri\, 28 Sep 2007 15\:39\:39 +0200") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) 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:79999 Archived-At: Johannes Weiner writes: > Hi, > > okay, I can reproduce it when I am not under X. Steps: > > 0. Be on the linux console, no X started > 1. emacs -Q > 2. M-x server start > 3. Switch to another (non-X!) console > 4. emacsclient test.txt > -> test.txt opens in the emacs server frame as expected > 5. Write, save test.txt > 6. C-x # > > Response after 6.: > > server-delete-client: Attempt to delete the sole active > display terminal Thanks. I checked in a patch that should fix this.