From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: quitting help buffer Date: Fri, 09 Sep 2005 08:50:45 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1126273198 7201 80.91.229.2 (9 Sep 2005 13:39:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2005 13:39:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 09 15:39:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDj4U-0003I6-Kx for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2005 15:37:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDj4U-0005FX-3O for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2005 09:37:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EDitD-0007Nd-Jn for emacs-devel@gnu.org; Fri, 09 Sep 2005 09:25:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EDitC-0007NG-JM for emacs-devel@gnu.org; Fri, 09 Sep 2005 09:25:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDisx-0006pR-IG for emacs-devel@gnu.org; Fri, 09 Sep 2005 09:25:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EDiRX-0007dj-MO for emacs-devel@gnu.org; Fri, 09 Sep 2005 08:57:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EDiL7-0006k9-ET; Fri, 09 Sep 2005 08:50:45 -0400 Original-To: "Drew Adams" In-reply-to: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42777 Archived-At: I don't want `q' to iconify the frame, slip it in my back pocket, mail it to me, or do any of the other strange and wonderful things I see advertised in the doc for `view-mode'. How can I get `q' to do something as simple as kill the buffer and delete its window (frame)? When I try it, it deletes the frame but does not kill the buffer. Isn't that good enough? Is it crucial for some reason to kill the *Help* buffer?