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: Mon, 5 Jun 2006 12:44:41 +0800 Message-ID: <6f48278f0606042144r45e0c7d2qee3d474c11324c03@mail.gmail.com> References: <6f48278f0606021007m6c0ea177y16c92d8370c45679@mail.gmail.com> <6f48278f0606021759raaa2f9an793e07bd7cb23347@mail.gmail.com> <6f48278f0606030459y25df24e2re97c69a51d62c81e@mail.gmail.com> <6f48278f0606031030q3daf3f2p64b702e91ad9fec6@mail.gmail.com> <6f48278f0606040804y58326b78vdb64b6242f27e1f3@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 1149482713 15049 80.91.229.2 (5 Jun 2006 04:45:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 04:45:13 +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 Mon Jun 05 06:45:10 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 1Fn6xd-0006AL-LX for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 06:45:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn6xc-0007MV-NC for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 00:45:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fn6xK-0007LD-5m for emacs-devel@gnu.org; Mon, 05 Jun 2006 00:44:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fn6xH-0007Ku-Ps for emacs-devel@gnu.org; Mon, 05 Jun 2006 00:44:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn6xH-0007Kr-Cg for emacs-devel@gnu.org; Mon, 05 Jun 2006 00:44:43 -0400 Original-Received: from [64.233.182.189] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fn74L-0004zE-KX for emacs-devel@gnu.org; Mon, 05 Jun 2006 00:52:01 -0400 Original-Received: by nf-out-0910.google.com with SMTP id a27so1609303nfc for ; Sun, 04 Jun 2006 21:44:41 -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=YDC7wa8YO+To2zKOAstqsMz5o2F8RRkwyWIhjYfjIMLDjqoewS2lVZvIg2ya6LpNlaBATXKf7ky3zdjrQoVtTA2Ym2c47+DbaxhQi+0kkbcBetFX592kzutTO2J/PiD0/DH6FrgaQd9trSzNuMk3O9e4Re3scuzMke9xP8IlXVI= Original-Received: by 10.48.239.7 with SMTP id m7mr2829196nfh; Sun, 04 Jun 2006 21:44:41 -0700 (PDT) Original-Received: by 10.48.229.2 with HTTP; Sun, 4 Jun 2006 21:44:41 -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:55693 Archived-At: On 6/5/06, Eli Zaretskii wrote: > > Date: Sun, 4 Jun 2006 23:04:50 +0800 > > From: "Jie Zhang" > > Cc: emacs-devel@gnu.org, acm@muc.de, mituharu@math.s.chiba-u.ac.jp > > > > After reading your email, I tried "make bootstrap; make install" and > > found then the highlighting works for C mode. Then I tried "make; make > > install" again, however highlighting still works. Even "rm -rf > > /home/jie/installs/emacs; make; make install" works now. It's rather > > strange. > > 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? I found that I was prompted to "make bootstrap" when there is no emacs installed. But I don't have to do "make boostrap" when there is an emacs in stalled. How about to make "make bootstrap" the default when doing "make"? Jie