From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hap 497 Newsgroups: gmane.emacs.help Subject: How can I configure emacs-daemon to kill itself when I shut down my computer Date: Fri, 16 Apr 2010 03:02:04 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1271436648 8577 80.91.229.12 (16 Apr 2010 16:50:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2010 16:50:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 16 18:50:47 2010 connect(): No such file or directory 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 1O2okg-0001OS-Cj for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Apr 2010 18:50:46 +0200 Original-Received: from localhost ([127.0.0.1]:34875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2okf-0008Qx-Sn for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Apr 2010 12:50:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2oP0-0001Yz-Q0 for help-gnu-emacs@gnu.org; Fri, 16 Apr 2010 12:28:22 -0400 Original-Received: from [140.186.70.92] (port=53584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2oOz-0001Wj-8J for help-gnu-emacs@gnu.org; Fri, 16 Apr 2010 12:28:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2oOy-0003sM-2E for help-gnu-emacs@gnu.org; Fri, 16 Apr 2010 12:28:20 -0400 Original-Received: from mail-bw0-f225.google.com ([209.85.218.225]:34254) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2gV6-0005ki-3R for help-gnu-emacs@gnu.org; Fri, 16 Apr 2010 04:02:08 -0400 Original-Received: by bwz25 with SMTP id 25so2302247bwz.8 for ; Fri, 16 Apr 2010 01:02:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=tBULGeMeQDQMXkzIrL6hge++uBoWslDezSHL3ZMX+/Q=; b=Go+4aiEPQz+wtq63osQHZ3vRxTGTQ7fgobL6yq9oagPPoIpJh7ax8nREcWdNU1vN9j rfKT8iBKK6Tbhu5du/8lJISlwCH7wgUV4LFSrKZWRtonXRI2RqqEO8hdW/NJ4PefIYIe 6lIs0ZzH5hmgvBgrqcQ2V216xT2/8+CdMiSTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=s8vlexTmaoaM3aGDVDhvpNxkA/y13dIgsqStnIub+ozNg4r6MfvAwPojFlPaQPN9Ft 3ujsW6wFzQEXe8PO5FjvnmROE7LHUwExwoB9vsTVGQ/s9Emg8GN7p0x4tyw75k+QutKC IGeEAqGR5HZZ4MJKhlWsG2ZGiUu0gqZy7rYEY= Original-Received: by 10.204.59.195 with HTTP; Fri, 16 Apr 2010 01:02:04 -0700 (PDT) Original-Received: by 10.204.6.73 with SMTP id 9mr1277166bky.143.1271404924711; Fri, 16 Apr 2010 01:02:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:72704 Archived-At: Hi, I am using emacs 23.1 on ubuntu 9.10. And I always use emacs-client to open a file and it will creates a emacs -daemon when needed. My problem is everything I shut down my ubuntu environment, it asks me if I want to kill emacs damon. And I have to manually click 'Close' in order for the shut down to continue. Is there anyway to automatic this? Thank you.