From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.help Subject: Re: Where can I find some documents about the architecture of emacs? Date: Tue, 25 Aug 2015 17:15:25 +0200 Message-ID: References: <20150824151757.GA8023@debian> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1440515842 4023 80.91.229.3 (25 Aug 2015 15:17:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2015 15:17:22 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Navy Cheng Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 25 17:17:21 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 1ZUFyI-0005iO-1p for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Aug 2015 17:17:10 +0200 Original-Received: from localhost ([::1]:60839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFyH-0002YC-B3 for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Aug 2015 11:17:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFwe-0000pU-FC for help-gnu-emacs@gnu.org; Tue, 25 Aug 2015 11:15:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUFwd-0002nR-C9 for help-gnu-emacs@gnu.org; Tue, 25 Aug 2015 11:15:28 -0400 Original-Received: from mail-io0-x236.google.com ([2607:f8b0:4001:c06::236]:34025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFwd-0002mm-6R for help-gnu-emacs@gnu.org; Tue, 25 Aug 2015 11:15:27 -0400 Original-Received: by iodb91 with SMTP id b91so189490699iod.1 for ; Tue, 25 Aug 2015 08:15:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Mkx7KeyhPF1km34uHweC066s3OzAOVjg3tUPqyRE0dc=; b=tzpgnKyY9IUr2EXuWHIjS51bVGKeJjamOZfgiRnWsH307EX9UnhzeA50JSfB4kKxy7 tPa0hRbgiTyrlJZC07s4vtL0WdmzOUpP3PA/wRk4kpM8+x5QMziCBjwGGqtoi3WmEDxJ be+OwiaxB++B0iyb4KXagHJpxEOOtDyLfeBQbdr/el+sUhBqVwAQBC0gSdP1akXlXZ3y asSkWdPkPU/Fdyllub9JMswtEet7aN9D+pbJsG02GZjX0fBxhTTY/kCYXPRLv5dcUfhG V2DQhP2wOr1BKdPk/yBcg76n27aCioIko1EA0/qYM2rAZmvodQEDqcO/2wRGhRBy0VMF 63dg== X-Received: by 10.107.136.148 with SMTP id s20mr22714310ioi.135.1440515726020; Tue, 25 Aug 2015 08:15:26 -0700 (PDT) Original-Received: by 10.36.146.193 with HTTP; Tue, 25 Aug 2015 08:15:25 -0700 (PDT) In-Reply-To: <20150824151757.GA8023@debian> X-Google-Sender-Auth: 66-JScqh05CRiKZbA8dyriL_WB0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c06::236 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:106834 Archived-At: On Mon, Aug 24, 2015 at 5:17 PM, Navy Cheng wrote: > 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? http://www.emacswiki.org/emacs/HackerGuide Feel free to contribute!