From: Andrew C. <ak...@cs...> - 2001-12-06 08:55:44
|
> 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? Thanks. That will be very nice. > 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? I am currently trying to get C-g to work correctly, which I consider important. There are a few other things I'd like to work on after that so I probably won't get to Apple Events any time soon. Please feel free to work on them. Andrew. |