[slime-devel] slime-invoke-restart-by-name

hi, trivial convenience function for invoking a restart by name (faster than moving to the restart's line in the sldb buffer). -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen

* Marco Baringer [2008-02-02 21:48+0100] writes:
hi,
trivial convenience function for invoking a restart by name (faster than moving to the restart's line in the sldb buffer). [...] +(define-key sldb-mode-map (kbd "C-r") 'sldb-invoke-restart-by-name)
A different key would be better; C-r is already bound to isearch-backward. Helmut.

Helmut Eller <heller@common-lisp.net> writes:
* Marco Baringer [2008-02-02 21:48+0100] writes:
hi,
trivial convenience function for invoking a restart by name (faster than moving to the restart's line in the sldb buffer). [...] +(define-key sldb-mode-map (kbd "C-r") 'sldb-invoke-restart-by-name)
A different key would be better; C-r is already bound to isearch-backward.
how about "I" ? -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen
participants (2)
-
Helmut Eller
-
Marco Baringer