aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-01-22 15:44:14 +0000
committerChong Yidong2008-01-22 15:44:14 +0000
commit22f9eb9e4f09de5570ba5ede033b0a8f0973a0e9 (patch)
treecf31569978dd296b72e5a7596ec08f03ece5ab59
parent59a431d6ee62d1d30a737eeb0927ab00c7c5ff4b (diff)
downloademacs-22f9eb9e4f09de5570ba5ede033b0a8f0973a0e9.tar.gz
emacs-22f9eb9e4f09de5570ba5ede033b0a8f0973a0e9.zip
** 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/TODO4
1 files changed, 4 insertions, 0 deletions
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.
194 194
195* Other features we would like: 195* Other features we would like:
196 196
197** Make longlines-mode wrap lines based on screen position instead
198 of character position, so that variable-width fonts can be handled
199 properly.
200
197** Allow frames(terminals) created by emacsclient to inherit their environment 201** Allow frames(terminals) created by emacsclient to inherit their environment
198from the emacsclient process. 202from the emacsclient process.
199** Remove the default toggling behavior of minor modes when called from elisp 203** Remove the default toggling behavior of minor modes when called from elisp