From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ian Winter Newsgroups: gmane.emacs.help Subject: emacsclient and Killing Buffers Date: 20 Mar 2003 18:49:40 +0000 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1048186180.894.19.camel@hermes> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048186380 15983 80.91.224.249 (20 Mar 2003 18:53:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2003 18:53:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 20 19:52:56 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18w59r-000497-00 for ; Thu, 20 Mar 2003 19:52:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18w58C-0006MV-06 for gnu-help-gnu-emacs@m.gmane.org; Thu, 20 Mar 2003 13:51:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18w57g-0005F8-00 for help-gnu-emacs@gnu.org; Thu, 20 Mar 2003 13:50:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18w576-0003ab-00 for help-gnu-emacs@gnu.org; Thu, 20 Mar 2003 13:50:08 -0500 Original-Received: from carbon.btinternet.com ([194.73.73.92]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18w56y-0002Qf-00 for help-gnu-emacs@gnu.org; Thu, 20 Mar 2003 13:49:56 -0500 Original-Received: from dial81-135-95-87.in-addr.btopenworld.com ([81.135.95.87] helo=hermes) by carbon.btinternet.com with esmtp (Exim 3.22 #23) id 18w56k-00011J-00 for help-gnu-emacs@gnu.org; Thu, 20 Mar 2003 18:49:43 +0000 Original-Received: from ian by hermes with local (Exim 3.35 #1 (Debian)) id 18w56i-0000G4-00; Thu, 20 Mar 2003 18:49:40 +0000 Original-To: help-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.0.5 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7763 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7763 Hi, In the Emacs 21 manual it says that when emacsclient-invoked buffers are closed using 'C-x #', the buffer is killed. However it seems that, for me, the buffer is merely pushed into the background. Can anyone suggest why this doesn't work as described? I am running Emacs 21.2 and server-kill-new-buffers is equal to t, its default value. This also happens with 'emacs --no-site-file -q'. Thanks for any help. Regards, Ian.