all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: man pages in framepop
Date: Tue, 26 Oct 2004 16:47:44 -0600	[thread overview]
Message-ID: <2u82gkF26t2scU1@uni-berlin.de> (raw)
In-Reply-To: <Ajwfd.31126$%k.12311@pd7tw2no>

Sebastian Luque wrote:
 > I can't find what to customize in order to have man pages show up in 
a pop-up
 > frame (i.e. using framepop). I have the feeling I should do it in
 > special-display-regexps, but am not sure how to specify the regexp. The
 > format of the man output buffer name is "* Man TOPIC*. A related 
question is,
 > does the regexp need to be specified differently depending on whether one
 > does it directly in .emacs or through the customize interface?

`M-x man' has its own display machinery:

,----[ C-h v Man-notify-method RET ]
| Man-notify-method's value is friendly
|
| Documentation:
| *Selects the behavior when manpage is ready.
| This variable may have one of the following values, where (sf) means
| that the frames are switched, so the manpage is displayed in the frame
| where the man command was called from:
|
| newframe   -- put the manpage in its own frame (see 
`Man-frame-parameters')
| pushy      -- make the manpage the current buffer in the current window
| bully      -- make the manpage the current buffer and only window (sf)
| aggressive -- make the manpage the current buffer in the other window (sf)
| friendly   -- display manpage in the other window but don't make 
current (sf)
| polite     -- don't display manpage, but prints message and beep when 
ready
| quiet      -- like `polite', but don't beep
| meek       -- make no indication that the manpage is ready
|
| Any other value of `Man-notify-method' is equivalent to `meek'.
|
| You can customize this variable.
|
| Defined in `man'.
`----

You probably want (setq Man-notify-method 'newframe)

-- 
Kevin Rodgers

      parent reply	other threads:[~2004-10-26 22:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-26 18:03 man pages in framepop Sebastian Luque
2004-10-26 18:29 ` Drew Adams
2004-10-26 18:56   ` Sebastian Luque
2004-10-26 19:41 ` Daniel Mahu
2004-10-26 22:47 ` Kevin Rodgers [this message]

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

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

  git send-email \
    --in-reply-to=2u82gkF26t2scU1@uni-berlin.de \
    --to=ihs_4664@yahoo.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.
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.