summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-03-31 13:27:16 -0700
committerCarl Worth <cworth@cworth.org>2010-03-31 13:31:10 -0700
commit357b48d34b9cd32473d39321b1ae460d05f5c7cd (patch)
tree072889adb5269bff0f299ea7be7dca913b3be522
parent4ec5e2a612cfe8c015a48855790f8d76c18127fe (diff)
TODO: Note that '=' should sometimes count from the end of the buffer.
When trying to restore the current position, if the "current" thread no longer appears in the buffer, then '=' moves to the current line instead. When near the end of the buffer, the "current" line should be counted as the number of lines from the end.
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2778604..3fc06e6 100644
--- a/TODO
+++ b/TODO
@@ -33,6 +33,9 @@ has the "muted" tag).
Fix i-search to open up invisible citations as necessary.
+Make '=' count from the end rather than from the beginning if more
+than half-way through the buffer.
+
Emacs saved-search interface
----------------------------
Here's a proposal Carl wrote (id:87einafy4u.fsf@yoom.home.cworth.org):