I waited a couple of days for new commits, but I'm still getting this as undefined:
*swank-wire-protocol-version*
Is there something I missed, or is this still a work in progress?
Jonathon McKitrick -- My other computer is your Windows box.
Jonathon McKitrick jcm@FreeBSD-uk.eu.org writes:
I waited a couple of days for new commits, but I'm still getting this as undefined:
*swank-wire-protocol-version*
Is there something I missed, or is this still a work in progress?
it should be working, do you get that in emacs or lisp?
On Tue, Oct 31, 2006 at 03:27:01PM +0100, Marco Baringer wrote: : Jonathon McKitrick jcm@FreeBSD-uk.eu.org writes: : : > I waited a couple of days for new commits, but I'm still getting this as : > undefined: : > : > *swank-wire-protocol-version* : > : > Is there something I missed, or is this still a work in progress? : : it should be working, do you get that in emacs or lisp?
On starting emacs/slime:
; in: LAMBDA NIL ; (SETF SWANK::*SWANK-WIRE-PROTOCOL-VERSION* 1) ; ==> ; (SETQ SWANK::*SWANK-WIRE-PROTOCOL-VERSION* 1) ; ; caught WARNING: ; undefined variable: *SWANK-WIRE-PROTOCOL-VERSION*
; ; caught WARNING: ; This variable is undefined: ; *SWANK-WIRE-PROTOCOL-VERSION* ; ; compilation unit finished ; caught 2 WARNING conditions CL-USER> CL-USER>
Jonathon McKitrick -- My other computer is your Windows box.
Jonathon McKitrick jcm@FreeBSD-uk.eu.org writes:
On starting emacs/slime:
; in: LAMBDA NIL ; (SETF SWANK::*SWANK-WIRE-PROTOCOL-VERSION* 1) ; ==> ; (SETQ SWANK::*SWANK-WIRE-PROTOCOL-VERSION* 1) ; ; caught WARNING: ; undefined variable: *SWANK-WIRE-PROTOCOL-VERSION*
; ; caught WARNING: ; This variable is undefined: ; *SWANK-WIRE-PROTOCOL-VERSION* ; ; compilation unit finished ; caught 2 WARNING conditions CL-USER>
these are just warnings and are harmless, i'll still make them go away.