From xemacs-m  Wed Mar 19 11:46:51 1997
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA27030
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 11:46:51 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa16196;
          19 Mar 97 12:48 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id MAA27226; Wed, 19 Mar 1997 12:48:18 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id MAA14595; Wed, 19 Mar 1997 12:48:17 -0500
Date: Wed, 19 Mar 1997 12:48:17 -0500
Message-Id: <199703191748.MAA14595@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
To: xemacs-beta@xemacs.org
Subject: Badness in shell mode
X-Mailer: VM 6.20 under 19.15 XEmacs Lucid (beta101)
Reply-To: bwarsaw@python.org
X-Attribution: BAW
X-Oblique-Strategy: Emphasize the silences between the notes
X-Url: http://www.python.org/~bwarsaw
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by xemacs.org id LAA27031


b101 built and mostly runs fine.  However I get the following error
when starting up a shell:

Signaling: (error "Object type has no properties" (quote comint))
  custom-declare-group((quote comint) nil "General command interpreter in a window stuff." :group processes)
  byte-code("%%!" [custom-declare-group (quote comint) nil "General command interpreter in a window stuff." :group processes custom-declare-face comint-input-face ((... ...) (... ...) (t ...)) "How to display user input for comint shells." comint provide comint-xemacs] 6)
  load-internal("comint-xemacs" nil t nil)
  load("comint-xemacs" nil t nil)
  require(comint-xemacs)
  comint-input-setup()
  comint-output-filter(#<process "shell" pid 14587 state:run> "(1)@anthem[~:501]% ")

-Barry

