[slime-devel] slime-pprint-eval-region

Cyrus Harmon ch-slime at bobobeach.com
Sun May 6 16:24:43 UTC 2012


[possible dup alert -- common-lisp.net's spam filter didn't like my first attempt at this]

Thanks Helmut!

Since I haven't done this before, and I'd like that keybinding locally, is this the proper way to do that in one's .emacs:

(add-hook 'slime-mode-hook
         (lambda ()
           (pushnew (list "\C-c\C-f" 'slime-pprint-eval-region)
                    slime-editing-keys
                    :test 'equalp)
           (slime-init-keymaps)))

thanks again,

Cyrus

On May 6, 2012, at 1:42 AM, Helmut Eller wrote:

> I the command, but not the keybinding.
> 
> Helmut





More information about the slime-devel mailing list