Re: Proposed fix : emacs e-mode indentation not working
Darius Bacon <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
"Mark Miller" <[email protected]> wrote: > Hi Pierre, > > I've added that line to my copy of custom-e-mode. But, in order to > test it, I find I'm a bit puzzled. I have recently moved to Mac OS X. > The emacs I use is Carbon Emacs for the Mac, installed in > Applications/Emacs.app. I can't figure out where it keeps its scripts > directory, so I don't know where to place this file in order to test > it. I am not an emacs whiz, so any help would be greatly appreciated. I don't know about the scripts directory either, but you could load the file directly with M-x load-file. Also, in my .emacs I have a line (setq load-path (nconc load-path (list "~/lib/emacs"))) so that libraries in ~/lib/emacs get found by M-x load-library. (I have GNU Emacs 22, Carbon version; not sure if that's the same.) Darius