see if the elisp exists, like so:
M-x describe-function
sldb-line-bp
see if the keymap exists like so:
M-x describe-value
cdt-map
if they do, go to a java file higher up in the stack trace, and see if
^c^x^b works there.
if not, try running this from the slime-repl:
(swank.core.cdt-utils/init-emacs-helper-functions)
and checking the above tests again.
Let me know how it goes.
On Apr 26, 4:41 pm, Sunil S Nandihalli <
sunil.nandiha...@gmail.com>
wrote:
> thanks George for your reply.
> for some reason C-c C-x C-b key stroke does not seem to be bound .. however,
> I don't mind typing the command at the repl. But, I don't seem to get the
> path right? .. should the path be absolute or should it be relative to the
> directory where the project.clj resides..? can you elaborate on that.
>
> Sunil.
>
> p.s. what should I be doing to get the keystrokes working?
>
> On Tue, Apr 26, 2011 at 11:30 PM, George Jahad <
cloj...@blackbirdsystems.net