From xemacs-m  Wed Jul  2 15:53:47 1997
Received: from postoffice.npac.syr.edu (postoffice.npac.syr.edu [128.230.7.230])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA05764
	for <xemacs-beta@xemacs.org>; Wed, 2 Jul 1997 15:53:45 -0500 (CDT)
Received: from kopernik.npac.syr.edu (kopernik.npac.syr.edu [128.230.8.17]) by postoffice.npac.syr.edu (8.7.5/8.7.1) with SMTP id QAA12499 for <xemacs-beta@xemacs.org>; Wed, 2 Jul 1997 16:53:44 -0400 (EDT)
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Athens: what's happened to c-mode-map?
X-Attribution: Remek
X-Face: Gx'YPJPqq*c%b]ms~L8!6kx{FYod"2F[(Wqpu0PJaZl-WX%ME:MSi?~9K/~@[%DfVh{s>X#
 W5*)g}kP&];p&>0+@'XI*0d09w&NJ5GV4c+O9x.RT@y8qC8`T7q}A56[`:Buz4u%RnoxHGUK2_=/%9
 lVrhB=-)Yi.m9|ESMjceg]{UY.?pwU#{4o[]@8)i7wZCV6TFn`5'_)Lp<SNkeqTE*/zw7sjh6c3eF6
 phz#I7[|(W_x_+<o8o<G#qzO+
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Remek Trzaska <remek@npac.syr.edu>
Date: 02 Jul 1997 16:53:50 -0400
Message-ID: <rwxradhw4yp.fsf@kopernik.npac.syr.edu>
Lines: 15
X-Mailer: Gnus v5.4.60/XEmacs 20.3(beta10) - "Athens"

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

(defun my-c-mode-common-hook ()
  (define-key c-mode-map "\C-m" 'newline-and-indent))
(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)

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

C-h k return

Interactive compiled Lisp function:
  (globally bound to "return", "C-m")

Remek

