From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Mon, 19 Dec 2011 09:04:47 -0800 Message-ID: References: <4EEB48B2.9090602@swipnet.se> <83liqc1tac.fsf@gnu.org> <83fwgk1atk.fsf@gnu.org> <4EEBE0DC.1050803@cs.ucla.edu> <4EEF5DF5.3030506@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324314296 21576 80.91.229.12 (19 Dec 2011 17:04:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 17:04:56 +0000 (UTC) Cc: Emacs developers To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 18:04:52 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 1Rcgdv-0004sf-BA for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 18:04:51 +0100 Original-Received: from localhost ([::1]:39497 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcgdu-0004ke-Rs for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 12:04:50 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcgds-0004kL-5K for emacs-devel@gnu.org; Mon, 19 Dec 2011 12:04:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rcgdr-00059P-4Q for emacs-devel@gnu.org; Mon, 19 Dec 2011 12:04:48 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:58701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcgdr-00059K-05 for emacs-devel@gnu.org; Mon, 19 Dec 2011 12:04:47 -0500 Original-Received: by yhgm50 with SMTP id m50so2866066yhg.0 for ; Mon, 19 Dec 2011 09:04:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=F/Lc20v8CeoF6+9gjGLp3X++e+GRAM+lk8oJe0DHCVE=; b=HH1z1Y2FvI4fP9g7f19Jq0ggbrkBNNxKMpbjGBiO2gHFoNss8Qzssn3hskQb3twDNX naEkf2ci7paXzNU6s5iFQj0xRAZwsRtcSuyeTMqdzraoUmrKG51PTW73c+GeAU6VJOon Ped/xNMbSX52A290fHBRKYZlfvN9CQAt28pLU= Original-Received: by 10.236.193.70 with SMTP id j46mr28593176yhn.108.1324314286299; Mon, 19 Dec 2011 09:04:46 -0800 (PST) Original-Received: from [10.0.1.3] (c-98-247-148-125.hsd1.wa.comcast.net. [98.247.148.125]) by mx.google.com with ESMTPS id j25sm30897257yhm.12.2011.12.19.09.04.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Dec 2011 09:04:45 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:146834 Archived-At: On Dec 19, 2011, at 8:52 AM, Carsten Mattner wrote: > Sounds like the Mac port should be obsolete and deprecated as > Carbon is deprecated and I'm not even sure it's in Lion anymore. Carbon support is included in Lion as a legacy thing; you can't build or = create Carbon apps in Lion using the currently supported tools. You can = work around that by coercing the old development tools into the current = OS, but the resulting binaries don't meet Apple's guidelines (which are = relevant because it spells out clearly the intentions for Carbon). Hope that helps, *Chad