Mercurial > emacs
changeset 68433:9855f34ed7fb
* TODO: Make SYNC_INPUT the default.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 27 Jan 2006 22:58:12 +0000 |
parents | 67f979cda725 |
children | 2ada53380bd3 |
files | etc/ChangeLog etc/TODO |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Fri Jan 27 22:52:20 2006 +0000 +++ b/etc/ChangeLog Fri Jan 27 22:58:12 2006 +0000 @@ -1,3 +1,7 @@ +2006-01-27 Chong Yidong <cyd@stupidchicken.com> + + * TODO: Make SYNC_INPUT the default. + 2006-01-25 Nick Roberts <nickrob@snap.net.nz> * images/gud/pstar.xpm: Make background transparent.
--- a/etc/TODO Fri Jan 27 22:52:20 2006 +0000 +++ b/etc/TODO Fri Jan 27 22:58:12 2006 +0000 @@ -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