]> git.eshelyaron.com Git - emacs.git/commit
* ses.el (ses-goto-print): Use move-to-column rather than
authorJonathan Yavner <jyavner@member.fsf.org>
Thu, 15 May 2008 19:24:57 +0000 (19:24 +0000)
committerJonathan Yavner <jyavner@member.fsf.org>
Thu, 15 May 2008 19:24:57 +0000 (19:24 +0000)
commitc0c30dd15f9f66e5d5422eb9d04d22329187fc20
tree43f79ae3265c0d771869cac401e8d0505561f888
parent370fded4f6cc9c10c776733a1944b1faab84e2bd
* ses.el (ses-goto-print): Use move-to-column rather than
forward-char.
(ses-print-cell): Use string-width, truncate-string-to-width,
delete-region rather than length, substring, delete-char.
(ses-setup): Set inhibit-point-motion-hooks to t.  Calculate
position by actually moving point rather than just using unibyte
character length.
(ses-mode): Set indent-tabs-mode to nil.
(ses-center): Use string-width rather than length.
lisp/ChangeLog
lisp/ses.el