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: Fri, 28 Oct 2005 10:25:47 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1130493238 29038 80.91.229.2 (28 Oct 2005 09:53:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 09:53:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 28 11:53:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVQvY-00015C-HU for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Oct 2005 11:53:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVQta-0005So-Mf for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Oct 2005 05:51:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVPYe-0000yO-L1 for help-gnu-emacs@gnu.org; Fri, 28 Oct 2005 04:25:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVPYa-0000xp-If for help-gnu-emacs@gnu.org; Fri, 28 Oct 2005 04:25:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVPYW-0000xd-NI for help-gnu-emacs@gnu.org; Fri, 28 Oct 2005 04:25:44 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVPYW-0001Pi-JM for help-gnu-emacs@gnu.org; Fri, 28 Oct 2005 04:25:44 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-10-131.inter.net.il [80.230.10.131]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BUH13148 (AUTH halo1); Fri, 28 Oct 2005 10:25:42 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (herberteuler@hotmail.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:30646 Archived-At: > From: "Herbert Euler" > Date: Fri, 28 Oct 2005 10:25:41 +0800 > > Emacs is undoubtly the most powerful editor because of > its architecture, Elisp causes lots of problems solvable within > Emacs. But Emacs seems to be a bit slower for the same > reason. Primitive operations that are used a lot and need to be fast are written in C, not in Lisp. FWIW, on a reasonably fast machine, I find Emacs reasonably fast for day-to-day operation.