emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/TODO


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/etc/TODO
Date: Fri, 27 Jan 2006 22:58:12 +0000

Index: emacs/etc/TODO
diff -u emacs/etc/TODO:1.112 emacs/etc/TODO:1.113
--- emacs/etc/TODO:1.112        Fri Jan 27 22:36:38 2006
+++ emacs/etc/TODO      Fri Jan 27 22:58:12 2006
@@ -444,6 +444,13 @@
    For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
    haskell-mode, tuareg-mode, ...
 
+** Make SYNC_INPUT the default.
+   All loops using immediate_quit need to be checked to ensure that
+   C-g can interrupt them, in case of an infinite loop.  Once we
+   switch to using SYNC_INPUT, we can remove the BLOCK_INPUTs in the
+   allocation functions (allocate_string etc.) without worrying about
+   data munging.
+
 * Other known bugs:
 
 ** a two-char comment-starter whose two chars are symbol constituents will




reply via email to

[Prev in Thread] Current Thread [Next in Thread]