Re: [Mac-emacs-users] (no subject)
Brought to you by:
akochoi
|
From: Immanuel L. <imm...@en...> - 2001-12-05 09:53:24
|
From: Andrew Choi <ak...@cs...> CC: mac...@li... Reply-to: ak...@cs... Sender: mac...@li... X-Original-Date: Wed, 5 Dec 2001 15:55:56 +0800 (HKT) Date: Wed, 5 Dec 2001 15:55:56 +0800 (HKT) > Here is a hack that allows me to compile and grep on the Carbonized > emacs on MacOSX. Put this in your .emacs.el file > > [...] I have to things I would like to change: 1) the mac-file-name-to-posix and posix-file-name-to-mac don't seem to be aware of volumes and mounting (posix-file-name-to-mac "/Users/immanuel/workspace") -> "Users:immanuel:workspace" and should be 'Macintosh HD:Users:immanuel:workspace" (mac-file-name-to-posix "Macintosh HD:Users:immanuel:workspace") -> "/Macintosh HD/Users/immanuel/workspace" and should be "/Users/immanuel/workspace I have some code that does this, and I could send you a patch this weekend that does this. Do you have any problems with this? 2) I would like to have emacs be aware of apple events, so that I can use it as an extension editor for codewarrior. I will not have time to program this for another two weeks, but would you consider adding this to emacs? thanks for the patch and keep up the good work :-) Immanuel *************************************************************************** A day for firm decisions!!!!! Or is it? Immanuel Litzroth Software Development Engineer Enfocus Software Kleindokkaai 3-5 B-9000 Gent Belgium Voice: +32 9 269 23 90 Fax : +32 9 269 16 91 Email: Imm...@en... web : www.enfocus.be *************************************************************************** |