[mcclim-cvs] CVS mcclim/Drei
rstrandh
rstrandh at common-lisp.net
Mon Dec 10 05:27:46 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv19615
Modified Files:
views.lisp
Log Message:
Changed the :initarg of the %tab-space-count slot from nil to 8, which
makes tab-width systematically computed as 8 times the space width.
This is probably a temporary fix, but it makes Drei behave more like
Emacs in the presence of TABs.
--- /project/mcclim/cvsroot/mcclim/Drei/views.lisp 2007/12/08 08:53:49 1.1
+++ /project/mcclim/cvsroot/mcclim/Drei/views.lisp 2007/12/10 05:27:46 1.2
@@ -47,7 +47,7 @@
"If non-NIL, use tabs when indenting lines. Otherwise, use spaces.")
(defclass tabify-mixin ()
- ((%tab-space-count :initform nil
+ ((%tab-space-count :initform 8
:accessor tab-space-count
:initarg :tab-space-count)
;; We save the old values for performance. Doesn't take text-style
More information about the Mcclim-cvs
mailing list