From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Is there an emacs c code document ? Date: Mon, 07 Apr 2008 22:14:59 +0300 Message-ID: References: <47F9AA8D.7000905@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1207595844 1556 80.91.229.12 (7 Apr 2008 19:17:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 19:17:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Kyle M. Lee" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 07 21:17:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jiwqg-0002uh-IT for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 21:17:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jiwq3-0005zk-6I for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 15:17:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jiwov-0005aR-Up for emacs-devel@gnu.org; Mon, 07 Apr 2008 15:15:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jiwot-0005WR-DM for emacs-devel@gnu.org; Mon, 07 Apr 2008 15:15:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jiwot-0005WH-9b for emacs-devel@gnu.org; Mon, 07 Apr 2008 15:15:55 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jiwot-0006Aw-4Z for emacs-devel@gnu.org; Mon, 07 Apr 2008 15:15:55 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.253.114]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0JYY000BZY0IOM20@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Mon, 07 Apr 2008 21:57:55 +0300 (IDT) In-reply-to: <47F9AA8D.7000905@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94611 Archived-At: > Date: Mon, 07 Apr 2008 13:01:01 +0800 > From: "Kyle M. Lee" > > I am very interested in emacs internal implementation, especially the c > code. And I have gotten the cvs emacs 23 code. I googled with "emacs > internal", found nothing valuable. So I asked this question, are there > some nice documents or guide about the emacs internal implementation ? In addition to all the good advice others gave you, I'd like to mention the node "GNU Emacs Internals" in the ELisp manual. While it doesn't really describe the C code, it does give you some good background about how the fundamental Emacs objects work.