emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS


From: Seiji Zenitani
Subject: Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS
Date: Tue, 15 Jul 2008 22:03:13 -0400

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
address@hidden
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]