summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-01-22 15:43:44 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-01-22 15:43:44 +0000
commit645b6388d5bae5304098c1e773694beffc3478e9 (patch)
tree7cb204ad7c891d0b2cf8be4544bb1f7c6839ab70
parentcc8ce247d5c81de71d4d744be86342d729a17c65 (diff)
downloademacs-645b6388d5bae5304098c1e773694beffc3478e9.tar.gz
** Make longlines-mode wrap lines based on screen position instead
of character position, so that variable-width fonts can be handled properly.
-rw-r--r--etc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index ce2dec9861e..8698e5c8001 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -175,6 +175,10 @@ specified filters, specified timers, and specified hooks.
* Other features we would like:
+** Make longlines-mode wrap lines based on screen position instead
+ of character position, so that variable-width fonts can be handled
+ properly.
+
** Remove the default toggling behavior of minor modes when called from elisp
rather than interactively. This a trivial one-liner in easy-mode.el.
** Create a category of errors called `user-error' for errors which are