problems with Slate interaction mode in Xemacs...
Brian T. Rice
water at tunes.org
Wed Aug 25 18:02:40 PDT 2004
Try executing M-x slate while in a buffer on a file that is in your
~/slate/ directory, like the README. I've usually had problems getting
emacs to be non-idiotic about pathnames otherwise (and asked on the
mailing list months ago if anyone knew a way around it - I suppose they
don't).
Also, perform the (require 'slate-mode) before the defconst executions,
since the elisp code contains definitions which will shadow those.
Dwight Hughes wrote:
> I cannot get the Xemacs Slate interaction mode to start up (this is on
> Windows 2000 - Xemacs version 21.4.13). I can get Xemacs to load Slate
> files and colorize the syntax - and I can get the Slate help mode with
> C-h m. But when I try to use M-x slate or C-c m I always get "searching
> for program: No such file or directory, env" -- and no Slate interaction
> mode.
>
> My init.el file is:
> ;; Slate
>
> (pushnew "~/slate/etc" load-path)
> (defconst slate-cmd "~/slate/vm")
> (defconst slate-dir "~/slate/")
> (defvar slate-args '("~/slate/little.image"))
> (require 'slate-mode)
> (require 'font-lock) ; enable syntax highlighting
>
> Help?
>
> -- Dwight
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: water.vcf
Type: text/x-vcard
Size: 208 bytes
Desc: not available
Url : /archives/slate/attachments/20040825/690bbf7b/water.vcf
More information about the Slate
mailing list