From xemacs-m  Mon Aug  4 03:16:05 1997
Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA04679
	for <xemacs-beta@xemacs.org>; Mon, 4 Aug 1997 03:15:51 -0500 (CDT)
Received: from orion.kurims.kyoto-u.ac.jp (orion.kurims.kyoto-u.ac.jp [130.54.16.5]) by kurims.kurims.kyoto-u.ac.jp (8.8.5/3.4W2) with SMTP id RAA13976 for <xemacs-beta@xemacs.org>; Mon, 4 Aug 1997 17:15:32 +0900 (JST)
Received: (from petersen@localhost) by orion.kurims.kyoto-u.ac.jp (SMI-8.6/3.5Wbeta) id RAA16761; Mon, 4 Aug 1997 17:15:33 +0900
To: xemacs-beta@xemacs.org
Subject: Re: [patch] to list active processes when exiting
References: <lbafj12kmr.fsf@orion.kurims.kyoto-u.ac.jp> <m2g1st9hee.fsf@altair.xemacs.org>
X-Emacs: 20.3 "Berlin" XEmacs  Lucid (beta15) with mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi")
Content-Type: text/plain; charset=US-ASCII
From: Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
Date: 04 Aug 1997 17:15:32 +0900
In-Reply-To: SL Baur's message of "02 Aug 1997 00:24:25 -0700"
Message-ID: <lbyb6inz2z.fsf@orion.kurims.kyoto-u.ac.jp>
Lines: 21
X-Mailer: Gnus v5.4.64 + SEMI patch (r2.1)/XEmacs 20.3(beta15) - "Berlin"

>>>>> "sb" == SL Baur <steve@xemacs.org> writes:

    sb> Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> writes:
    >> 1997-08-02  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
    >> * prim/files.el (save-buffers-kill-emacs):
    >> If there are active processes, then list them before querying if
    >> it is ok to exit emacs.

    sb> This is a great suggestion, but there are two problems with the patch.
    sb> `list-processes' doesn't guarantee much about which window it will
    sb> choose to show the process list in and if you type `no' at the prompt 
    sb> the previous window configuration is munged.

    sb> How about this instead?

[steve's patch]


Yes, that looks much better.

Thanks, Jens

