From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Kyle M. Lee" Newsgroups: gmane.emacs.devel Subject: Re: Is there an emacs c code document ? Date: Tue, 08 Apr 2008 09:50:14 +0800 Message-ID: <47FACF56.20807@gmail.com> References: <47F9AA8D.7000905@gmail.com> <87myo6dovy.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1207619439 6142 80.91.229.12 (8 Apr 2008 01:50:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2008 01:50:39 +0000 (UTC) Cc: "Stephen J. Turnbull" , emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 08 03:51:10 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 1Jj2zL-00035c-5W for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2008 03:51:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jj2yi-0007N5-1b for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 21:50:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jj2yd-0007Mg-4D for emacs-devel@gnu.org; Mon, 07 Apr 2008 21:50:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jj2yb-0007MU-5r for emacs-devel@gnu.org; Mon, 07 Apr 2008 21:50:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jj2yb-0007MR-0x for emacs-devel@gnu.org; Mon, 07 Apr 2008 21:50:21 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jj2ya-0006Yr-LM for emacs-devel@gnu.org; Mon, 07 Apr 2008 21:50:20 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 57so1754439wri.12 for ; Mon, 07 Apr 2008 18:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=Vx5fLlN8+me4Ydf0GOfqucxzZHSz7MFZnufcN/WtsnE=; b=QgCgEA74bhRBIVODK/n7bbgq4I7j8oRzy/WY8e6lHKuNJ262qEXxZ7WhhsCqdBXETF9qektQufwRM1b3xTY0dy5DeUsCvT/Anm68BryVNZ8/ZWHHw6olEEROYovlWYoUiOasqCpSerpv3AYBI1/fPArhfN3FkZlF/mYVdjsib1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=NmAM4l0LSfKf+TPz7ZF3Cv15BtyBXUBh1onnMbzDMJZanIbYqpkSmaZB8vtLuGDtIdZ+rN7cqRzK8QoDhhYL279bfhWssRW8XlOSaxXyXJ85jlAWF00x+7ZkjPbrBbZM2dbYaApCzv+QNCUHSSzBopHXc/lpbv0uUzaJCoemLiI= Original-Received: by 10.114.110.1 with SMTP id i1mr6801622wac.112.1207619418711; Mon, 07 Apr 2008 18:50:18 -0700 (PDT) Original-Received: from ?127.0.0.1? ( [121.15.37.134]) by mx.google.com with ESMTPS id m27sm15618347pof.1.2008.04.07.18.50.15 (version=SSLv3 cipher=RC4-MD5); Mon, 07 Apr 2008 18:50:18 -0700 (PDT) User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: X-Enigmail-Version: 0.95.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:94657 Archived-At: Stefan Monnier 写道: > There is also the "the craft of text editing" book > (http://www.finseth.com/craft/), which is very old and doesn't describe > Emacs's code, but can still be relevant in giving an idea of the > general organization. > Nice book. I will read it and the XEmacs Internal document that Stephen gave. Thanks. > And if you have detailed questions, this mailing list may answer them, > of course. :) Thanks in advance.