From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Krzysztof Poc Newsgroups: gmane.emacs.help Subject: no questions when quitting Date: Thu, 7 May 2009 01:24:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241695262 15613 80.91.229.12 (7 May 2009 11:21:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2009 11:21:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 07 13:20:52 2009 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.50) id 1M21el-0003BA-SU for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2009 13:20:52 +0200 Original-Received: from localhost ([127.0.0.1]:38304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M21ek-0005CO-Vq for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2009 07:20:51 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx01.iad01.newshosting.com!newshosting.com!198.186.194.249.MISMATCH!transit3.readnews.com!news-out.readnews.com!transit4.readnews.com!postnews.google.com!e24g2000vbe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 157.25.157.165 Original-X-Trace: posting.google.com 1241684676 4018 127.0.0.1 (7 May 2009 08:24:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 7 May 2009 08:24:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e24g2000vbe.googlegroups.com; posting-host=157.25.157.165; posting-account=KCrgugoAAACdxvyGt0BwAqTMq42-CHoc User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009031919 Gentoo Firefox/3.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 cns-gdn.emea.cpwr.corp:8001 (squid/2.5.STABLE6), 1.0 cns-gdn-ext.emea.cpwr.corp:3128 (squid/2.5.STABLE6) Original-Xref: news.stanford.edu gnu.emacs.help:168947 X-Mailman-Approved-At: Thu, 07 May 2009 07:20:20 -0400 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:64220 Archived-At: Hello How can I force emacs to quit immediately after pressing C-x C-c without asking any questions. I would like all remaining modified buffers to be not saved and all running emacs subprocesses to be killed. I read in info documentation that confirm-kill-emacs variable adjusts this behaviour. Unfortunately I don't know to which value I should set it to achieve what I want since nil value leads me to yes-or-no-p function. thanks for help