[slime-devel] other-window functions

Sean O'Rourke sorourke at cs.ucsd.edu
Tue Nov 18 13:35:56 UTC 2003


Christian Lynbech <christian.lynbech at ericsson.com> writes:

> One thing that I miss in slime is "other-window" versions of functions
> such as `slime-edit-fdefinition'.

I find this works for most ordinary commands:

(defun other-windowize (fn)
  `(lambda ()
     (interactive)
     (switch-to-buffer-other-window
      (save-window-excursion (call-interactively ',fn) (current-buffer)))))

/s





More information about the slime-devel mailing list