Mozart application bundle for MacOs X
Gustavo Gutierrez
ggutierrez at cic.puj.edu.co
Wed Sep 19 16:44:45 CEST 2007
On 9/19/07, Raphael Collet <raphael.collet at uclouvain.be> wrote:
> Gustavo Gutierrez wrote:
> >> 3) Something that checks for aquamacs. I don't know what happens if it
> >> is not installed.
>
> How do you make that? I never figured out how to make the command line
> "oz" launch Aquamacs. To lauch an application from the command line,
> you have to use a command like "open [app directory]".
I was painful but here is it:
exec /Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs
--eval '(setq load-path (cons "'$OZHOME'/share/elisp" load-path))' -l
oz.elc -f run-oz
The thing is that the real emacs is inside Aquamacs bundle. Remember a
bundle is just another directory containing a lot of stuff.
> >> 4) Documentation
> > Can we use a chm file as the documentation format. In this way we can
> > reuse the windows help format (if there is one). I prefer this sort of
> > documentation rather than a bunch of html files. What do you think?
>
> Is Mac OSX able to read Windows help files? We could also provide the
> help as PDF files. The files are already available on the web site.
> This was mostly for printing, but they are usable as help files as well.
>
I am not sure if this is possible in the default installation but
there is a small and useful program to do this called chmox
(http://chmox.sourceforge.net/). May be we can include this one in the
distribution. Pdf is also a good idea, since search for text is pretty
fast on these systems.
Cheers,
--
Gustavo Gutierrez
More information about the mozart-hackers
mailing list