Am 08.12.2007 um 12:09 schrieb prestowk:

> env en_GB.UTF-8 /Aplications/Emacs.app/Contents/MacOS/Emacs -Q

This line should be either

        env LANG=en_GB.UTF-8 /Aplications/Emacs.app/Contents/MacOS/Emacs -Q

or better

        env LC_CTYPE=en_GB.UTF-8 /Aplications/Emacs.app/Contents/MacOS/Emacs -Q

--
Greetings

   Pete

Experience is what you get when you don't get what you want.



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to