Re: disable split frame while viewing manual pages?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: disable split frame while viewing manual pages?         


Author: peter360
Date: Jun 18, 2008 10:25

Tried that but got "no match" in the minibuffer. Should I just set it in my
.emacs file? What value should I set it to? Thanks.
Show full article (1.00Kb)
1 Comment
Re: disable split frame while viewing manual pages?         


Author: Rupert Swarbrick
Date: Jun 18, 2008 10:35

peter360 writes:
> Tried that but got "no match" in the minibuffer. Should I just set
> it in my .emacs file? What value should I set it to? Thanks.
>

Try doing M-x man first (you don't have to get past the minibuffer
prompt). This will load up the lazy-loaded libraries and define
Man-notify-method for you.

Then you'll get completion (and a list of possible values) for M-x
customize-variable. (Because defcustom/defvar don't clobber existing
values, the setting from this will work in future, even though it gets
read at emacs load, before man load)

Rupert
no comments