# HG changeset patch # User Chong Yidong # Date 1201016624 0 # Node ID dbb6bb5288bfa796df11f0b1fc1cb293b7f36544 # Parent de27c7b1b2687ab3c752ad9004e490e1c9ad2484 ** Make longlines-mode wrap lines based on screen position instead of character position, so that variable-width fonts can be handled properly. diff -r de27c7b1b268 -r dbb6bb5288bf etc/TODO --- a/etc/TODO Tue Jan 22 15:36:05 2008 +0000 +++ b/etc/TODO Tue Jan 22 15:43:44 2008 +0000 @@ -175,6 +175,10 @@ * 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