From xemacs-m  Tue Dec 24 14:01:41 1996
Received: from atreides.mindspring.com (qmailr@atreides.mindspring.com [204.180.142.236])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id OAA24667 for <xemacs-beta@xemacs.org>; Tue, 24 Dec 1996 14:01:40 -0600 (CST)
Received: (qmail 27570 invoked by uid 52477); 24 Dec 1996 20:01:51 -0000
Sender: sj@atreides.mindspring.com
To: xemacs-beta@xemacs.org
Subject: Re: Planned interface tweaks for beta6/beta33
References: <m2loaoilwv.fsf@altair.xemacs.org> 	<199612240615.WAA00477@wmperry.in.aventail.com> 	<kig7mm7x2q7.fsf@jagor.srce.hr> <199612241754.JAA11063@newman>
Mime-Version: 1.0 (generated by tm-edit 1.1.1.2)
Content-Type: text/plain; charset=US-ASCII
From: Sudish Joseph <sudish@mindspring.com>
In-Reply-To: William Perry's message of Tue, 24 Dec 1996 09:54:17 -0800
Lines: 20
X-Mailer: Red Gnus v0.76/XEmacs 20.0
Date: 24 Dec 1996 15:01:51 -0500
Message-ID: <yviaohfjn234.fsf@atreides.mindspring.com>

[ I meant to sent this to the list, apologies for the two copies, 
  William ]
In article <199612241754.JAA11063@newman>,
William Perry <wmperry@aventail.com> writes:
>   Yes, but if you for some reason go out of the help buffer, do another
> help, you then have to hit 'q' _n_ times, where n is the number of times
> you've invoked help since you last hit 'q'.  Gack

The variable already exists, but it seems to lead a very low-key
existence.  :-)  I didn't find it until I looked at with-d-h-buf
when doing the shrink help kluge.

help-selects-help-window's value is nil
  -- a variable declared in Lisp.

Documentation:
*If nil, use the "old Emacs" behavior for Help buffers.
This just displays the buffer in another window, rather than selecting
the window.

-Sudish

