]> git.notmuchmail.org Git - notmuch/commit
Workaround for Emacs bug #8721.
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sat, 28 May 2011 01:29:17 +0000 (05:29 +0400)
committerCarl Worth <cworth@cworth.org>
Wed, 15 Jun 2011 14:07:32 +0000 (07:07 -0700)
commit974faa22b5dfa0204b568b9a2b37821cbac0967c
treeb191261d29f06ff3bea9d1d0198ea9ee4884b987
parent59b251ef940609dac7e17528065a39544463e0b4
Workaround for Emacs bug #8721.

The emacs bug is that isearch cannot search through invisible text
when the 'invisible' property is a list.

The patch adds `notmuch-isearch-range-invisible' function which
is the same as `isearch-range-invisible' but with fixed Emacs bug
 #8721.  Advice added for `isearch-range-invisible' which calls
`notmuch-isearch-range-invisible' instead of the original
`isearch-range-invisible' when in `notmuch-show-mode'.
emacs/notmuch-wash.el