From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jie Zhang" Newsgroups: gmane.emacs.devel Subject: Re: Problem report: No syntax highlight for C Date: Tue, 6 Jun 2006 13:52:25 +0800 Message-ID: <6f48278f0606052252i455cb151if4d2c77149f9bc88@mail.gmail.com> References: <6f48278f0606021007m6c0ea177y16c92d8370c45679@mail.gmail.com> <6f48278f0606030459y25df24e2re97c69a51d62c81e@mail.gmail.com> <6f48278f0606031030q3daf3f2p64b702e91ad9fec6@mail.gmail.com> <6f48278f0606040804y58326b78vdb64b6242f27e1f3@mail.gmail.com> <6f48278f0606042144r45e0c7d2qee3d474c11324c03@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1149573163 6494 80.91.229.2 (6 Jun 2006 05:52:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jun 2006 05:52:43 +0000 (UTC) Cc: acm@muc.de, mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 06 07:52:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FnUUa-0004Dd-Vt for ged-emacs-devel@m.gmane.org; Tue, 06 Jun 2006 07:52:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnUUa-0005Z8-JK for ged-emacs-devel@m.gmane.org; Tue, 06 Jun 2006 01:52:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnUUO-0005Yu-Cq for emacs-devel@gnu.org; Tue, 06 Jun 2006 01:52:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnUUM-0005YS-QE for emacs-devel@gnu.org; Tue, 06 Jun 2006 01:52:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnUUM-0005YN-Lr for emacs-devel@gnu.org; Tue, 06 Jun 2006 01:52:26 -0400 Original-Received: from [64.233.162.201] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnUbf-0001NC-2r for emacs-devel@gnu.org; Tue, 06 Jun 2006 01:59:59 -0400 Original-Received: by nz-out-0102.google.com with SMTP id i1so1232503nzh for ; Mon, 05 Jun 2006 22:52:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r/IeGpTRQygshrnmfmtOh+DR+LiTRJPtsonGkm0y4iamSK4izPWK3JH+SPvX7OFr3vt2GxGaGP3n8HXEjWUxaI0lPMbpb1qkKuD4B8/R0OTwoDQ+psrz3lLO2fUIK+en6+sjM1rkr354DrS4bp2SoLhzX53uNGGS4EFNo0bVtik= Original-Received: by 10.36.55.8 with SMTP id d8mr209783nza; Mon, 05 Jun 2006 22:52:25 -0700 (PDT) Original-Received: by 10.36.37.13 with HTTP; Mon, 5 Jun 2006 22:52:24 -0700 (PDT) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline 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:55743 Archived-At: On 6/6/06, Eli Zaretskii wrote: > > Date: Mon, 5 Jun 2006 12:44:41 +0800 > > From: "Jie Zhang" > > Cc: emacs-devel@gnu.org, acm@muc.de, mituharu@math.s.chiba-u.ac.jp > > > > > I'm guessing that you had some stale *.elc files in your tree, and > > > "make bootstrap" cured that, because it removes all *.elc files and > > > recompiles them anew. > > > > > Is it possible that the *.elc in my previous installed emacs caused > > this issue? > > Yes, that's what I tried to explain above. > > > But I don't have to do "make boostrap" when there is an emacs in > > stalled. > > Sometimes, you need to do that, especially when some unexpected and > strange problems happen. The build procedure is not smart enough to > detect all of those situations. > > > How about to make "make bootstrap" the default when doing "make"? > > That would not be very wise: bootstrap takes much more time, and is > most of the time unnecessary if one resync's with the CVS frequently > enough. See INSTALL.CVS for more about this. If bootstrap becomes > the default, many users will be unnecessarily punished. > Thanks for helping me solve this issue and explain this to me! Jie