Den 13/05/2006 kl. 17.39 skrev Martin Vognsen:
Hmm... I wonder why this isn't working for me. Scel works fine in a
terminal under Aqua. But in console I get this:
compile done
INIT_Processeses(), could not establish the default connection to the
WindowServer.Emacs: Initializing lisp interface.
Class tree inited in 0.09 seconds
booting internal
Using vector unit: yes
***SCLang abort trap***
Anybody got a clue? Is there a crude hack I can do to the scel
externals?
Oops, just noticed: What I actually meant was the scel _extensions_. I
was thinking of external method files, not externals as in plugins. To
be honest I'm not too familiar with the way the class library works,
but I think the scel extensions library overwrites (almost?)
everything gui related in the standard sc libraries, am I right? But
I'm not so sure that's where the problem is. What I noticed is that
Emacs.sc posts the line "Emacs: Initializing lisp interface." But I
don't know if that is even related to the problem. If it worked for
Tom, maybe the problem is not in the class libraries at all...?? I get
"compile done", so... so far so good... Is there a way to bypass the
request for the WindowServer, that seems to cause problems? I can't
spot where that happens.
If I do sudo emacs -sclang, I get a blue screen after lib compile. So
(obviously) the problem is not that I can't connect to the
WindowServer, the problem is that something is trying to connect to it
at all.
Any pointers would be a great help.