[parenscript-devel] js-expander.el and slime-define-key

Andrew Peterson andy.arvid at gmail.com
Tue Feb 3 23:44:50 UTC 2009


Just a heads up. In the latest version of slime (slime.el), the function
slime-define-key has been deleted.  You can get around this by defining it.
I added the following to js-expander.el.
note: slime-prefix-key has also been deleted.

(defun* slime-define-key (key command &key prefixed inferior)
  (when prefixed
    (setq key (concat "\C-c" key)))
  (define-key slime-mode-map key command))

andy peterson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20090203/56255d32/attachment.html>


More information about the parenscript-devel mailing list