diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-01-22 15:43:44 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-01-22 15:43:44 +0000 |
commit | 74676ce76d4f01aae7c1da29494c8a5ff0e62668 (patch) | |
tree | 8fb8665e6f6e8aa5a770df4b15a33f20aacadbb1 | |
parent | 3934928475da8aa0300ba939002705023b00b079 (diff) | |
download | emacs-74676ce76d4f01aae7c1da29494c8a5ff0e62668.tar.gz |
** Make longlines-mode wrap lines based on screen position instead
of character position, so that variable-width fonts can be handled
properly.
-rw-r--r-- | etc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -175,6 +175,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. + ** 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 |