From xemacs-m  Thu Apr  3 10:29:08 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 KAA22622
	for <xemacs-beta@xemacs.org>; Thu, 3 Apr 1997 10:29:08 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa13046;
          3 Apr 97 11:30 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id LAA28118; Thu, 3 Apr 1997 11:30:20 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id LAA13876; Thu, 3 Apr 1997 11:30:17 -0500
Date: Thu, 3 Apr 1997 11:30:17 -0500
Message-Id: <199704031630.LAA13876@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: Hrvoje Niksic <hniksic@srce.hr>
Cc: XEmacs Developers <xemacs-beta@xemacs.org>
Cc: cc-mode-victims@python.org
Subject: Re: XEmacs 19.15 is released
References: <m2ybb7l90b.fsf@altair.xemacs.org>
	<kigybb1n4xp.fsf@jagor.srce.hr>
	<199704021720.MAA10228@anthem.CNRI.Reston.Va.US>
	<kigpvwcpktv.fsf@jagor.srce.hr>
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid
Reply-To: CCMODE Maintainer <cc-mode-help@python.org>
X-Attribution: BAW
X-Oblique-Strategy: Change nothing and continue with immaculate consistency
X-Url: http://www.python.org/~bwarsaw


>>>>> "Hrv" == Hrvoje Niksic <hniksic@srce.hr> writes:

    Hrv> Couldn't we just autoload `c-add-style' (and whatever else is
    Hrv> used; I use only `c-add-style' in my .emacs)?  It would save
    Hrv> us the whole trouble.

    Me> Done.  c-set-style was already autoloaded; do we need any
    Me> others?

    Hrv> I think all the cc-mode functions a user might reasonably
    Hrv> want to call from `.emacs' should be included (unless the
    Hrv> function is to be run from `c-mode-common-hook').
    Hrv> `c-set-offset' comes to mind, unless it should be called from
    Hrv> the hook.

I tend to think that c-set-offset should only be run from a
mode-hook.

I looked at every command in cc-mode.el (e.g. M-x occur interactive),
and discounting already autoloaded cookiefied commands and mode-map
bindings, I think everything's cookied up correctly.  I'll entertain
suggestions though.

-Barry

