Sorry to jump in late,
Emacs.app is the name of the bundle that contains the app. On Mac OS
X Finder and throughout the graphical interface the name appears as
"Emacs". Any build of emacs that is meant to be run from the Mac
graphical interface should be called "Emacs".
Aqua = Name of th
bout their backgrounds.
First, when I started the implementation of Central European and
Cyrillic display support by QuickDraw Text, I already knew that Steven
Tamm was working on ATSUI support and he was planning to add it to the
emacs-unicode-2 branch (actually I suggested that). As I expected,
t
Reverting this change fixes the build. Just remove xmenu.o from the
Makefile and keep going.
Why was this change made?
-Steven
On Sep 16, 2005, at 5:21 AM, Jason Rumney wrote:
Eli Zaretskii wrote:
I
think xmenu.c should not be compiled at all on OSX, but I need to
understand what condit
string or a 32-bit number).
(mac-set-creator-type "EMAx")
(mac-set-file-type "TEXT")
-Steven
On Jul 9, 2005, at 6:06 AM, David Reitter wrote:
On 9 Jul 2005, at 04:04, Steven Tamm wrote:
Sorry for the delay in reply, but it seems to me that using
SetFile would be
Sorry for the delay in reply, but it seems to me that using SetFile
would be easier, and more flexible.
(defun mac-set-creator-code-for-file ()
(call-process shell-file-name nil nil t shell-command-switch
(concat "/Developer/Tools/SetFile -c EMAx " buffer-file-name))
)
(add-hook 'after-sav
I checked in changes to support Emacs on Intel-based Mac OS X 10.4
and Darwin 8.1. I tested it at the WWDC lab and it worked perfectly.
However, I couldn't get the PowerPC build I have of Emacs to run
correctly in Rosetta. I kept getting a Bus error, and didn't have
time to do the cross-a
orts extended Latin, Greek, Cyrillic,
Arabic, Hebrew, and Thai. But if you draw text through QuickDraw
Text, you have access only to the MacRoman repertoire. To access the
rest, you must use Cocoa or ATSUI.
Steven Tamm is working on ATSUI support, and he is planning to add it
to the unicode
What's the process for the placement of the binary distributions of
21.4 in the FTP tree?
I see that the Windows binaries haven't yet been updated. I would like
to add installable packages for both the MacOSX/Carbon and MacOSX/X11
builds. How should this be done?
-Steven
___