[slime-devel] [PATCH] new contrib: slime-typeout-buffer

31 Aug
2008
31 Aug
'08
9:15 a.m.
Attached is a patch for a new contrib: slime-typeout-buffer. It does the same as slime-typeout-frame, but is configurable with standard (GNU) Emacs variables. For example, I have the following in special-display-regexps (different height, pin frame to top): '(("^\\*SLIME Typeout\\*$" (height . 20) (top . 0) (minibuffer . nil)) ...) Another interesting effect can be achieved by adding (same-frame . t) and advising display-buffer to shrink the typeout frame to just a few lines. To install, replace slime-typeout-frame with slime-typeout-buffer in slime-setup's list of contribs. Cheers, Michael
6075
Age (days ago)
6075
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Weber