help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Active processes exist", can I answer yes by default?


From: Exal de Jesus Garcia Carrillo
Subject: Re: "Active processes exist", can I answer yes by default?
Date: Fri, 13 Apr 2007 12:44:44 -0500
User-agent: KMail/1.9.5

El Viernes, 13 de Abril de 2007 11:55, Ismael Valladolid Torres escribió:
> 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 
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]