[slime-devel] Re: indent and autocomplete

Luke Gorrie luke at bluetail.com
Fri Jul 16 17:17:17 UTC 2004


Eric Blood <eblood at winkywooster.org> writes:

> Also, I have added more default options for the typeout
> frame--specifically it now has a default width, and moves the typeout
> frame to the upper right.

[...]

>  (defvar slime-typeout-frame-properties
> -  '((height . 16) (minibuffer . nil) (name . "SLIME Typeout"))
> +  '((width . 40) (height . 10) (minibuffer . nil)
> +    (left . -10) (top . 10) (name . "SLIME Typeout"))
>    "The typeout frame properties (passed to `make-frame').")

I just rolled these back: the `name' was interacting badly with X
properties (didn't pickup my Emacs background colour), the width is
narrower than Lisp what will be formatting messages for, and the frame
position seemed like somewhere that'd be in the way and require manual
window-moving anyhow.

Just defaults of course.

-Luke





More information about the slime-devel mailing list