This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: (x)emacs mode for guile?


Valentin Kamyshenko <val@kamysh.materials.kiev.ua> writes:

> Hello,
> 
> What wizards usually use for working with guile in (x)emacs?
> 
> I suspect that I do not understand how to use (ice-9 emacs) module.
> In fact, I use the guile-interface.el (which I have found somewhere at 
> red-bean) within the inf-lisp mode of xemacs. It works satisfactory,
> but the inclusion of (ice-9 emacs) (or calling guile with --emacs
> option) seems to be unnecessary: it just leads to printing of ^s and
> ^f symbols after the prompt, which are not used.
> 
> I have not found any comments in .../ice-9/emacs.scm file, that
> explain how to use it.

The scwm.el mode that comes with scwm (http://scwm.mit.edu/) is actually
really nice for working with Guile in general.  It'd be great if someone
wanted to make the changes to that mode to support talking to a
guile-server instead of only to a running Scwm process (they should be
pretty straightforward changes).

The mode features completion, apropros, function documentation lookup in 
guile info pages or in Scwm's specially-formatted doc files, and lots
more.

Greg


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]