[slime-devel] created function echo-area-width
Greg Pfeil
greg at technomadic.org
Fri Aug 15 01:20:55 UTC 2008
I’ve been playing around with having the minibuffer in its own frame
that spans the width of my display, but I noticed the slime one-liners
were still being truncated to the width of a normal frame. This change
uses the width of the minibuffer window that's associated with the
current frame (since it is not necessarily the same width as the
current frame).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: echo-area-width.diff
Type: application/octet-stream
Size: 1451 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20080814/11d9fe40/attachment.obj>
-------------- next part --------------
Also, I noticed this was a little weird, but haven't looked into it
yet. This is what's offered as the arglist for with-open-file on a
relatively-recent CCL:
(with-open-file (var &key direction element-type if-exists if-does-
not-exist external-format class sharing basic) &body body)
It seems to be missing the all-important filespec parameter.
More information about the slime-devel
mailing list