From xemacs-m  Wed Jul  2 16:21:51 1997
Received: from cnri.reston.va.us (cnri.CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA10367
	for <xemacs-beta@xemacs.org>; Wed, 2 Jul 1997 16:21:51 -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 RAA25815; Wed, 2 Jul 1997 17:24:59 -0400 (EDT)
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA10533; Wed, 2 Jul 1997 17:26:03 -0400
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA16098; Wed, 2 Jul 1997 17:25:03 -0400
Date: Wed, 2 Jul 1997 17:25:03 -0400
Message-Id: <199707022125.RAA16098@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: Remek Trzaska <remek@npac.syr.edu>
Cc: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Re: Athens: what's happened to c-mode-map?
References: <rwxradhw4yp.fsf@kopernik.npac.syr.edu>
X-Mailer: VM 6.32 under 20.3 "Sofia" XEmacs  Lucid (beta9)
Reply-To: cc-mode-help@python.org (CCMODE Maintainer)
X-Attribution: BAW
X-Oblique-Strategy: Cut a vital connection
X-Url: http://www.python.org/~bwarsaw


>>>>> "Remek" == Remek Trzaska <remek@npac.syr.edu> writes:

    Remek> I bind C-m to newline-and-indent in .emacs for c-mode-map:

    Remek> In Athens this setting is ignored, and describe-key
    Remek> indicates that return is bound *globally* to newline:

Are you running C-h k in c-mode, or one of the other modes?  Given
what you've shown me, it should work in c-mode, but in order to
support menus properly under AntiXEmacs, I've had to change the base
map for all modes to c-mode-base-map.  c-mode-map is no longer the
base map for all the modes.

Forgive me Kyle, for I have sinned.

