From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Sat, 17 Dec 2011 10:14:39 +0100 Message-ID: <5CAFED3B-F63C-404F-ABD2-A9C3653D8F8E@swipnet.se> References: <4EEB48B2.9090602@swipnet.se> <83liqc1tac.fsf@gnu.org> <83fwgk1atk.fsf@gnu.org> <4EEBE0DC.1050803@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324113298 26120 80.91.229.12 (17 Dec 2011 09:14:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2011 09:14:58 +0000 (UTC) Cc: Eli Zaretskii , Carsten Mattner , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 17 10:14:53 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RbqLw-0000G4-P2 for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 10:14:48 +0100 Original-Received: from localhost ([::1]:48248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbqLv-0007SD-H2 for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 04:14:47 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbqLs-0007Rx-JW for emacs-devel@gnu.org; Sat, 17 Dec 2011 04:14:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbqLr-0003eQ-IJ for emacs-devel@gnu.org; Sat, 17 Dec 2011 04:14:44 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:45247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbqLr-0003e7-AZ for emacs-devel@gnu.org; Sat, 17 Dec 2011 04:14:43 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 010CD982A for ; Sat, 17 Dec 2011 10:14:41 +0100 (CET) Original-Received: (qmail 7031 invoked by uid 89); 17 Dec 2011 09:14:04 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 17 Dec 2011 09:14:04 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 29FE47FA058; Sat, 17 Dec 2011 10:14:40 +0100 (CET) In-Reply-To: <4EEBE0DC.1050803@cs.ucla.edu> X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146766 Archived-At: Hello. 17 dec 2011 kl. 01:22 skrev Paul Eggert: > On 12/16/11 13:11, Eli Zaretskii wrote: >> I don't know enough about the NS build and the code in nsselect.m to >> reason why this could happen. >=20 > A few weeks ago I looked into doing static checking for the > NS build and found so many errors that I ran away. Some of > the errors may have been false alarms, but the first couple that > I looked at seemed real. The NS build needs a lot of work > (by someone who knows what they're doing) before it'd be > anything I'd want my daughter to use, if I had a daughter. It is a mess. It seems some code was done by someone not familiar with = objective-C. Global variables are used instead of putting them in a = class for instance. Did you use gcc for the static checking? Which options? Jan D.