Re: Release timelines and Unicode2 branch

2005-09-21 Thread Steven Tamm
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

Re: macos.texi updated

2005-09-21 Thread Steven Tamm
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

Re: CVS HEAD currently broken on OSX

2005-09-16 Thread Steven Tamm
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

Re: Carbon port: setting the creator code (patch)

2005-07-09 Thread Steven Tamm
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

Re: Carbon port: setting the creator code (patch)

2005-07-08 Thread Steven Tamm
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

Support for Intel-based Macintosh / Darwin 8.1 x86

2005-06-08 Thread Steven Tamm
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

Re: Special Characters on Mac Emacs

2005-03-30 Thread Steven Tamm
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

Binary Distributions of 21.4a for Mac OS X and Windows

2005-03-15 Thread Steven Tamm
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 ___