[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: question about `sit-for' and `C-g'
From: |
Drew Adams |
Subject: |
RE: question about `sit-for' and `C-g' |
Date: |
Fri, 11 May 2012 17:10:47 -0700 |
Let me just add that the doc of none of the functions I mentioned, whether Lisp
or C, mentions anything about handling quitting, the quit character, or C-g.
So if, as it appears to me, C function `read_char' handles C-g directly, this is
not documented for that function nor for any of the multiple functions that call
it, directly or indirectly. This doesn't seem right.