From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "jronald" Newsgroups: gmane.emacs.help Subject: Very basic questions. Date: Sat, 16 Sep 2006 03:07:18 +0800 Organization: Bentium Ltd. (CN99) Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1158349249 27693 80.91.229.2 (15 Sep 2006 19:40:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Sep 2006 19:40:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 15 21:40:48 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GOJY6-0005lP-Sx for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Sep 2006 21:40:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOJY6-00038X-GE for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Sep 2006 15:40:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 58.34.190.132 Original-X-Trace: news.yaako.com 1158347238 13372 58.34.190.132 (15 Sep 2006 19:07:18 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Fri, 15 Sep 2006 19:07:18 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Original-Xref: shelby.stanford.edu gnu.emacs.help:141772 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37396 Archived-At: How does .el run? Is it an explanation language or a compilation one? I know little about how explanation language works. Take "require" for example. How does it know where the feature list is? Or, how does feature list make itself to be found by functions? Maybe the problem is what is the memory model about elisp.