From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Mon, 19 Dec 2011 16:53:25 +0100 Message-ID: <4EEF5DF5.3030506@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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324310032 20363 80.91.229.12 (19 Dec 2011 15:53:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 15:53:52 +0000 (UTC) Cc: Eli Zaretskii , Paul Eggert , emacs-devel@gnu.org, Rene@kyllingstad.com To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 16:53:48 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 1RcfX8-0004Tk-1a for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 16:53:46 +0100 Original-Received: from localhost ([::1]:39230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfX7-0002Pf-La for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 10:53:45 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfX0-0002Oz-PF for emacs-devel@gnu.org; Mon, 19 Dec 2011 10:53:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcfWu-0005RS-Qd for emacs-devel@gnu.org; Mon, 19 Dec 2011 10:53:38 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:53172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfWu-0005Hq-Ke for emacs-devel@gnu.org; Mon, 19 Dec 2011 10:53:32 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 731609190 for ; Mon, 19 Dec 2011 16:53:27 +0100 (CET) Original-Received: (qmail 29736 invoked by uid 89); 19 Dec 2011 15:52:48 -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; 19 Dec 2011 15:52:48 -0000 Original-Received: from [10.225.16.17] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 81B747FA058; Mon, 19 Dec 2011 16:53:26 +0100 (CET) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: 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:146829 Archived-At: Carsten Mattner skrev 2011-12-19 12:00: > 2011/12/19 Ren=E9 Kyllingstad: >> On Sat, Dec 17, 2011 at 01:22, Paul Eggert wrote: >>> >>> 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. >>> >>> 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. >> >> >> You could of course check in the Mac port, and just forget the NS port= ever >> happened :) > > Care to explain? I have no idea what the difference is. > Is it a Cocoa only and therefore no-Gnustep frontend? > > What's holding up adding it at least as an additional frontend if > it's that much better and presumably tested? AFAIK, the Mac port uses Carbon, and is based om Emacs 23, i.e. no Emacs=20 24 features (like multitty). Jan D.