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: Re: Different behavior on diff. CPU (Carbon Emacs) Date: Tue, 25 Apr 2006 08:58:15 -0400 Message-ID: <444E1CE7.70303@gmail.com> References: <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 1145969951 26393 80.91.229.2 (25 Apr 2006 12:59:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Apr 2006 12:59:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 25 14:59:08 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 1FYN87-00074u-MZ for ged-emacs-devel@m.gmane.org; Tue, 25 Apr 2006 14:59:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYN86-0007ap-Up for ged-emacs-devel@m.gmane.org; Tue, 25 Apr 2006 08:58:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYN7s-0007aZ-IK for emacs-devel@gnu.org; Tue, 25 Apr 2006 08:58:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYN7q-0007aN-5c for emacs-devel@gnu.org; Tue, 25 Apr 2006 08:58:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYN7q-0007aK-0w for emacs-devel@gnu.org; Tue, 25 Apr 2006 08:58:42 -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 1FYNAI-0008Hb-If for emacs-devel@gnu.org; Tue, 25 Apr 2006 09:01:14 -0400 Original-Received: from hormel1.gatech.edu (hormel1.prism.gatech.edu [130.207.171.11]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "hormel1.prism.gatech.edu", Issuer "Georgia Tech Internal CA" (not verified)) by deliverator7.gatech.edu (Postfix) with ESMTP id 196642149 for ; Tue, 25 Apr 2006 08:58:41 -0400 (EDT) (envelope-from dbueno@gmail.com) Original-Received: from ([130.207.171.122]) by hormel1.gatech.edu with ESMTP with TLS id KP-BRAPX.53042167; Tue, 25 Apr 2006 08:58:14 -0400 Original-Received: from deliverator2.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 62EF5A48C; Tue, 25 Apr 2006 08:58:14 -0400 (EDT) (envelope-from dbueno@gmail.com) Original-Received: from mailprx2.gatech.edu (mailprx2.prism.gatech.edu [130.207.171.21]) (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 deliverator2.gatech.edu (Postfix) with ESMTP id 58F4EA48B; Tue, 25 Apr 2006 08:58:14 -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@mailprx2.gatech.edu, sender=n/a) by mailprx2.gatech.edu (Postfix) with ESMTP id 3749B2352; Tue, 25 Apr 2006 08:58:14 -0400 (EDT) (envelope-from dbueno@gmail.com) User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) Original-To: Kevin Rodgers In-Reply-To: X-GT-Spam-Details: ESP<-50>=RBL:<-50> SHA:<0> UHA:<0> SLS:<0> BAYES:<0> 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:53379 Archived-At: Kevin Rodgers wrote: > Denis Bueno wrote: >> 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. > > Is the output in the *compilation* buffer identical on the 2 platforms? > Yes. -Denis