From: Chong Yidong Date: Tue, 22 Jan 2008 15:44:14 +0000 (+0000) Subject: ** Make longlines-mode wrap lines based on screen position instead X-Git-Tag: emacs-pretest-23.0.90~8462 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22f9eb9e4f09de5570ba5ede033b0a8f0973a0e9;p=emacs.git ** Make longlines-mode wrap lines based on screen position instead of character position, so that variable-width fonts can be handled properly. --- diff --git a/etc/TODO b/etc/TODO index 355a65fbde0..42f9c4fd3e0 100644 --- 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