Skip to content

Instantly share code, notes, and snippets.

@khirbat
Created July 18, 2012 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khirbat/3134402 to your computer and use it in GitHub Desktop.
Save khirbat/3134402 to your computer and use it in GitHub Desktop.
Make your own SLIME presentation commands
(defmethod swank::menu-choices-for-presentation ((ob fixnum))
`(("English" ,(lambda (choice object id) (format t "~r~%" object)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment