Hi,
I'm not good at emacs but I have emacs/slime/sbcl.
sudo apt-get install slime cl-swank sbcl
echo '(setq inferior-lisp-program "sbcl")' >> ~/.emacs
> I installed Slime and SBCL (directly from Debian GNU/Linux repositories)
> but somehow those two are not connected, so I cannot, for example, mark
> a region of a Lisp program and execute it in SBCL with keystrokes like
> C-c C-b ...
After
M-x slime
I have checked list of all defined keystrokes :
C-h b
In my list I do not see C-c C-b defined
Is it in your list ?
Best regards
Adam