From feae8b5eb1e202924a8d586312487f8005ddf370 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 29 May 2004 15:55:23 +0000 Subject: [PATCH] 0.8.10.62: And rewind... reinsert mention of shell-mode to sbcl.1. --- doc/sbcl.1 | 6 ++++-- version.lisp-expr | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 4abdbdd..29b5559 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -58,10 +58,12 @@ give you another prompt, and wait for your next input. E.g. * Many people like to run SBCL, like other Lisp systems, as a subprocess -under Emacs. The Emacs "ilisp" and "Slime" modes provide many +under Emacs. The Emacs "Slime" and "ilisp" modes provide many convenient features, like command line editing, tab completion, and various kinds of coupling between Common Lisp source files and the -interactive SBCL subprocess. +interactive SBCL subprocess, but they can be somewhat fragile wrt. +packages and readtables, in which case SBCL in the Emacs "shell" mode +can a useful substitute. .SH OVERVIEW diff --git a/version.lisp-expr b/version.lisp-expr index 4eadde1..01d15b7 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.10.61" +"0.8.10.62" -- 1.7.10.4