From xemacs-m  Mon Dec 30 10:51:51 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id KAA15902 for <xemacs-beta@xemacs.org>; Mon, 30 Dec 1996 10:51:50 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id JAA03928; Mon, 30 Dec 1996 09:02:21 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: man broken in xemacs-19.15b6
References: <199612301543.KAA00433@jet-sun.med.iacnet.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: andreas@sccon.com's message of Mon, 30 Dec 1996 10:43:16 -0500
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 30 Dec 1996 09:02:19 -0800
Message-ID: <m2rak8c6ec.fsf@altair.xemacs.org>
Lines: 65
X-Mailer: Red Gnus v0.72/XEmacs 20.0

>>>>> "andreas" == andreas  <andreas@sccon.com> writes:

andreas> on solaris 2.5.1:

andreas> when i do esc-x man i get the following backtrace

andreas> Signaling: (file-error "Cannot open load file" "old-man")
andreas>   load-internal("old-man" nil nil nil)
andreas>   load("old-man" nil nil nil)
andreas>   command-execute(manual-entry t)
andreas>   execute-extended-command(nil)
andreas>   call-interactively(execute-extended-command)

Hmmm.  Apparently autoload generation does not take into account
deleted files and remove the autoloads.  I've removed the entries for
that file manually, so it should be O.K. next beta.

You may have to apply this patch manually, as I have a couple of
problems in my current loaddefs.el, but at a minimum this shows what
lines need to be deleted (delete all lines beginning with a `-' sign).
Byte compile it manually with 
../../src/xemacs -batch -f batch-byte-compile loaddefs.el 
and redump XEmacs.

Index: loaddefs.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-19.15/lisp/prim/loaddefs.el,v
retrieving revision 1.2
diff -u -r1.2 loaddefs.el
--- loaddefs.el	1996/12/29 00:15:06	1.2
+++ loaddefs.el	1996/12/30 16:48:51
@@ -9046,28 +9046,6 @@
 ;;;### (autoloads nil "netunam" "packages/netunam.el" (12983 26003))
 ;;; Generated autoloads from packages/netunam.el
 
-;;;### (autoloads (manual-entry) "old-man" "packages/old-man.el" (12875 12228))
-;;; Generated autoloads from packages/old-man.el
-
-(autoload 'manual-entry "old-man" "\
-Display the Unix manual entry (or entries) for TOPIC.
-If prefix arg is given, modify the search according to the value:
-  2 = complement default exact matching of the TOPIC name;
-      exact matching default is specified by `Manual-match-topic-exactly'
-  3 = force a search of the unformatted man directories
-  4 = both 2 and 3
-The manual entries are searched according to the variable
-Manual-directory-list, which should be a list of directories.  If
-Manual-directory-list is nil, \\[Manual-directory-list-init] is
-invoked to create this list from the MANPATH environment variable.
-See the variable Manual-topic-buffer which controls how the buffer
-is named.  See also the variables Manual-match-topic-exactly,
-Manual-query-multiple-pages, and Manual-buffer-view-mode." t nil)
-
-;;;***
-
-;;;***
-
 ;;;### (autoloads nil "page-ext" "packages/page-ext.el" (12983 26808))
 ;;; Generated autoloads from packages/page-ext.el
 
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

