
3 Feb
2008
3 Feb
'08
11:18 a.m.
* 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.