Mercurial > emacs
changeset 79906:dbb6bb5288bf
** Make longlines-mode wrap lines based on screen position instead
of character position, so that variable-width fonts can be handled
properly.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 22 Jan 2008 15:43:44 +0000 |
parents | de27c7b1b268 |
children | b1054d4fe6c7 5d58981e6690 |
files | etc/TODO |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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