slime, comint, , :
(defun my-slime-test-run ()
(interactive)
(delete-other-windows)
(split-window-below)
(with-selected-window (next-window)
(switch-to-buffer "slime-repl")
(goto-char (point-max))
(insert "(test-run)")
(comint-send-input)))
(global-set-key (kbd "<f3>") 'my-slime-test-run)
, , , , , elisp- ( , - , , , , .
C-h f name-of-the-function RET, / .
keybinding C-h k F3, , Emacs , kbd ( , , , ).
, , ( , ).
, , , , , , C-u C-h a ( , , , , . M-: (info "(emacs) Apropos") RET ). , - ( - I I info-apropos ).
, , , Emacs, , .