From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: redisplay system of emacs Date: Sat, 30 Jan 2010 16:18:04 -0500 Message-ID: References: <27349166.post@talk.nabble.com> <87vdem8gly.fsf@catnip.gol.com> <87k4v1xm4l.fsf@gmail.com> <83sk9prvnd.fsf@gnu.org> <87k4v1vz5f.fsf@gmail.com> <9de1a5ef1001300234l53e241bav649e127ea69ff80e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264886300 30267 80.91.229.12 (30 Jan 2010 21:18:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Jan 2010 21:18:20 +0000 (UTC) Cc: Eli Zaretskii , Paul R , Emacs-devel@gnu.org To: Fabian Ezequiel Gallina Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 30 22:18:15 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NbKhq-000219-9M for ged-emacs-devel@m.gmane.org; Sat, 30 Jan 2010 22:18:14 +0100 Original-Received: from localhost ([127.0.0.1]:51495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbKhp-0006Bp-JR for ged-emacs-devel@m.gmane.org; Sat, 30 Jan 2010 16:18:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbKhk-0006BR-IM for emacs-devel@gnu.org; Sat, 30 Jan 2010 16:18:08 -0500 Original-Received: from [199.232.76.173] (port=42726 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbKhj-0006BF-Pj for Emacs-devel@gnu.org; Sat, 30 Jan 2010 16:18:07 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbKhi-00023Z-D8 for Emacs-devel@gnu.org; Sat, 30 Jan 2010 16:18:07 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:18935 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbKhh-00023E-N0; Sat, 30 Jan 2010 16:18:05 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcFABwxZEtFpaN9/2dsb2JhbACBM9d6hEUEilo X-IronPort-AV: E=Sophos;i="4.49,375,1262581200"; d="scan'208";a="54990698" Original-Received: from 69-165-163-125.dsl.teksavvy.com (HELO ceviche.home) ([69.165.163.125]) by ironport2-out.pppoe.ca with ESMTP; 30 Jan 2010 16:18:04 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id A3059B44C7; Sat, 30 Jan 2010 16:18:04 -0500 (EST) In-Reply-To: <9de1a5ef1001300234l53e241bav649e127ea69ff80e@mail.gmail.com> (Fabian Ezequiel Gallina's message of "Sat, 30 Jan 2010 07:34:17 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120722 Archived-At: > I think Emacs Lisp is a great extension language. It's *very* difficult to make it fast, so it leaves a lot of work on C part of the code. Stefan