From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: How can I kill these buffers automatically (Woman-log Completions)
Date: Sun, 23 Oct 2005 09:26:16 -0700 [thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICIENHCNAA.drew.adams@oracle.com> (raw)
In-Reply-To: <874q78cuz4.fsf@magma.ca>
>> (setq remove-help-window t)
> I don't see such a variable in my Emacs. Where did you hear about it?
Yes I dont know where I got that from and have removed it.
It's not pertinent to your question/problem, but I suspect you might have
got it from someone's .emacs who uses my Emacs-20 (only) library help+.el. I
define this function in that library:
(defsubst remove-help-window ()
"If called from `help-for-help', remove display of help window."
(when (and (eq 'help-for-help this-command)
(fboundp 'remove-windows-on)) ; Defined in `frame-cmds.el'.
(remove-windows-on "*Help*")))
Command `remove-windows-on', in turn, removes all windows showing its buffer
argument, from all frames showing it.
Eli is correct that `remove-help-window' removes only windows, not buffers.
next prev parent reply other threads:[~2005-10-23 16:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
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=DNEMKBNJBGPAOPIJOOICIENHCNAA.drew.adams@oracle.com \
--to=drew.adams@oracle.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).