]> git.eshelyaron.com Git - emacs.git/commit
Quick temporary hack to fix curcell refreshing.
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Wed, 30 Dec 2015 10:57:29 +0000 (11:57 +0100)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Wed, 30 Dec 2015 16:41:03 +0000 (17:41 +0100)
commite8702794d46ae032803bf54ffbd71ebde215179c
tree5dd457ad25e5fd1e6a08d64c32400921b6816935
parent36a0feb2971e6088cebb4a2fdc65862d395081ea
Quick temporary hack to fix curcell refreshing.

The problem was caused by change: 2015-04-13 Deprecate `intangible'
and `point-entered' properties. The problem is that this change has
removed the (setq ses--curcell t) setting in the ses-command-hook
function.

* ses.el (ses-check-curcell): replace `(eq ses--curcell t)' by just `t' as
a condition to call function `ses-set-curcell'. Comment this as a quick
temporary hack to make it work, as I don't know yet whether a definite
correction would be to make the ses-set-curcell at every ses-check-curcell,
or to revert to the previous approach, ie marking ses--curcell as out-of-date
at every potentially cursor motion command.
lisp/ses.el