From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Navy Cheng Newsgroups: gmane.emacs.help Subject: Where can I find some documents about the architecture of emacs? Date: Mon, 24 Aug 2015 23:17:57 +0800 Message-ID: <20150824151757.GA8023@debian> Reply-To: Navy Cheng NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1440431683 17489 80.91.229.3 (24 Aug 2015 15:54:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Aug 2015 15:54:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 24 17:54:36 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZTu4y-0007pR-0V for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Aug 2015 17:54:36 +0200 Original-Received: from localhost ([::1]:54089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTu4x-0008TA-HN for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Aug 2015 11:54:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTtXo-0004DY-GB for help-gnu-emacs@gnu.org; Mon, 24 Aug 2015 11:20:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTtVd-0005Aw-Q3 for help-gnu-emacs@gnu.org; Mon, 24 Aug 2015 11:18:11 -0400 Original-Received: from m15-114.126.com ([220.181.15.114]:53344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTtVc-00059I-TX for help-gnu-emacs@gnu.org; Mon, 24 Aug 2015 11:18:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version; bh=aG/Ty kBgoDp90/lFF+JpF6JHoBfLA+Flfsb75GNTFVw=; b=Q8MA54F1kV7P4EIJqzxyj o6yuSsYrAhUcNwSxj5Vtaj0hjdAK2BI7IHSnWlLsdhh/U1Bhp9QiU7KCoxIViYxc 502MC65Niu9yS/OI6ZepGsJ1Mc0Ocdubuk/vUxuBzXuYkX1prClqEfTOR8XtWHgv UOk85AICOW3xpg/zmGUrFw= Original-Received: from localhost (unknown [220.248.61.196]) by smtp7 (Coremail) with SMTP id DsmowAB3XUqmNdtVAOZjAQ--.8526S3; Mon, 24 Aug 2015 23:18:00 +0800 (CST) Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-CM-TRANSID: DsmowAB3XUqmNdtVAOZjAQ--.8526S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUxMKuUUUUU X-Originating-IP: [220.248.61.196] X-CM-SenderInfo: 5qdy5ubk6rjloofrz/1tbi0A1gDVUJS4S52gACsC X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 220.181.15.114 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106794 Archived-At: Hi, I want to learn something about the desgin of emacs and want to find the elisp interpretor part of emacs. Now, I know the C part is in ./src, but I don't know which file/files is about the interpretor. I find that many of the documents in the source tree is about *how to use emacs* other than *the architecture of emacs*. Is there any docs I want?