From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: Is there any document about Emacs implementation (C source code)? Date: Sun, 27 Jan 2008 15:10:31 +0530 Message-ID: References: <18332.3360.487815.29898@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201426854 31987 80.91.229.12 (27 Jan 2008 09:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2008 09:40:54 +0000 (UTC) To: brianjiang@gdnt.com.cn, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 27 10:41:14 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 1JJ40l-0007OQ-GK for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 10:41:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJ40K-0002Q7-Pb for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 04:40:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJ40F-0002PP-Fg for emacs-devel@gnu.org; Sun, 27 Jan 2008 04:40:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJ40B-0002NG-Ko for emacs-devel@gnu.org; Sun, 27 Jan 2008 04:40:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJ40B-0002N6-Cu for emacs-devel@gnu.org; Sun, 27 Jan 2008 04:40:35 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJ409-0001r6-Vr for emacs-devel@gnu.org; Sun, 27 Jan 2008 04:40:35 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2938217wah.10 for ; Sun, 27 Jan 2008 01:40:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Bbe2pjhO+MqU2aFKlr/TG79oUk1f0OEuqtqVhnig3C0=; b=ptaUUoz0DvJD4QsnqiAPKosMIXGYWK5Yt5ZbaVbndxXDBcWMU5gsF6kb8e98CyvXH0YfY2rraF11j2SqSzduuk7nrZKiDIbEv4yG4cunBj1cZavdvlRBP1LaPds0wML5sifuBbqMGOCdBT/Rh9ZjjR8FoJlW+crKa6hBIN9uIOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=vCs6qRTrVPMNBoK0aoCTXdfO8EiyG0AUH9t5xWZ7AENPbbaohyzMytt9lKElvRNd1/PCkf0RdAIrFVltG+ckmkxyz/5nyuTAxsIkqaQeUhDmnc/VbVUQJCWaK2YPwYmzsa+GzzONnud0ZVboHXmREEWnvLecoED5RRA3Vg+zkA8= Original-Received: by 10.114.77.1 with SMTP id z1mr2498001waa.56.1201426831823; Sun, 27 Jan 2008 01:40:31 -0800 (PST) Original-Received: by 10.115.73.6 with HTTP; Sun, 27 Jan 2008 01:40:31 -0800 (PST) In-Reply-To: Content-Disposition: inline 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:87632 Archived-At: Yes, the source code. I go through the same problem everytime i muster enough courage to implement something in emacs. A book on crafting an editor has lot of references to emacs but does not give you the guts of emacs. There is however an Xemacs internals which might have a lot in common to emacs, not sure though (written by Ben Wing) -dky On 1/27/08, brianjiang@gdnt.com.cn wrote: > Hi, > > I'd like to do some studying of Emacs C source code? I wonder if there > are any existing introduction documents about the Emacs internal > implementation? > > Thanks, > Brian > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel > -- Sent from Gmail for mobile | mobile.google.com Contents reflect my personal views only!