[slime-devel] [PATCH] new contrib: slime-typeout-buffer
Michael Weber
michaelw+slime at foldr.org
Sun Aug 31 09:15:24 UTC 2008
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-New-contrib-slime-typeout-buffer.patch
Type: application/octet-stream
Size: 4295 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20080831/ec1914bc/attachment.obj>
More information about the slime-devel
mailing list