From xemacs-m  Fri Jan 31 11:42:46 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 LAA09736
	for <xemacs-beta@xemacs.org>; Fri, 31 Jan 1997 11:42:46 -0600 (CST)
Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.1.30]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id MAA23277 for <xemacs-beta@xemacs.org>; Fri, 31 Jan 1997 12:45:49 -0500 (EST)
Received: from spacely.icd.teradyne.com (spacely.icd.teradyne.com [131.101.10.9]) by kiki.icd.teradyne.com (8.7.1/8.7.1) with SMTP id MAA29563 for <xemacs-beta@xemacs.org>; Fri, 31 Jan 1997 12:39:56 -0500 (EST)
Received: from spacely by spacely.icd.teradyne.com (SMI-8.6/SMI-SVR4)
	id MAA14101; Fri, 31 Jan 1997 12:42:28 -0500
Message-Id: <199701311742.MAA14101@spacely.icd.teradyne.com>
X-Mailer: exmh version 2.0gamma 1/27/96
To: xemacs-beta@xemacs.org
reply-to: acs@acm.org
X-Attribution: Vin
Subject: 2 errors in repeat-complex-command
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 31 Jan 1997 12:42:27 -0500
From: Vinnie Shelton  <shelton@icd.teradyne.com>

In b93, I'm having some trouble with repeat-complex-command:

M-x locate-library cc-mode
Library is file /h/spacely/local/src/xemacs-20.0-b93/Solaris-nomule-cc/lisp/modes/cc-mode.elc

C-x ESC ESC
Redo: (locate-library "cc-mode" nil)

produces no output!


Hmm.  How about:

C-h k a

self-insert-command......

C-x ESC ESC
Redo (describe-key (quote [#<keypress-eventa>]))

yields the following error:
Invalid read syntax: "Cannot read unreadable object"

If I set debug-on-error to t, I don't get a backtrace on that error.


--vin

