[slime-cvs] CVS update: slime/slime.el
Luke Gorrie
lgorrie at common-lisp.net
Fri Jul 16 17:11:25 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv3105
Modified Files:
slime.el
Log Message:
(slime-typeout-frame-properties): Removed some properties:
`name', because it interacts badly with X properties, `left' and
`top' because they don't put the frame anywhere terribly
convenient, and (width . 40) because it makes the frame narrower
than the usual word-wrapping width.
Date: Fri Jul 16 10:11:25 2004
Author: lgorrie
Index: slime/slime.el
diff -u slime/slime.el:1.365 slime/slime.el:1.366
--- slime/slime.el:1.365 Fri Jul 16 09:38:33 2004
+++ slime/slime.el Fri Jul 16 10:11:25 2004
@@ -3955,8 +3955,7 @@
"The current typeout window.")
(defvar slime-typeout-frame-properties
- '((width . 40) (height . 10) (minibuffer . nil)
- (left . -10) (top . 10) (name . "SLIME Typeout"))
+ '((height . 10) (minibuffer . nil))
"The typeout frame properties (passed to `make-frame').")
(defun slime-typeout-active-p ()
More information about the slime-cvs
mailing list