Mercurial > emacs
diff README.multi-tty @ 83460:dbd791ef90a1
Eliminate wrong_kboard_jmpbuf.
* src/keyboard.c (read_char, read_char_minibuf_menu_prompt)
(read_key_sequence, read_filtered_event): Eliminate wrong_kboard_jmpbuf.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-500
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Sun, 29 Jan 2006 00:17:11 +0000 |
| parents | 845a93c68e9a |
| children | 3ec9cf0f2305 |
line wrap: on
line diff
--- a/README.multi-tty Sat Jan 28 22:46:08 2006 +0000 +++ b/README.multi-tty Sun Jan 29 00:17:11 2006 +0000 @@ -404,10 +404,6 @@ ** Understand how `quit_throw_to_read_char' works, and fix any bugs that come to light. -** Replace wrong_kboard_jmpbuf with a special return value of - read_char. It is absurd that we use setjmp/longjmp just to return - to the immediate caller. - ** See if getcjmp can be eliminated somehow. Why does Emacs allow asynchronous input processing while it's reading input anyway? @@ -1452,6 +1448,11 @@ `getcjmp' when Emacs was waiting for input when the C-g event arrived.) +-- Replace wrong_kboard_jmpbuf with a special return value of + read_char. It is absurd that we use setjmp/longjmp just to return + to the immediate caller. + + (Done in patch-500.) ;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d
