Mercurial > emacs
changeset 87902:2080d155f7aa
** 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:44:14 +0000 |
parents | b394429bd805 |
children | 5d58981e6690 |
files | etc/TODO |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Tue Jan 22 15:38:49 2008 +0000 +++ b/etc/TODO Tue Jan 22 15:44:14 2008 +0000 @@ -194,6 +194,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. + ** 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