From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Freddy Chik" Newsgroups: gmane.emacs.devel Subject: Re: Documentation for the code Date: Sat, 29 Jun 2002 09:05:52 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <004901c21f6d$b2bfb640$a3ac4bd8@freddy> References: <001001c21f67$4b2f9fa0$a3ac4bd8@freddy> <20020629123158.GA333@xyz> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1025355419 2150 127.0.0.1 (29 Jun 2002 12:56:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 29 Jun 2002 12:56:59 +0000 (UTC) Cc: Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17OHmd-0000YZ-00 for ; Sat, 29 Jun 2002 14:56:59 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17OHqC-0004sH-00 for ; Sat, 29 Jun 2002 15:00:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17OHmp-0002vw-00; Sat, 29 Jun 2002 08:57:11 -0400 Original-Received: from blanch.math.uwaterloo.ca ([129.97.204.29]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17OHl6-0002qa-00 for ; Sat, 29 Jun 2002 08:55:24 -0400 Original-Received: from freddy (172-163.SPEEDe.golden.net [216.75.172.163]) by blanch.math.uwaterloo.ca (8.9.3/8.9.3) with SMTP id IAA15388; Sat, 29 Jun 2002 08:54:05 -0400 (EDT) Original-To: "Paul Stoeber" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5261 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5261 I hope to change some data structure used by emacs, so I will probably be looking into changing to code in src right? (rather than trying to write Lisp function?) are there any extra doc on the c code other than the embedded comments? Yu Fai Freddy Chik 4A Computer Science / Combinatorics and Optimization University of Waterloo Waterloo, ON ------------------------------------------------------------ -- Computer Science is the study of algorithmic processes -- -- that limit the amount of time one has to perform daily -- ----- activities such as sleeping, eating, exercising, ----- ---- bathing, dating and improving ones social skills. ----- ------------------------------------------------------------ ----- Original Message ----- From: "Paul Stoeber" To: "Freddy Chik" Cc: Sent: Saturday, June 29, 2002 8:31 AM Subject: Re: Documentation for the code > http://www.gnu.org/manual/emacs-lisp-intro/emacs-lisp-intro.html > http://www.gnu.org/manual/elisp-manual-21-2.8/elisp.html > > Any more? > > On Sat, Jun 29, 2002 at 08:20:02AM -0400, Freddy Chik wrote: > > I am a newbie to emacs dev and I have trouble trying to find > > the documentation (to see the overall design and stuff), things > > in the info dir sounds more like user manuals than code > > documentation. Can anyone give me a pointer on where to > > start? thx a million