Am 12.07.2008 um 02:20 schrieb christoph.kniehase:
> is there any advise on how to install Org-mode on Carbon Emacs? In theory you would need to determine a place where to put (install) the ELisp files. According to Mac OS X guidelines this could be a system-wide directory /Library/Application Support/Emacs or a personal one, ~/Library/Application Support/Emacs. Since neither of these is in load-path, you need to add the element(s) to it either in the system's init file (for Carbon Emacs not that recommended, since it is inside the application bundle and will get overwritten on next update) or in your init file, for example ~/.emacs: ;(add-to-list 'load-path "/Library/Application Support/Emacs") (add-to-list 'load-path "~/Library/Application Support/Emacs") The info files will have to be put into another directory, /usr/local/ share/info or /usr/local/info – check what your system has! (Of course you could install the ELisp file also in /usr/local, the default place, probably /usr/local/share/emacs/site-lisp.) The you would need to tell Carbon Emacs where to find the info files and the dir file, again in the accessible user init file: (add-to-list 'Info-default-directory-list "/usr/local/info") Afterwards you could "compile" the Org-mode files (make). Installation could only work with a 'sudo make install' or a 'sudo make install all' since at least the documentation (info files) would be placed into an area where super-user access is needed. This convinces me to also put the ELisp files into the /usr/local tree (so you'd need to update load-path with something like /usr/local/share/ emacs/site-lisp, this path will become visible when you perform the installation). Programmes like makeinfo or install-info are also needed. This is all theory, I never (used and) installed Org-mode. Fink offers to install Org-mode. Fink also provides Carbon Emacs. -- Mit friedvollen Grüßen Pete How many Microsoft engineers does it take to screw in a light-bulb? None. They just redefine "dark" as the new standard. --~--~---------~--~----~------------~-------~--~----~ Carbon Emacs User Group http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---