From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Denis Bueno Newsgroups: gmane.emacs.devel Subject: Different behavior on diff. CPU (Carbon Emacs) Date: Mon, 24 Apr 2006 09:29:43 -0400 Message-ID: <444CD2C7.5050507@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 1145885472 23607 80.91.229.2 (24 Apr 2006 13:31:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Apr 2006 13:31:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 24 15:31:11 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 1FY193-0004TK-4s for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 15:30:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY192-0003Ry-L1 for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 09:30:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FY18i-0003NR-9a for emacs-devel@gnu.org; Mon, 24 Apr 2006 09:30:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FY18e-0003Lz-Fk for emacs-devel@gnu.org; Mon, 24 Apr 2006 09:30:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY18e-0003Lr-9x for emacs-devel@gnu.org; Mon, 24 Apr 2006 09:30:04 -0400 Original-Received: from [130.207.165.169] (helo=deliverator7.gatech.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1FY1At-0004wA-8x for emacs-devel@gnu.org; Mon, 24 Apr 2006 09:32:23 -0400 Original-Received: from hormel2.gatech.edu (hormel2.prism.gatech.edu [130.207.171.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "hormel2.prism.gatech.edu", Issuer "Georgia Tech Internal CA" (not verified)) by deliverator7.gatech.edu (Postfix) with ESMTP id 1B67220DA for ; Mon, 24 Apr 2006 09:30:03 -0400 (EDT) (envelope-from dbueno@gmail.com) Original-Received: from ([130.207.171.121]) by hormel2.gatech.edu with ESMTP with TLS id KP-BRAWG.52980366; Mon, 24 Apr 2006 09:29:43 -0400 Original-Received: from deliverator1.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id D341F1FAB8F for ; Mon, 24 Apr 2006 09:29:43 -0400 (EDT) (envelope-from dbueno@gmail.com) Original-Received: from mailprx1.gatech.edu (mailprx1.prism.gatech.edu [130.207.171.15]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security? Inc." (verified OK)) by deliverator1.gatech.edu (Postfix) with ESMTP id C94ED1FAB89 for ; Mon, 24 Apr 2006 09:29:43 -0400 (EDT) (envelope-from dbueno@gmail.com) Original-Received: from [192.168.10.226] (cohesion.stl.gtri.gatech.edu [130.207.197.56]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=gtg385h@mailprx1.gatech.edu, sender=n/a) by mailprx1.gatech.edu (Postfix) with ESMTP id 9638E22A5 for ; Mon, 24 Apr 2006 09:29:43 -0400 (EDT) (envelope-from dbueno@gmail.com) User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) Original-To: emacs-devel@gnu.org X-GT-Spam-Details: ESP<-55>=RBL:<-50> SHA:<0> UHA:<0> SLS:<0> BAYES:<-5> SenderID:<0> Spam Dictionary (TRU10):<0> Obscenities Dictionary (TRU10):<0> Scam Dictionary (TRU10):<0> ReDictionary:<0> Adult Dictionary (TRU10):<0> Embed HTML Dictionary (TRU10):<0> Internal:<0> Float Dictionary (TRU10):<0> URL Real-Time Signatures:<0> Spam Dictionary 2 (TRU10):<0> 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:53336 Archived-At: Whenever I M-x compile a project on my G4 Powerbook[1], I get the correct behavior: the *compilation* buffer is syntax-highlighted & if there's an error, C-x ` will open up the buffer of the offending file, & jump to the place in the file that the compiler process claims is causing the error. On my G5 PowerMac[2], however, *compilation* is not highlighted at all, and C-x ` doesn't work. I'm compiling with Makefiles, and this occurs when compiling C code or OCaml code. This happens with CVS Emacs from a couple of days ago. Same .emacs in both. Same Makefile .I don't customise compilation-error-regexp-alist[-alist]. I'm not sure how even to start debugging this. I'm hoping for some pointers so that I can provide you with useful info. Thanks. -Denis [1] Darwin taggart.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh powerpc [2] Darwin ford.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh powerpc