unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: How can I kill these buffers automatically (Woman-log Completions)
Date: Sun, 23 Oct 2005 09:17:45 +0200	[thread overview]
Message-ID: <u7jc4itwm.fsf@gnu.org> (raw)
In-Reply-To: <87wtk5we2o.fsf@magma.ca> (message from Angelina Carlton on Sat,  22 Oct 2005 15:23:43 -0400)

> From: Angelina Carlton <brat@magma.ca>
> Date: Sat, 22 Oct 2005 15:23:43 -0400
> 
> ,----
> | (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.

That's because you set woman-show-log too late: it should be set
_before_ woman.elc is loaded.  Alternatively, use the Customize
feature to customize the value of the variable, and have Customize
write the correct code into your .emacs.

> Next one is the *Completions* buffer, I would like to nuke this buffer
> as soon as Ive made a completion.

What for?  Why would another buffer make a difference?

> Also the *Help* buffer:
> 
> ,----
> | (setq remove-help-window t)
> `----
> 
> This has seemingly no effect whatsover.

I don't see such a variable in my Emacs.  Where did you hear about it?

In any case, its name suggests that it removes the help _window_, not
the *Help* buffer.

I also don't see any sense in killing the *Help* buffer, because it
will be reused (and recreated, if needed) by the next help command.
It is also handy to go to that buffer if you forgot some detail.

  reply	other threads:[~2005-10-23  7:17 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 [this message]
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

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=u7jc4itwm.fsf@gnu.org \
    --to=eliz@gnu.org \
    /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).