From 7cef62284f72f10aac6d0c2d40dbbd96ff9b7b75 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 27 Jan 2006 22:58:12 +0000 Subject: [PATCH] * TODO: Make SYNC_INPUT the default. --- etc/ChangeLog | 4 ++++ etc/TODO | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index 4ad9924bcc0..e3ee6b34939 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-27 Chong Yidong + + * TODO: Make SYNC_INPUT the default. + 2006-01-25 Nick Roberts * images/gud/pstar.xpm: Make background transparent. diff --git a/etc/TODO b/etc/TODO index 8e27bf98c94..b33ff983fed 100644 --- a/etc/TODO +++ b/etc/TODO @@ -444,6 +444,13 @@ when the body only calls primitives. 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 -- 2.39.2