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: Sun, 4 Jun 2006 23:04:50 +0800 Message-ID: <6f48278f0606040804y58326b78vdb64b6242f27e1f3@mail.gmail.com> References: <6f48278f0606021007m6c0ea177y16c92d8370c45679@mail.gmail.com> <6f48278f0606021759raaa2f9an793e07bd7cb23347@mail.gmail.com> <6f48278f0606030459y25df24e2re97c69a51d62c81e@mail.gmail.com> <6f48278f0606031030q3daf3f2p64b702e91ad9fec6@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 1149433513 9302 80.91.229.2 (4 Jun 2006 15:05:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jun 2006 15:05: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 Sun Jun 04 17:05: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 1FmuA5-0001jh-6D for ged-emacs-devel@m.gmane.org; Sun, 04 Jun 2006 17:05:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmuA4-0002vN-A5 for ged-emacs-devel@m.gmane.org; Sun, 04 Jun 2006 11:05:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fmu9t-0002v0-So for emacs-devel@gnu.org; Sun, 04 Jun 2006 11:04:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fmu9s-0002un-Bl for emacs-devel@gnu.org; Sun, 04 Jun 2006 11:04:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fmu9s-0002uk-7C for emacs-devel@gnu.org; Sun, 04 Jun 2006 11:04:52 -0400 Original-Received: from [64.233.182.184] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FmuGo-0000tp-Am for emacs-devel@gnu.org; Sun, 04 Jun 2006 11:12:02 -0400 Original-Received: by nf-out-0910.google.com with SMTP id a27so1535475nfc for ; Sun, 04 Jun 2006 08:04:50 -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=WIuql92WgVEN+afRKEgWSNzxRBpDzZNyjRQvZPUK6LrIP2lVMwtJnLjCYK+nBKWCuxnsc7k5EVbzP2iymMepzY9QHV4Iwn2l4fBYCQM8c38VqcSe5zjz2plDzfnSpoXzeBPM7L8bSvNM8WM6DuDsqUwlat+JMArMyg432wEQYXA= Original-Received: by 10.48.30.3 with SMTP id d3mr2412112nfd; Sun, 04 Jun 2006 08:04:50 -0700 (PDT) Original-Received: by 10.48.229.2 with HTTP; Sun, 4 Jun 2006 08:04:50 -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:55685 Archived-At: On 6/4/06, Eli Zaretskii wrote: > > Date: Sun, 4 Jun 2006 01:30:31 +0800 > > From: "Jie Zhang" > > Cc: emacs-devel@gnu.org, acm@muc.de, mituharu@math.s.chiba-u.ac.jp > > > > I have this problem in every .c file I opens. I'm using Ubuntu Dapper, > > which is upgraded everyday. I checked out emacs from > > ":pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs". > > Then maybe the difference is with how you configured and built Emacs. > Could you please tell what commands you used to configure and build, > and which options, if any, you used with those commands? The > ``usual'' build is to type "configure ; make bootstrap"; anything else > is ``unusual'', so please describe that. > I configured emacs using: $ ../emacs/configure --prefix=/home/jie/installs/emacs --with-gtk then do $ make; make install 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. Thanks, Jie