From xemacs-m  Mon Dec 23 15:27:34 1996
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id PAA22437 for <xemacs-beta@xemacs.org>; Mon, 23 Dec 1996 15:27:32 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa18451;
          23 Dec 96 16:28 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA06258; Mon, 23 Dec 1996 16:28:17 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA00601; Mon, 23 Dec 1996 16:28:17 -0500
Date: Mon, 23 Dec 1996 16:28:17 -0500
Message-Id: <199612232128.QAA00601@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@anthem.cnri.reston.va.us>
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: 20.0-b32-latin2 HP-UX 9.05 success
References: <of0681ua9h4.fsf@pippin.ntc.nokia.com>
	<m24thdm43t.fsf@altair.xemacs.org>
Reply-To: CCMODE Maintainer <cc-mode-help@python.org>
X-Attribution: BAW
X-Oblique-Strategy: Don't stress on thing more than another [sic]
X-WWW-Homepage: http://www.python.org/~bwarsaw


>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:

    Pema> There was a failure in delbackspace.el; it tries to change
    Pema> key bindings in c-mode-map (etc.), but since cc-mode is no
    Pema> more dumped in binary, this fails. I added those changes to
    Pema> after after-load-alist, if cc-mode is not present (I don't
    Pema> need cc-mode in Gnus...),

    sb> Exactly.

    Pema> since there's no cc-mode-load-hook.

    sb> What's the best way to fix this Barry?

Seems to me that if after-load-alist does the trick, that should be
easy enough to add to delbackspace.  I've tried to avoid adding a
load-hook to cc-mode since I think that should be subsumed by a-l-a.

-Barry

