printer of "%.7g" for extreme values like "-1.
234567e+07".
+2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
+
+ * ses.el (ses-initial-column-width): Increase to 14, so it will
+ work well with the default printer of "%.7g" for extreme values
+ like "-1.234567e+07".
+
2004-01-29 Kenichi Handa <handa@m17n.org>
* term/x-win.el (x-selection-value): Optimize for ASCII only case.
:group 'ses
:type '(cons (integer :tag "numrows") (integer :tag "numcols")))
-(defcustom ses-initial-column-width 7
+(defcustom ses-initial-column-width 14
"Initial width of columns in a new spreadsheet."
:group 'ses
:type '(integer :match (lambda (widget value) (> value 0))))