From mboxrd@z Thu Jan 1 00:00:00 1970 From: Satoru Takabayashi To: guile-emacs@sourceware.cygnus.com Subject: scheme directory Date: Wed, 03 May 2000 04:52:00 -0000 Message-id: <20000503205439E.satoru-t@is.aist-nara.ac.jp> X-SW-Source: 2000-q2/msg00022.html 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