Re: Confused about XEmacs and Cygwin
Craig Lanning <[email protected]>
| Newsgroups | gmane.emacs.xemacs.windows |
|---|---|
| Organization | Northrop Grumman Information Technology |
| Message-ID | <[email protected]> |
Which inferior lisp package are you using? I'm familiar with ILisp, but it doesn't work the way you described. Craig On Fri, 2003-10-31 at 11:55, James Ravan wrote: > I installed Cygwin, then XEmacs under Windows XP. My goal is to be able to > run an inferior Lisp (CLISP) from XEmacs. When I typed "M-x run-lisp", > XEmacs said "[No match]". So I rooted around and found that XEmacs had been > installed under /usr/local/bin/i686-pc-cygwin/. So I moved the executable up > to /usr/local/bin and tried running XEmacs from bash. Well sure enough, the > .xemacs directory got created and two files, custom.el and init.el. init.el > contains the single line "(setq inferior-lisp-program "/usr/bin/clisp.exe") > that was in the .emacs.el file in my home directory. > > But XEmacs still says "[No match]" when I try to invoke an inferior lisp. I > can't find any docs on what to do if "M-x run-lisp" doesn't work. > > Can anyone point me in the right direction? Am I doing something wrong? What > can I look at next to try and track this problem down? > > -regards, > -jim >