all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How can I kill these buffers automatically (Woman-log Completions)
@ 2005-10-22 19:23 Angelina Carlton
  2005-10-23  7:17 ` Eli Zaretskii
  2005-10-27 22:58 ` Slawomir Nowaczyk
  0 siblings, 2 replies; 12+ messages in thread
From: Angelina Carlton @ 2005-10-22 19:23 UTC (permalink / raw)



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
--------------------------

^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <mailman.12253.1130009042.20277.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2005-10-28  5:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-22 19:23 How can I kill these buffers automatically (Woman-log Completions) Angelina Carlton
2005-10-23  7:17 ` Eli Zaretskii
2005-10-23 11:51   ` Angelina Carlton
2005-10-23 13:14     ` Lennart Borgman
2005-10-23 16:29       ` Angelina Carlton
2005-10-23 16:26     ` Drew Adams
2005-10-23 16:38     ` Henrik Enberg
2005-10-23 16:41     ` Eli Zaretskii
2005-10-23 18:01       ` Angelina Carlton
2005-10-27 22:58 ` Slawomir Nowaczyk
2005-10-28  5:48   ` William Xu
     [not found] <mailman.12253.1130009042.20277.help-gnu-emacs@gnu.org>
2005-10-24  2:40 ` Shug Boabby

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.