]> git.eshelyaron.com Git - emacs.git/commitdiff
** Make longlines-mode wrap lines based on screen position instead
authorChong Yidong <cyd@stupidchicken.com>
Tue, 22 Jan 2008 15:44:14 +0000 (15:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 22 Jan 2008 15:44:14 +0000 (15:44 +0000)
   of character position, so that variable-width fonts can be handled
   properly.

etc/TODO

index 355a65fbde0256c6459103a924dc61f7b3ca7c9d..42f9c4fd3e0f9ff8fabdeda07a493b44aae6689b 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -194,6 +194,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.
+
 ** Allow frames(terminals) created by emacsclient to inherit their environment
 from the emacsclient process.
 ** Remove the default toggling behavior of minor modes when called from elisp