From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gregor Zattler Newsgroups: gmane.emacs.help Subject: Re: emacsclient and "nonexistent symlinks" Date: Wed, 9 Mar 2011 09:47:00 +0100 Message-ID: <20110309084700.GA6405@shi.workgroup> References: <87lj0pqmso.fsf@gmail.com> <87ipvsiz28.fsf@rapttech.com.au> <87hbbcrc70.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1299661322 26037 80.91.229.12 (9 Mar 2011 09:02:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 09:02:02 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 09 10:01:56 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PxFHE-0002Cs-3V for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Mar 2011 10:01:52 +0100 Original-Received: from localhost ([127.0.0.1]:45063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxF4E-0006FQ-93 for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Mar 2011 03:48:26 -0500 Original-Received: from [140.186.70.92] (port=44031 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxF3L-0006DJ-5m for help-gnu-emacs@gnu.org; Wed, 09 Mar 2011 03:47:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxF3J-0002Up-S4 for help-gnu-emacs@gnu.org; Wed, 09 Mar 2011 03:47:30 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:32811) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PxF3J-0002UA-Gc for help-gnu-emacs@gnu.org; Wed, 09 Mar 2011 03:47:29 -0500 Original-Received: (qmail invoked by alias); 09 Mar 2011 08:47:26 -0000 Original-Received: from p4FC23139.dip.t-dialin.net (EHLO shi.workgroup) [79.194.49.57] by mail.gmx.net (mp012) with SMTP; 09 Mar 2011 09:47:26 +0100 X-Authenticated: #19296480 X-Provags-ID: V01U2FsdGVkX191rdVQlXV1kV2bIzvZGpPlFzeFsHi5YMzty31A4n KuG0Np1c/P7duR Original-Received: from grfz by shi.workgroup with local (Exim 4.74) (envelope-from ) id 1PxF3B-0001oY-1b; Wed, 09 Mar 2011 09:47:21 +0100 Mail-Followup-To: help-gnu-emacs Content-Disposition: inline In-Reply-To: <87hbbcrc70.fsf@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79921 Archived-At: Hi Evans, * Evans Winner [09. Mar. 2011]: > ,------ Tim X wrote ------ > | Just wondering, why are you forced to use M-x > | kill-emacs? > > Well, that's a good question. Maybe there is something > obvious I don't know. I've been debugging and re-factoring > my init files and so I need to end Emacs to test the > initialization. But, as I said, I usually am working > through emacsclient. When I do C-x C-c it only ends > emacsclient, not the whole Emacs instance. So I end up > doing M-x kill-emacs. Is there a better way? How about save-buffers-kill-Emacs? Ciao, Gregor