From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Accelerating Emacs? Date: Mon, 28 Nov 2005 07:21:15 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1133155316 5855 80.91.229.2 (28 Nov 2005 05:21:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 05:21:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 28 06:21:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EgbSE-0003TF-9A for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2005 06:21:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgbSD-0003vG-M0 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2005 00:21:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EgbS1-0003v3-Rg for help-gnu-emacs@gnu.org; Mon, 28 Nov 2005 00:21:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EgbS0-0003tV-1o for help-gnu-emacs@gnu.org; Mon, 28 Nov 2005 00:21:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgbRz-0003tJ-Sy for help-gnu-emacs@gnu.org; Mon, 28 Nov 2005 00:21:15 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EgbRz-0001Y1-Oa for help-gnu-emacs@gnu.org; Mon, 28 Nov 2005 00:21:16 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-153-192.inter.net.il [80.230.153.192]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id CAT34746 (AUTH halo1); Mon, 28 Nov 2005 07:21:09 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (cstacy@news.dtpq.com) 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:31449 Archived-At: > From: cstacy@news.dtpq.com (Christopher C. Stacy) > Date: Mon, 28 Nov 2005 01:09:36 GMT > > > Primitive operations that are used a lot and need to be > > fast are written in C, not in Lisp. > > Just for the record: the above optimization strategy is an artifact > of this Emacs-Lisp interpreter, not the Lisp language in general. Just for the record: this is gnu.emacs.help, so this Emacs-Lisp interpreter is the only one that matters here.