TODO: Clarify note about changing the way the emacs '*' command works.

Additional detail is available in this mail message:

	id:8739itagad.fsf@yoom.home.cworth.org
This commit is contained in:
Carl Worth 2011-06-28 12:49:31 -07:00
parent e0f8d4c7ab
commit 6b17da10e4

4
TODO
View file

@ -15,7 +15,9 @@ result.) This may require removing the outer array from the current
"notmuch search --format=json" results.
Fix '*' to work by simply calling '+' or '-' on a region consisting of
the entire buffer.
the entire buffer, (this would avoid one race condition---while still
leaving other race conditions---but could also potentially make '*' a
very expensive operation).
Add a global keybinding table for notmuch, and then view-specific
tables that add to it.