[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Active processes exist", can I answer yes by default?
|
From: |
Daniel Jensen |
|
Subject: |
Re: "Active processes exist", can I answer yes by default? |
|
Date: |
Sat, 14 Apr 2007 15:44:57 +0200 |
|
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) |
Ismael Valladolid Torres <address@hidden> writes:
> Daniel Jensen escribe:
>
>> It is only in effect for shell mode, because I want Emacs to query me
>> for other processes.
>
> set-process-query-on-exit-flag seems not to be defined in my version
> of Emacs, however the code below did it.
>
> (process-kill-without-query (get-process "shell"))
You are right, it is new in Emacs 22 to replace
process-kill-without-query. Sorry about that.