comparison etc/TODO @ 68433:9855f34ed7fb

* TODO: Make SYNC_INPUT the default.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 27 Jan 2006 22:58:12 +0000
parents 230cf40c6928
children 73bc127375e9 9b150bc96d33 7432ca837c8d
comparison
equal deleted inserted replaced
68432:67f979cda725 68433:9855f34ed7fb
442 offered by major modes that offer an associated inferior 442 offered by major modes that offer an associated inferior
443 comint-derived mode. I.e. basically make cmuscheme.el/inf-lisp.el generic. 443 comint-derived mode. I.e. basically make cmuscheme.el/inf-lisp.el generic.
444 For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode, 444 For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
445 haskell-mode, tuareg-mode, ... 445 haskell-mode, tuareg-mode, ...
446 446
447 ** Make SYNC_INPUT the default.
448 All loops using immediate_quit need to be checked to ensure that
449 C-g can interrupt them, in case of an infinite loop. Once we
450 switch to using SYNC_INPUT, we can remove the BLOCK_INPUTs in the
451 allocation functions (allocate_string etc.) without worrying about
452 data munging.
453
447 * Other known bugs: 454 * Other known bugs:
448 455
449 ** a two-char comment-starter whose two chars are symbol constituents will 456 ** a two-char comment-starter whose two chars are symbol constituents will
450 not be noticed if it appears within a word. 457 not be noticed if it appears within a word.
451 458