From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; Emacs server and -nw Date: Tue, 04 Dec 2007 21:01:03 -0800 Message-ID: <200712050501.lB5514qC015093@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196831044 5652 80.91.229.12 (5 Dec 2007 05:04:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2007 05:04:04 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Stefan Monnier To: Markus Triska Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 05 06:04:13 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 1IzmQb-0000Kc-MA for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 06:04:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzmQK-0004OW-MP for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 00:03:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzmQH-0004KZ-3i for emacs-devel@gnu.org; Wed, 05 Dec 2007 00:03:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzmQG-0004IZ-4q for emacs-devel@gnu.org; Wed, 05 Dec 2007 00:03:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzmQF-0004IN-Ue for emacs-devel@gnu.org; Wed, 05 Dec 2007 00:03:47 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzmQF-00051j-G5 for emacs-devel@gnu.org; Wed, 05 Dec 2007 00:03:47 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzmQF-0004iG-AS for emacs-pretest-bug@gnu.org; Wed, 05 Dec 2007 00:03:47 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IzmQC-00050v-O3 for emacs-pretest-bug@gnu.org; Wed, 05 Dec 2007 00:03:47 -0500 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 1IzmQC-00050p-BF for emacs-pretest-bug@gnu.org; Wed, 05 Dec 2007 00:03:44 -0500 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 lB5514qC015093; Tue, 4 Dec 2007 21:01:04 -0800 (PST) In-Reply-To: (Markus Triska's message of "Wed, 05 Dec 2007 02:03:24 +0100") Original-Lines: 29 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_62 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 X-detected-kernel: by monty-python.gnu.org: 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:84710 gmane.emacs.pretest.bugs:20421 Archived-At: Markus Triska writes: > In an xterm, start Emacs with: > > $ emacs -nw -Q --eval "(server-start)" > > In another xterm, do: > > $ emacsclient a > > and it immediately asks: > > Buffer `a' still has clients; kill it? (yes or no) > > This does not happen if you invoke emacsclient with the "-t" option or > emacs (built using --with-x) without the "-nw" option. > > In GNU Emacs 23.0.50.1 (i386-apple-darwin8.11.1, X toolkit) > of 2007-12-04 ... > Windowing system distributor `The X.Org Foundation', version 11.0.60802000 > configured using `configure '--with-x' '--without-carbon' '--without-tiff' '--without-gif'' This works fine with server.el version 1.136, it does not with versions after that. Stefan, you made the changes in version 1.137, can you please take a look at this? Thanks