[slime-devel] Re: How to 'start again'

Jonathon McKitrick jcm at sdf.lonestar.org
Fri Jan 4 00:27:35 UTC 2008


On Wed, Jan 02, 2008 at 02:25:03PM +0000, Dave Pawson wrote:
: Thanks Tobias.
: 
: On 02/01/2008, Tobias C. Rittweiler <tcr at freebits.de> wrote:
: > "Dave Pawson" <dave.pawson at gmail.com> writes:
: >
: > > Is there a way to 'clear' out the buffers and start again?
: > > I.e. to clean the lisp environment and restart?
: >
: > If the REPL is still intact, use `,restart', otherwise run `M-x slime'
: > and answer the question about creating a new *inferior-lisp* with no.
: 
: Neither restart nor (restart) were understood,
: but
: CL-USER>slime
: 
: did the trick. Thanks

At the risk of belaboring the point, make sure you remember the ',' before
'restart'.  Entering 'restart' does nothing because it's not a lisp symbol.
Entering the comma first signifies a slime command, just like ',!p' to change
package or ',cd' to change directory.


Jonathon McKitrick
--
'Java is a fine language, for low values of fine.'



More information about the slime-devel mailing list