From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Exal de Jesus Garcia Carrillo Newsgroups: gmane.emacs.help Subject: Re: "Active processes exist", can I answer yes by default? Date: Fri, 13 Apr 2007 12:44:44 -0500 Message-ID: <200704131244.45101.exal@gmx.de> References: <20070413165523.GS20215@punkass.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1176486319 1805 80.91.229.12 (13 Apr 2007 17:45:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2007 17:45:19 +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 13 19:45:18 2007 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 1HcPpg-00013A-7l for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2007 19:45:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcPty-0003pq-1I for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2007 13:49:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcPtk-0003pl-6b for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 13:49:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcPti-0003pZ-GV for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 13:49:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcPti-0003pW-Db for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 13:49:22 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HcPpP-0005vh-E4 for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 13:44:55 -0400 Original-Received: (qmail invoked by alias); 13 Apr 2007 17:44:53 -0000 Original-Received: from dsl-189-149-137-60.prod-infinitum.com.mx (EHLO [192.168.101.54]) [189.149.137.60] by mail.gmx.net (mp048) with SMTP; 13 Apr 2007 19:44:53 +0200 X-Authenticated: #35122576 X-Provags-ID: V01U2FsdGVkX19ig/5rOHJik/Q2oQntjMU8DStLeNcb3O3b4e1QC1 2xOQC1cde1Tm68 User-Agent: KMail/1.9.5 In-Reply-To: <20070413165523.GS20215@punkass.com> X-Face: "zi*[2~+zY=<\$p+-5q`6.WyvI>3D^v2!)-"(5da+#5on1@)y[f_nw>nG/=-~l+a2-o@=?utf-8?q?U=25=0A=09=7BY88jyo?=(WinE.49:, :{4-Enfj=J"s[)o"\h{e?vx>H\vT<`S)=?utf-8?q?q2=5B=27fPRzelt=25LwM1q=5D6wu=0A=09IE?="Te40/^p'SeQ(@s[b/6%\[<@hZl[Xq`7yu]LC8QvI Content-Disposition: inline X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:42650 Archived-At: El Viernes, 13 de Abril de 2007 11:55, Ismael Valladolid Torres escribi=F3: > Whenever a shell is active and I quit Emacs, I get this message: > > "Active processes exist; kill them and exit anyway? (yes or no)" > > I always answer yes so I wonder if there's any chance of making it > being answered yes by default so I am never asked. > > Any ideas welcome. I think is not a very good idea, it's a good way for prevent catastrophes = for=20 example data loss, may be you will want to put this in your ~.emacs file: (fset 'yes-or-no-p 'y-or-n-p) this short to `y' or `n' the `yes' or `no' prompts. regards, Exal