From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: narrow-to-defun and mark-defun now work properly for CC Mode. Date: Thu, 12 Apr 2007 15:08:04 -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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176404900 28344 80.91.229.12 (12 Apr 2007 19:08:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 19:08:20 +0000 (UTC) Cc: martin rudalics , Chong Yidong , Nick Roberts , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 12 21:08: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 1Hc4eW-0003lN-4v for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 21:08:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hc4ih-0007ia-HW for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 15:12:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hc4ie-0007iV-S0 for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:12:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hc4id-0007i8-E7 for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:12:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hc4id-0007i5-BO for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:12:31 -0400 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hc4eR-0003O1-4N for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:08:11 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 6323B2CF27D; Thu, 12 Apr 2007 15:08:10 -0400 (EDT) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id E25863FE0; Thu, 12 Apr 2007 15:08:04 -0400 (EDT) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id C913E6C25D; Thu, 12 Apr 2007 15:08:04 -0400 (EDT) In-Reply-To: <20070411222214.GC1818@muc.de> (Alan Mackenzie's message of "11 Apr 2007 23\:02\:38 +0200\, Wed\, 11 Apr 2007 23\:22\:14 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.94 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-detected-kernel: Linux 2.6 (newer, 3) 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:69341 Archived-At: >> Aha, that was the problem! I expected `make recompile' to DTRT, but >> this was a mistaken assumption for this case. > 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? Won't make any difference since `recompile' doesn't use the Makefile's dependency rules (it runs Emacs once and tells it to recompile everything that needs it in the directory). Stefan