Re: how to install muse in Emacs under Windows?
"Raymond Zeitler" <[email protected]>
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
Michael: I'm glad make isn't required for muse and planner. What I've always done is load all the planner source files into Emacs and invoke Emacs-lisp-byte-compile on each one by recording and repeating a keystroke macro. But I suppose invoking byte-force-recompile would be quicker. -- Raymond Zeitler <[email protected]> -----Original Message----- Date: Thu, 30 Mar 2006 00:04:20 -0500 From: Michael Olson <[email protected]> Subject: [emacs-wiki-discuss] Re: how to install muse in Emacs under Windows? To: Emacs Wiki Discussion List <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" "C.S. Frank Liu" <[email protected]> writes: > Could you instruct me how to "make" and "make install" muse lisp > under windows? I am a newbie of using Emacs in Windows. I am not > quite sure if I did it right to install Muse: > > In Makefile.defs, I specify the path: > > ELISPDIR = c:/ProgramFiles/muse > > but Emacs did not compile: > > 'make' is not recognized as an internal or external command, > operable program or batch file. > > Thanks. I need some guidence. In this case, it would probably be easier for you to not compile Muse. Emacs Lisp code does not need to be compiled -- the only effect of compiling is to create the muse-autoloads.el file and to make the code slightly faster to load.