bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cmuscheme vs. xscheme


From: Alex Schroeder
Subject: cmuscheme vs. xscheme
Date: 17 Oct 2000 12:30:13 +0200

In GNU Emacs 20.7.1 (i686-pc-linux-gnu, X toolkit)
 of Sat Jun 24 2000 on snail

I would like to use cmuscheme to run guile.  I use run-scheme to do
this.  When I start customizing the group cmuscheme, however,
run-scheme gets redefined because xscheme.el is being loaded.  I have
to unload-feature xscheme to fix this.

I'm not sure what causes this.  I found the following in cus-load.el,
however:

(put 'cmuscheme 'custom-loads '("cmuscheme" "xscheme"))

Maybe that is because the groups cmuscheme and xscheme both belong to
the group lisp?

Anyway, I know no simple way around this.  It is unfortunate that both
packages define the function run-scheme as well as other variables and
functions without a package specific prefix.  

Since the run-scheme in xscheme is not autoloaded, I suggest renaming
it to run-xscheme.  The cleanest solution would obviously be a big
renaming...  :(

Alex.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]