unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Shug Boabby" <Shug.Boabby@gmail.com>
Subject: Re: How can I kill these buffers automatically (Woman-log Completions)
Date: 23 Oct 2005 19:40:00 -0700	[thread overview]
Message-ID: <1130121600.700861.311310@z14g2000cwz.googlegroups.com> (raw)
In-Reply-To: <mailman.12253.1130009042.20277.help-gnu-emacs@gnu.org>

> I would like to nuke this buffer as soon as Ive made a completion

don't know about the woman stuff... but try this for auto nuking most
of the buffers that just build up and clog the buffer list (you'll need
to download tempbuf.el):

;; Automatically remove internal buffers after use
;; http://www.emacswiki.org/cgi-bin/wiki/download/tempbuf.el
(require 'tempbuf nil t)
(add-hook 'message-mode-hook 'turn-on-tempbuf-mode)
(add-hook 'completion-list-mode-hook 'turn-on-tempbuf-mode)
(add-hook 'dired-mode-hook 'turn-on-tempbuf-mode)
(add-hook 'custom-mode-hook 'turn-on-tempbuf-mode)
(add-hook 'Man-mode-hook 'turn-on-tempbuf-mode)
(add-hook 'view-mode-hook 'turn-on-tempbuf-mode)

       reply	other threads:[~2005-10-24  2:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.12253.1130009042.20277.help-gnu-emacs@gnu.org>
2005-10-24  2:40 ` Shug Boabby [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1130121600.700861.311310@z14g2000cwz.googlegroups.com \
    --to=shug.boabby@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).