From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Seiji Zenitani Newsgroups: gmane.emacs.devel Subject: Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS Date: Tue, 15 Jul 2008 22:03:13 -0400 Message-ID: References: <476AEFF3-F98D-4D19-A8B0-219C790536F7@gmail.com> <19e566510807151217q7276dd61wa93aaa13b842e296@mail.gmail.com> <170476C2-EF90-40DC-BB6F-0C54AFA10884@gmail.com> <64B63861-E635-420F-BC96-8DA189246E72@gmail.com> <20BFBDD3-1423-41EB-847D-B2FE2F5AA2DE@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1216176092 21530 80.91.229.12 (16 Jul 2008 02:41:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 02:41:32 +0000 (UTC) Cc: "emacs.app dev list" , Adrian Robert , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 04:42:19 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KIwyA-0006T3-1o for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 04:42:18 +0200 Original-Received: from localhost ([127.0.0.1]:49729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIwxH-0003NA-Ly for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 22:41:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIwxC-0003ME-Ic for emacs-devel@gnu.org; Tue, 15 Jul 2008 22:41:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIwxA-0003LW-Uy for emacs-devel@gnu.org; Tue, 15 Jul 2008 22:41:18 -0400 Original-Received: from [199.232.76.173] (port=45016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIwxA-0003LM-Na for emacs-devel@gnu.org; Tue, 15 Jul 2008 22:41:16 -0400 Original-Received: from asmtpout021.mac.com ([17.148.16.96]:62742) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIwxA-0000bk-AH for emacs-devel@gnu.org; Tue, 15 Jul 2008 22:41:16 -0400 Original-Received: from [10.0.1.200] (c-98-218-103-81.hsd1.md.comcast.net [98.218.103.81]) by asmtp021.mac.com (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPA id <0K4200385TPGTR70@asmtp021.mac.com> for emacs-devel@gnu.org; Tue, 15 Jul 2008 19:03:18 -0700 (PDT) In-reply-to: <20BFBDD3-1423-41EB-847D-B2FE2F5AA2DE@gmail.com> X-Mailer: Apple Mail (2.928.1) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:100766 Archived-At: I succeed to compile the Cocoa port when I commented out the following lines. * (load "emacs-lisp/easy-mmode") in loadup.el * Two (define-minor-mode ... things in term/ns-win.el Some of them causes the problem. Emacs runs in -nw mode, but it immediately crashes in ns-windowing environment due to font-related error. > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_PROTECTION_FAILURE at address: 0x911e903c > 0x001fd63b in nsfont_escape_name (name=0x911e9034 "Hiragino Kaku > Gothic ProN") at nsfont.m:74 > 74 name[i] = '_'; Seiji On 2008/07/15, at 20:23, David Reitter wrote: > On 15 Jul 2008, at 19:52, Adrian Robert wrote: >> >> easy-mmode IS needed, right now. If there was a change in >> the last few hours for that file to start requiring 'cl, I guess that >> would explain it. > > That's doesn't appear to be the case. > > As for easy-mmode, it actually uses `eval-when-compile', so it > shouldn't really be an issue. > > I'm not sure where is error comes from. cc'ing emacs-devel. > > - > D > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > Emacs-app-dev- mailing list > Emacs-app-dev-@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-