From xemacs-m  Wed Aug  6 20:50:04 1997
Received: from cnri.reston.va.us (ns.CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA27611
	for <xemacs-beta@xemacs.org>; Wed, 6 Aug 1997 20:50:04 -0500 (CDT)
Received: from newcnri.CNRI.Reston.Va.US (newcnri [132.151.1.84]) by cnri.reston.va.us (8.8.5/8.7.3) with SMTPid VAA17904; Wed, 6 Aug 1997 21:53:07 -0400 (EDT)
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id VAA13772; Wed, 6 Aug 1997 21:54:40 -0400
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id VAA07518; Wed, 6 Aug 1997 21:53:13 -0400
Date: Wed, 6 Aug 1997 21:53:13 -0400
Message-Id: <199708070153.VAA07518@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.Va.US>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: karlheg+xemacs@inetarena.com (Karl M. Hegbloom)
Cc: XEmacs BETA <xemacs-beta@xemacs.org>
Subject: Re: Fatal error: assertion failed, file eval.c, line 1910, abort()
References: <87en89tj8l.fsf@bittersweet.inetarena.com>
	<199708060247.WAA06685@anthem.CNRI.Reston.Va.US>
	<87afivo9mj.fsf@bittersweet.inetarena.com>
X-Mailer: VM 6.33 under 20.3 "Brussels" XEmacs  Lucid (beta13)
Reply-To: bwarsaw@python.org
X-Attribution: BAW
X-Oblique-Strategy: Twist the spine
X-Url: http://www.python.org/~bwarsaw


>>>>> "KMH" == Karl M Hegbloom <karlheg+xemacs@inetarena.com> writes:

>>>>> "BAW" == Barry A Warsaw <bwarsaw@CNRI.Reston.Va.US> writes:

    BAW> What was the autoload that you added?  Can you explain in
    BAW> more detail why this might be necessary?

    KMH>  You need an autoload cookie for `c-mode-syntax-table' to
    KMH>  make `etags'
    KMH> {M-.} work when cc-mode hasn't been invoked yet.

Hmm, weird.  c-mode-syntax-table has had an autoload cookie since CC
Mode 5.11.  What version are you using?  I did just add cookies for
the other mode's syntax-table's though.

    KMH> Also, you need one for `c-enable-//-in-c-mode' so that it can
    KMH> be called from "~/.xemacs/init.el".

No longer necessary.  For the next version, // is always enabled in C
mode, so this function is gone.

    KMH>  Thanks for cc-mode, Barry.  :-)

You're welcome!

-Barry

