From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelina Carlton Newsgroups: gmane.emacs.help Subject: How can I kill these buffers automatically (Woman-log Completions) Date: Sat, 22 Oct 2005 15:23:43 -0400 Message-ID: <87wtk5we2o.fsf@magma.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130009114 10954 80.91.229.2 (22 Oct 2005 19:25:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Oct 2005 19:25:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 22 21:25:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETOyY-00066J-Qd for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Oct 2005 21:24:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETOyY-0007jm-4a for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Oct 2005 15:24:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETOyH-0007jg-RB for help-gnu-emacs@gnu.org; Sat, 22 Oct 2005 15:24:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETOyG-0007jT-8J for help-gnu-emacs@gnu.org; Sat, 22 Oct 2005 15:24:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETOyG-0007jQ-60 for help-gnu-emacs@gnu.org; Sat, 22 Oct 2005 15:24:00 -0400 Original-Received: from [206.191.0.217] (helo=mx1.magmacom.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1ETOyG-0004xT-69 for help-gnu-emacs@gnu.org; Sat, 22 Oct 2005 15:24:00 -0400 Original-Received: from mail4.magma.ca (mail4.magma.ca [206.191.0.222]) by mx1.magmacom.com (8.13.0/8.13.0) with ESMTP id j9MJNwN4023118 for ; Sat, 22 Oct 2005 15:23:59 -0400 Original-Received: from localhost.localdomain (ottawa-hs-206-191-39-160.d-ip.magma.ca [206.191.39.160]) by mail4.magma.ca (8.13.0/8.13.0) with ESMTP id j9MJNuEP020372 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Sat, 22 Oct 2005 15:23:58 -0400 Original-Received: from orchid by localhost.localdomain with local (Exim 4.50) id 1ETOxz-00086F-UQ for help-gnu-emacs@gnu.org; Sat, 22 Oct 2005 15:23:43 -0400 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:30480 Archived-At: Hi for some people having lots of buffers like woman, info, help and completions isn't a big problem but I would like to be rid of them once Ive used them. First *WoMan-Log*, in my .emacs: ,---- | (autoload 'woman "woman" | "Decode and browse a Unix man page." t) | (setq woman-show-log nil) | (setq woman-cache-filename "~/.emacs.d/wmcache.el") | (global-set-key [(f1)] 'woman) `---- This tells emacs NOT to display the WoMan-log buffer, yet it does display it and I do not know how to fix this. Next one is the *Completions* buffer, I would like to nuke this buffer as soon as Ive made a completion. I don't see the point of having it sitting around but do not know how make it go away. Also the *Help* buffer: ,---- | (setq remove-help-window t) `---- This has seemingly no effect whatsover. Version: GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-10-02 on trouble, modified by Debian any tips for doing this would be appreciated! -- -----Angelina Carlton----- orchid on irc.freenode.net brat@magma.ca web:bzgirl.bakadigital.com --------------------------