[slime-devel] *BUFFER-OFFSET* problem on SBCL

Christian Lynbech christian at defun.dk
Thu Mar 5 12:30:09 UTC 2009


The newly introduced *BUFFER-OFFSET* is not defined on SBCL.

The problem is that swank-sbcl contains this:

        (defvar *buffer-offset*)

but it must look like this

        (defvar *buffer-offset* nil)

to actually introduce a variable.

It is a little unclear to me exactly when the problem manifests
itself. I have sofar only seen it in combination with compilation of
systems in which a file had a superflous parenthesis.


------------------------+-----------------------------------------------------
Christian Lynbech       | christian #\@ defun #\. dk
------------------------+-----------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
                                        - petonic at hal.com (Michael A. Petonic)




More information about the slime-devel mailing list