From xemacs-m  Sun Sep 21 10:09:18 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA15001
	for <xemacs-beta@xemacs.org>; Sun, 21 Sep 1997 10:08:59 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.7/8.8.6) id RAA23941;
	Sun, 21 Sep 1997 17:07:53 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: [patch] `man.el'
References: <87g1qy92o6.fsf@bittersweet.inetarena.com>
X-Attribution: Hrvoje
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 21 Sep 1997 17:07:53 +0200
In-Reply-To: karlheg@inetarena.com's message of "21 Sep 1997 07:12:09 -0700"
Message-ID: <kig7mcak8mu.fsf@jagor.srce.hr>
Lines: 39
X-Mailer: Quassia Gnus v0.8/XEmacs 20.3(beta23) - "Sarajevo"

karlheg@inetarena.com (Karl M. Hegbloom) writes:

>  This patch will make your man buffers be prefixed with "Man: ", so
>  the regexp can match them...  Will you send me the config that you
>  use to make man pages come up in their own frame?  I want that too,
>  and would like it if `info' opened in a 80x43 frame, rather than a
>  default sized one. (I've set a default size of 100x43).

I'd like you to implement this:

(from FSF man.el)

...
(defcustom Man-notify-method 'friendly
  "*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'."
  :type '(radio (const newframe) (const pushy) (const bully)
		(const aggressive) (const friendly)
		(const polite) (const quiet) (const meek))
  :group 'man)
...

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
main(){printf(&unix["\021%six\012\0"],(unix)["have"]+"fun"-0x60);}

