From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.bugs Subject: Re: color-gray-p Date: Sun, 22 Aug 2004 13:10:14 -0500 (CDT) Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200408221810.i7MIAEu07678@raven.dms.auburn.edu> References: <200408221636.i7MGah907488@raven.dms.auburn.edu> <200408221702.i7MH2qML061174@grant.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093198281 26784 80.91.224.253 (22 Aug 2004 18:11:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Aug 2004 18:11:21 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, gnu-emacs-hacker@jovi.net Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Aug 22 20:11:15 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BywoF-0003bD-00 for ; Sun, 22 Aug 2004 20:11:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bywse-0003Yf-Rr for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Aug 2004 14:15:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bywsc-0003YZ-FN for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 14:15:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bywsa-0003YM-Ri for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 14:15:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bywsa-0003YJ-P6 for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 14:15:44 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bywni-00027q-Tg for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 14:10:43 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i7MIAguE018816; Sun, 22 Aug 2004 13:10:42 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i7MIAEu07678; Sun, 22 Aug 2004 13:10:14 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: Devon@jovi.net In-reply-to: <200408221702.i7MH2qML061174@grant.org> (Devon@jovi.net) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8777 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8777 Devon Sean McCullough wrote: PS: What about CHECK_* and other mysteries? Has anyone written this down or must I go to a certain tavern and buy RMS a beer to learn such arcana? As far as I know, the only documentation about the Emacs C code is contained in Info node `(elisp)GNU Emacs Internals' or Appendix E, GNU Emacs Internals, in the hardcopy Elisp manual. This is _not at all_ a comprehensive documentation. As far as I know, to learn the Emacs C code, you essentially have to struggle through the source code. In as far as the second argument to the CHECK_* functions is concerned, it seems to have been removed in current CVS. It definitely has been removed for CHECK_FRAME. Sincerely, Luc.