-
akochoi registered the Carbon XEmacs project.
2005-02-15 00:47:34 UTC in Carbon XEmacs
-
Are you running version 21.3.50 from the CVS? Perhaps you are running
one compiled by Fink or one from a binary version obtained somewhere
from the Web. Neither is recommend because these version are very
out-of-date (at least half a year old). I have no control over people
who provide such versions and don't update them, although I have
invited them to do so openly many times. I end up...
2002-08-23 23:36:17 UTC in Emacs for Mac OS 8/9
-
Emacs for Mac OS X now has a separate webpage:
http://members.shaw.ca/akochoi-emacs/.
2002-08-15 17:22:07 UTC in Emacs for Mac OS 8/9
-
I'm not familiar with with psgml so I cannot make specific comments on it.
However, if you are starting Emacs in the Finder (thus running the GUI version), environment variables cannot be set in .cshrc. See:
http://developer.apple.com/qa/qa2001/qa1067.html.
2002-05-20 22:41:28 UTC in Emacs for Mac OS 8/9
-
Hi John,
Only thing I can think of is try checking whether you have a ~/.emacs. If so please try running without one.
Also if that doesn't work, you can find out the pid of the Emacs process, start gdb in a terminal window, and type `attach <pid>' to debug Emacs. Then `where' will show you where Emacs is stuck in.
Andrew.
2002-02-14 23:13:28 UTC in Emacs for Mac OS 8/9
-
Hi Stephen,
You probably have X Window installed on your system and the configure script detects and tries to use it. Currently the patch is only able
to use the Carbon API.
Would you please try running `./configure --without-x' instead?
Andrew.
2002-01-27 01:53:14 UTC in Emacs for Mac OS 8/9
-
Hi Marc-Antoine,
I do not know anything about Mozart so I cannot comment on it.
Unlike the port for Mac OS Classic, that for Mac OS X does support asynchronous and synchronous subprocesses. There were some problems with asynchronous subprocesses support with the original patch (emacs-21.1-2-mac.patch.gz). However, this problem is fixed by applying the patch described in...
2002-01-03 02:31:48 UTC in Emacs for Mac OS 8/9
-
To whom this may concern:
I own the two lists mac-emacs-users and mac-emacs-devel
at SourceForge
and receive the monthly reminder below.
However, I am not able to log in to administer the
lists using the
password below, for example at:
https://lists.sourceforge.net/lists/admindb/mac-emacs-users
Am I doing something wrong?
Also, is it possible to change the address of the...
2001-12-14 05:54:59 UTC in SourceForge.net
-
Hi Paul,
Points 1 and 3 have to do with the lack of AppleEvent support. The
essential ones should be easy to resurrect, because the code is there
for the Classic version already. I just #ifdef-ed them out for Mac OS
X to simplify the port.
Regarding point 2, I already have the idea for an icon. I love doing
artwork but I'll have to find some time for it.
To summarize Point 4 and...
2001-12-12 04:28:35 UTC in Emacs for Mac OS 8/9
-
Here is a patch to Emacs 21.1 to allow it to build
and run under Mac OS X:
http://www.cse.cuhk.edu.hk/~akochoi/emacs/macosx/emacs-21.1-2-mac.patch.gz
The instructions for applying it are contained in
the file:
http://www.cse.cuhk.edu.hk/~akochoi/emacs/macosx/readme.txt
The GUI code is basically a Carbonized version of
that in Emacs 21 for Mac OS classic. The Unix API
of Mac...
2001-11-02 03:27:06 UTC in Emacs for Mac OS 8/9