From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: question about `sit-for' and `C-g' Date: Fri, 11 May 2012 17:10:47 -0700 Message-ID: References: <5748F9CC12384B5BB267D14496E2D51E@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336781465 4974 80.91.229.3 (12 May 2012 00:11:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 May 2012 00:11:05 +0000 (UTC) Cc: 'Christopher Schmidt' To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 12 02:11:04 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SSzvL-0003qc-4e for ged-emacs-devel@m.gmane.org; Sat, 12 May 2012 02:11:03 +0200 Original-Received: from localhost ([::1]:59702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSzvK-0006ra-F2 for ged-emacs-devel@m.gmane.org; Fri, 11 May 2012 20:11:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSzvH-0006rR-Aj for emacs-devel@gnu.org; Fri, 11 May 2012 20:11:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSzvF-00060f-NQ for emacs-devel@gnu.org; Fri, 11 May 2012 20:10:58 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:26421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSzvF-00060Z-HG for emacs-devel@gnu.org; Fri, 11 May 2012 20:10:57 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q4C0ArhW028429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 12 May 2012 00:10:54 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q4C0ArZT021823 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 12 May 2012 00:10:53 GMT Original-Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q4C0Aqa9000727; Fri, 11 May 2012 19:10:53 -0500 Original-Received: from dradamslap1 (/10.159.217.132) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 11 May 2012 17:10:52 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <5748F9CC12384B5BB267D14496E2D51E@us.oracle.com> Thread-Index: Ac0vx/QGCsU0wCbrTcWkHNS+05g2iQAC0ZPw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150451 Archived-At: 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.