From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Hoffman <4g4trz802@sneakemail.com> Newsgroups: gmane.emacs.help Subject: Visiting open processes when killing emacs Date: Wed, 17 Nov 2010 10:30:48 -0800 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291927441 24797 80.91.229.12 (9 Dec 2010 20:44:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 20:44:01 +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 Dec 09 21:43:58 2010 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.69) (envelope-from ) id 1PQnLJ-0007Jz-Dd for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 21:43:57 +0100 Original-Received: from localhost ([127.0.0.1]:51105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQnCc-0006Mk-7V for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 15:34:58 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: jDwXg2c1E9CQaH5ZEX884g.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Lightning/1.0b2 Thunderbird/3.1.1 Original-Xref: usenet.stanford.edu gnu.emacs.help:182499 X-Mailman-Approved-At: Thu, 09 Dec 2010 15:33:35 -0500 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:77055 Archived-At: I've started using term-mode in emacs and so I often have several terms processes open when I try to kill emacs. Emacs displays the process-list at this point, but actually visiting the open processes to close them all is a little clunky. I either have to select each buffer individually with C-x b, or use C-x C-b and try to identify all the appropriate buffers from there. That's a little less smooth than I was hoping for either, and is complicated by the update to the buffer list when I close one of the other process buffers. Is there a better way to do this? Many thanks, Michael