From xemacs-m  Fri Jan  3 17:44:32 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id RAA04411 for <xemacs-beta@xemacs.org>; Fri, 3 Jan 1997 17:44:31 -0600 (CST)
Received: from infodock.com (wave.infodock.com [206.13.40.192]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with ESMTP id PAA22878 for <xemacs-beta@xemacs.org>; Fri, 3 Jan 1997 15:44:02 -0800
Received: (from weiner@localhost) by infodock.com (8.7.4/8.7.3) id PAA04266; Fri, 3 Jan 1997 15:44:56 -0800
Date: Fri, 3 Jan 1997 15:44:56 -0800
Message-Id: <199701032344.PAA04266@infodock.com>
From: Bob Weiner <weiner@wave.infodock.com>
To: xemacs-beta@xemacs.org
In-reply-to: <m2hgkymjvg.fsf@altair.xemacs.org> (message from Steven L Baur on
	03 Jan 1997 15:14:43 -0800)
Subject: Re: 20.0b33: load-path for kotl broken

> >>>>> "Michael" == Michael Sperber [Mr Preprocessor] <sperber@informatik.uni-tuebingen.de> writes:
> 
> Michael> It seems hyperbole/kotl isn't in the load-path anymore.  I'm
> Michael> not sure it used to be, but at least up until 19.15b2, I
> Michael> could do a
> 
> Michael> (load "kfill")
> 
> Michael> where I now have to do a
> 
> Michael> (load "kotl/kfill")
> 
> Michael> I think this was already broken in b30.  I'm not sure about
> Michael> the 19.15 betas.
> 
> I see.  So that's where the mysterious missing kview.el file is.  This
> has been broken for as long as I can remember in 19.15.  I don't think
> I ever did a `make all-elc' in 19.14.

When Hyperbole is configured properly, either using {C-h h} to
initialize Hyperbole and to bring up the Hyperbole menus or by
editing a Koutline file (one that ends in .kotl or .kot), one
should get the hyperbole/kotl added to one's load-path.

Whether this happens or not is based on the initialization of
the variable, hyperb:kotl-p, defined in "hyperbole/hversion.el",
based upon the version of emacs that is run.  The current release
does not yet recognize version numbers of 20 and above, though
the next one will.

Bob

