help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: man pages in framepop


From: Daniel Mahu
Subject: Re: man pages in framepop
Date: Tue, 26 Oct 2004 22:41:19 +0300
User-agent: Mutt/1.5.6i

Sebastian Luque wrote:
> Dear List,
> 
> 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?
> 
> Thanks in advance,

>  '(special-display-regexps (quote ("\\*Man .*\\*")))
> ;; added to the custom-set-variables command in .emacs
>
> or
>
> (setq special-display-regexps (quote ("\\*Man .*\\*")))
>
> or simply
>
> \*Man .*\*
>
> as value for special-display-regexps in customize did the trick in my
> case.
>
> You may need to add a space before M, my buffers look like *Man TOPIC*
>
> --daniel

Perfect! Thank you!

Sebastian
p.s. you might want to forward this to the list, as I'm not subscribed to it 
and got your reply by email, not the newsreader.

---

Sorry, I didn't realize that, it seems my email client got a bit confused.

--daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]