From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: arunmib Newsgroups: gmane.emacs.help Subject: Re: is Emacs completely written in lisp Date: Tue, 20 Nov 2007 08:58:51 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <0b863c61-a1fd-43fe-b160-f257f660d416@c29g2000hsa.googlegroups.com> <5qg0qsFvs4boU1@mid.individual.net> 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 1195582912 1911 80.91.229.12 (20 Nov 2007 18:21:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 18:21:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 20 19:21:58 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IuXjC-0007kP-0D for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2007 19:21:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuXiy-0003cx-1z for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2007 13:21:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s19g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 122.164.254.34 Original-X-Trace: posting.google.com 1195577932 15558 127.0.0.1 (20 Nov 2007 16:58:52 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 20 Nov 2007 16:58:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s19g2000prg.googlegroups.com; posting-host=122.164.254.34; posting-account=_NDkFwoAAADkctvx_AumdL2te5V_IpH2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.6; MEGAUPLOAD 1.0,gzip(gfe),gzip(gfe) Content-Disposition: inline Original-Xref: shelby.stanford.edu gnu.emacs.help:153931 X-Mailman-Approved-At: Tue, 20 Nov 2007 13:19:38 -0500 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:49366 Archived-At: On Nov 20, 5:04 pm, Marc Tfardy wrote: > arunmib schrieb: > > > Hi all, > > Is Emacs completely written in Lisp or is written in combination > > with some other language. What I am trying to ask is the UI and other > > OS dependent stuff (if any, I don't know this thing) is also written > > in Lisp or some other language, like C is also used.... > > C + ELisp > > Marc Out of curiosity, can you tell me how? just a general overview or some place where I can read, how this is done?