From xemacs-m  Mon Jul  7 04:44:19 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA02973
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 04:44:19 -0500 (CDT)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id FAA04894 for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 05:48:26 -0400 (EDT)
Received: from midnight.eng.ecf.teradyne.com (midnight.ecf.teradyne.com [131.101.192.49]) by engine.ecf.teradyne.com (8.7.1/8.7.1) with SMTP id LAA13576; Mon, 7 Jul 1997 11:43:43 +0200 (MET DST)
Received: by midnight.eng.ecf.teradyne.com (SMI-8.6/SMI-SVR4)
	id LAA23527; Mon, 7 Jul 1997 11:43:43 +0200
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Hyper! Hyper!
X-Face: 4[iHdXiTu\V3u[~\I)<f9HC);%~nG8`oUqv#uzvs6=\V{AjN6Sn
 c/qi;YLwRmEbt8Y*=j5n(urqY@chPh@J'D"QlqD!C8>*}#kYF[-tYl3VZga/HSOP|K,{L
 Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9
 =w|R6U3_;SH&B<Mfy6Q%#
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Jul__7_11:43:41_1997-1"
Content-Transfer-Encoding: 7bit
From: Adrian Aichner <aichner@ecf.teradyne.com>
Date: 07 Jul 1997 11:43:41 +0200
Message-ID: <rxsyb7jnqnm.fsf@midnight.ecf.teradyne.com>
Lines: 68
X-Mailer: Gnus v5.4.60/XEmacs 20.3(beta10) - "Athens"

--Multipart_Mon_Jul__7_11:43:41_1997-1
Content-Type: text/plain; charset=US-ASCII


Hello All,

`hyper-describe-function' seems broken in `Stockholm', if it's not
something more sinister.

Here's my usual ok, not-ok stuff. Try as follows:

xemacs -no-init-file -no-site-file -l ~/el/df.el -f not-ok
	works

xemacs -no-init-file -no-site-file -l ~/el/df.el -f not-ok
	gives the following *Backtrace*:


--Multipart_Mon_Jul__7_11:43:41_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="*Backtrace*ff"
Content-Transfer-Encoding: 7bit

Signaling: (error "As of 20.3, `aref' no longer works with compiled-function objects" #<compiled-function (from "files.elc") (filename &optional codesys) "...(29)" [codesys get-coding-system coding-system-for-read switch-to-buffer find-file-noselect filename] 3 739289 "FFind file: 
ZCoding system: ">)
  hyper-apropos-get-doc(find-file t nil nil)
  hyper-describe-function(find-file)
  not-ok()
  command-line-do-funcall("-f")
  command-line-1()
  command-line()
  normal-top-level()

--Multipart_Mon_Jul__7_11:43:41_1997-1
Content-Type: text/plain; charset=US-ASCII


And here is the test-case:


--Multipart_Mon_Jul__7_11:43:41_1997-1
Content-Type: application/octet-stream; type=emacs-lisp
Content-Disposition: attachment; filename="df.el"
Content-Transfer-Encoding: 7bit

(setq debug-on-error t)

(defun ok ()
  (hyper-describe-variable 'debug-on-error)
  (hyper-apropos "find-file" nil))

(defun not-ok ()
  (hyper-describe-function 'find-file))

--Multipart_Mon_Jul__7_11:43:41_1997-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


-- 
                            Adrian Aichner
                        Applications Engineer
  Teradyne GmbH
  Semiconductor Test Group    Telephone +49/89/41861(0)-208
  Dingolfinger Stra=DFe 2       Fax       +49/89/41861-217
  D-81673 M=DCNCHEN             E-mail    aichner@ecf.teradyne.com

--Multipart_Mon_Jul__7_11:43:41_1997-1--

