
Luís Oliveira <luismbo@gmail.com> writes:
On Sat, Feb 8, 2014 at 4:43 PM, Jeff Cunningham <jeffrey@jkcunningham.com> wrote:
Look to see that it says "Lisp Paredit Slime Autodoc" in the emacs status bar after you open the lisp file. If you have even a single unmatched parenthesis in the file it goes into Lisp Slime Autodoc mode instead and you won't have those key-chords defined. Look for error messages at the bottom of emacs for clues.
I doubt Chintan is using Paredit. In any case, C-c C-c and C-c C-k are not defined by Paredit.
Yes but I do remember (in your machine ehe) that some error in the Paredit hook made `slime-mode' not kick in. That would produce the error, right? Chitan should check if he can find those bindings in the *Help* buffer generated by M-x describe-mode When that command is run in a lisp buffer. He should find this there: Slime minor mode (indicator [swank allegro]): SLIME: The Superior Lisp Interaction Mode for Emacs (minor-mode). ... Full set of commands: key binding --- ------- ... C-c C-c slime-compile-defun C-c C-k slime-compile-and-load-file João