From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: Emacs rewrite in a maintainable language Date: Sun, 11 Oct 2015 15:14:35 -0700 Organization: New Artisans LLC Message-ID: References: <561A19AB.5060001@cumego.com> <87612des3y.fsf@fencepost.gnu.org> <87pp0lrrlo.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444601732 2422 80.91.229.3 (11 Oct 2015 22:15:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2015 22:15:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 12 00:15:12 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZlOtZ-0006n2-O8 for ged-emacs-devel@m.gmane.org; Mon, 12 Oct 2015 00:15:09 +0200 Original-Received: from localhost ([::1]:49948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlOtY-0001Es-TR for ged-emacs-devel@m.gmane.org; Sun, 11 Oct 2015 18:15:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlOtA-0001CZ-41 for emacs-devel@gnu.org; Sun, 11 Oct 2015 18:14:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlOt6-000288-Vv for emacs-devel@gnu.org; Sun, 11 Oct 2015 18:14:44 -0400 Original-Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]:34310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlOt6-00027t-Qc for emacs-devel@gnu.org; Sun, 11 Oct 2015 18:14:40 -0400 Original-Received: by padhy16 with SMTP id hy16so135848894pad.1 for ; Sun, 11 Oct 2015 15:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:in-reply-to:date:organization:message-id :references:user-agent:mail-followup-to:mime-version:content-type; bh=0UU2/rFCRbh84LWcuirSFWW426nAra1v+iilhqEKQXo=; b=rqIypTiIWXDMynx5mtXW9yDaJGvc/2i/YvcB7cxxDgwa+E0oA4USCwyGDQPhrJzAjs h6IQAdMJyyza2GpLnJebg3tsL0JUMDZAjZdmGMc0ZN0lMbyXEffN+sSNS5XTcN99Wxoa 3RVot0vci8hVHpll02Uwn4uQEoBQylutlrjrh68zu5Nk35lrQr8MOgXC4x2kxOONHW92 YzscXS1NF3xng3tUMObvTt77Qpwuho9tcCWKrgbA1CikImy3FdvQxoQzX6KsXZTtz6e1 1S7xta+/7E0kS2pyt/b5hJJSh3EGVliZ6j8UpbK7hnjWx8DFEDxMHh8Kk+piTmOtm8pC 7stQ== X-Received: by 10.66.141.42 with SMTP id rl10mr30646430pab.18.1444601680086; Sun, 11 Oct 2015 15:14:40 -0700 (PDT) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id v6sm14375440pbs.40.2015.10.11.15.14.39 for (version=TLS1 cipher=AES128-SHA bits=128/128); Sun, 11 Oct 2015 15:14:39 -0700 (PDT) Original-Received: by Vulcan.local (Postfix, from userid 501) id A77EAF2BB9ED; Sun, 11 Oct 2015 15:14:38 -0700 (PDT) In-Reply-To: <87pp0lrrlo.fsf@mbork.pl> (Marcin Borkowski's message of "Mon, 12 Oct 2015 00:02:43 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191285 Archived-At: >>>>> Marcin Borkowski writes: > That is, it might be a good idea to move some parts of Emacs core (which are > not system-dependent or performance-critical, e.g., parts of interactive > behavior like `self-insert-command' might fit here) from C to Elisp. If you can identify functions whose efficiency and behavior are not affected by moving them to Elisp, that would be a great idea. John