Stelian Ionescu

Results 62 issues of Stelian Ionescu

there is a hook in slime.el for converting between Emac's notion of filenames and the inferior lisp's notion. Ideally these would be the same, but this is not always so,...

I get surprised every time I describe a function and it prompts me for a "symbol". --- slime.el.orig 2013-10-15 00:00:16.576330657 +1100 +++ slime.el 2013-10-15 00:05:46.611082027 +1100 @@ -4558,7 +4558,7 @@...

Suppose the repl says: CL-USER> (1+ 2) 3 CL-USER> Suppose you're cutting and pasting stuff out of the repl into your source file, and after doing this you've accidentally changed...

Rather than seeing the Common Lisp error, you get an Emacs error ("error in process filter: Wrong number of arguments: nil, 98"). This is because the serious-condition handler in autodoc...

For example, when the REPL buffer is like: ; SLIME 2013-04-23 CL-USER> | When emacs' cursor is at the postion designated by the bar | and then M-x hyperspec-lookup, the...

Out of the box, LW chars are base-char. This can be configured, but if it isn't then the slime-output-stream's buffer is not a base-string. #+lispworks (lw:set-default-character-element-type 'lw:simple-char) will fix this....

When I try to start slime, I usually get more-or-less this text in buffer *sldb sbcl/1*, but sldb doesn't work -- it just hangs: The loaded code expects an incompatible...

slime.el tries to do: (if (boundp 'common-lisp-system-indentation) ;; A table provided by slime-cl-indent.el. (slime-update-system-indentation symbol indent packages) But this fails because `common-lisp-system-indentation' is defined in `slime-cl-indent.el' whereas `slime-update-system-indentation' is defined...

In slime-profile-package, if 'slime-read-package-name' returns a lowercase package name, as it will when CL:*print-case* = :downcase, then 'swank:profile-package' fails because cl:find-package sadly does not cope with lowercase package names. 'slime-read-package-name'...

With :spawn communication style, when the repl is blocked by some evaluation, pressing M-. or TAB will try to send an evaluation request to the same thread, but it can't...

low