]> git.cworth.org Git - notmuch/commit
notmuch.el: Un-break the magic space bar to scroll a long, single message.
authorCarl Worth <cworth@cworth.org>
Wed, 4 Nov 2009 21:16:33 +0000 (13:16 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 4 Nov 2009 21:16:33 +0000 (13:16 -0800)
commit1d68e75c21e8e7873277c15bfa896cb3b9f726e9
tree96370d329c513df1f6c9f05a238db795c811b16c
parent9fc6f4e60d6c2bd98d6bd918af9982131c7fb0b1
notmuch.el: Un-break the magic space bar to scroll a long, single message.

Clearly some recent code was very fragile, which I noticed in that the
space bar would no longer scroll a long message if it was the only
message in a thread.

This resulted in a lot of churn, but hopefully things are more robust
now, (for example by using new predicates like
notmuch-show-last-message-p rather than doing heuristics based on
(eobp) or (window-end)).

As usual, the presence of invisible characters complicates the task of
making this stuff robust.
notmuch.el