diff options
Diffstat (limited to 'lang/scsh/pkg-descr')
-rw-r--r-- | lang/scsh/pkg-descr | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/lang/scsh/pkg-descr b/lang/scsh/pkg-descr index 7df558d870dc..09275af3e65d 100644 --- a/lang/scsh/pkg-descr +++ b/lang/scsh/pkg-descr @@ -9,26 +9,21 @@ rules. Scsh is also a full implementation of R4RS Scheme with some non-standard behavior (required for scripting). As a result, a wide -varity of exiting Scheme code can be used. - -The underlying Scheme implementation is a virtual machine for compact -byte code. +varity of exiting Scheme code can be used. The underlying Scheme +implementation is a virtual machine for compact byte code. The name of the installed program is "scsh", the manpage is scsh(1), -other documentation is in (/usr/local/)lib/scsh/doc - -To load slib, install slib into /usr/local/lib/slib and run -(load "slib-init.scm") -in scsh. It requires no additional setup (paths or such). - -The emacs interface is in the original distribution in emacs/. For -documentation see doc/user-guide.txt. +other documentation is in (/usr/local/)lib/scsh/doc. To load slib, +install slib into /usr/local/lib/slib and run (load "slib-init.scm") +in scsh. It requires no additional setup (paths or such). The emacs +interface is in the original distribution in emacs/. For documentation +see doc/user-guide.txt. Differences between FreeBSD port and generic scsh release: ---------------------------------------------------------- 1) When hitting C-d (end-of-file), scsh asks 100 times for -confirmation. I changed the default to do this just once. See constant +confirmation. I changed the default to do this just once. Set constant *y-or-n-eof-count* in scsh/rw.scm to change it. 2) The original scsh sends a mail to the scsh authors every time you @@ -44,5 +39,3 @@ are copied to lib/doc. The emacs directory is copied into lib/scsh/emacs. scsh's default is not to install these files. 5) Some /usr/tmp -> /var/tmp - -Martin Cracauer <cracauer@cons.org> |