hi,
trivial convenience function for invoking a restart by name (faster than moving to the restart's line in the sldb buffer).
* 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" ?