From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Matthew Stallman Newsgroups: gmane.emacs.devel Subject: Re: narrow-to-defun and mark-defun now work properly for CC Mode. Date: Thu, 12 Apr 2007 13:43:31 -0400 Message-ID: References: <20070409123730.GD1065@muc.de> <17948.11246.263666.982903@farnswood.snap.net.nz> <461C71A8.7060401@gmx.at> <871wiqkejv.fsf@stupidchicken.com> <873b36ajc5.fsf@stupidchicken.com> <20070411210916.GA1818@muc.de> <87ejmq63en.fsf@stupidchicken.com> <20070411222214.GC1818@muc.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1176399984 8752 80.91.229.12 (12 Apr 2007 17:46:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 17:46:24 +0000 (UTC) Cc: rudalics@gmx.at, cyd@stupidchicken.com, nickrob@snap.net.nz, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 12 19:46:17 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hc3N7-0003xJ-AP for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 19:46:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hc3RI-0000Nd-9p for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 13:50:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hc3RE-0000N4-Lw for emacs-devel@gnu.org; Thu, 12 Apr 2007 13:50:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hc3RE-0000Md-7F for emacs-devel@gnu.org; Thu, 12 Apr 2007 13:50:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hc3RE-0000MV-3A for emacs-devel@gnu.org; Thu, 12 Apr 2007 13:50:28 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hc3N1-0000rB-HK for emacs-devel@gnu.org; Thu, 12 Apr 2007 13:46:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Hc3KV-0000kI-93; Thu, 12 Apr 2007 13:43:31 -0400 In-reply-to: <20070411222214.GC1818@muc.de> (message from Alan Mackenzie on 11 Apr 2007 23:02:38 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69337 Archived-At: Maybe I should look at fixing the problem in ..../lisp/Makefile. The dependencies between the CC Mode source files aren't accurately represented there - For example, that cc-engine.elc depends on cc-defs.el. What do you think? Please give it a try and see how complex it is. If it is simple, then let's install it.