This is the mail archive of the guile-emacs@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]

scheme directory


Hi, I found the description of INSTALL file in the cvs
repository was inappropriate.

Original:

  # mkdir /usr/local/share/emacs/scheme
  # cp -r emacs /usr/local/share/emacs/scheme

My suggestion:

  # mkdir /usr/local/share/emacs/20.6/scheme
  # cp -r emacs /usr/local/share/emacs/20.6/scheme

  or 

  # mkdir /usr/local/share/emacs/site-scheme
  # cp -r emacs /usr/local/share/emacs/site-scheme


Anyway, why should we install *.scm files into
"/usr/local/share/emacs/20.6/scheme/emacs" instead of
"/usr/local/share/emacs/20.6/scheme"?  I think `emacs' at
the end of the path is redundant.

Moreover, it might be fine to install *.scm files
automatically by `make install' of Guile Emacs.

p.s.
I am new to Scheme. I have been studying Scheme with Guile
Emacs.  scheme-interaction-mode is great. I hope
interrupting the Scheme process with C-g will be possible.

Thanks,
-- Satoru Takabayashi

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