From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: read eamcs source code Date: Thu, 01 Jan 2009 00:47:00 +0900 Message-ID: <87vdt0qrd7.fsf@xemacs.org> References: <495AFDA7.4030000@19lou.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1230738268 1490 80.91.229.12 (31 Dec 2008 15:44:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2008 15:44:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: zyk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 31 16:45:34 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 1LI3GH-0000JO-84 for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2008 16:45:33 +0100 Original-Received: from localhost ([127.0.0.1]:59489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LI3F3-0008ME-DK for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2008 10:44:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LI3Ez-0008Lq-4R for emacs-devel@gnu.org; Wed, 31 Dec 2008 10:44:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LI3Ex-0008KV-Lc for emacs-devel@gnu.org; Wed, 31 Dec 2008 10:44:12 -0500 Original-Received: from [199.232.76.173] (port=49684 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LI3Ex-0008KF-G6 for emacs-devel@gnu.org; Wed, 31 Dec 2008 10:44:11 -0500 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:52971) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LI3Ex-0003lc-1L for emacs-devel@gnu.org; Wed, 31 Dec 2008 10:44:11 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id D09C8820D; Thu, 1 Jan 2009 00:44:09 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id C9E2311F559; Thu, 1 Jan 2009 00:47:00 +0900 (JST) In-Reply-To: <495AFDA7.4030000@19lou.com> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta28) "fuki" 83e35df20028+ XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:107463 Archived-At: zyk writes: > So far , i looked at some code in emacs.c alloc.c keyboard.c etc , > but i really find it hard to move without someone's instruction or > explain . So i got in here , i don't mean to ask questions directly > in here, but to see if there is someone with a willing of > meaningful instructions or "compass" . Any ideas ? Thanks . http://www.xemacs.org/Documentation/21.5/html/internals.html Wrong Emacs, much of the implementation differs, but most of the basic concepts are very similar. AFAIK nothing like it exists for GNU Emacs. YMMV.