From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: (aset UNIBYTE-STRING MULTIBYTE-CHAR) Date: Thu, 14 Feb 2008 13:10:59 -0500 Message-ID: References: <871w7g91dz.fsf@uwakimon.sk.tsukuba.ac.jp> <874pcctqtm.fsf@catnip.gol.com> <87r6fg735c.fsf@uwakimon.sk.tsukuba.ac.jp> <87odakqqtn.fsf@catnip.gol.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203012719 3919 80.91.229.12 (14 Feb 2008 18:11:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 18:11:59 +0000 (UTC) Cc: stephen@xemacs.org, handa@ni.aist.go.jp, emacs-devel@gnu.org, miles@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 19:12:22 2008 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.50) id 1JPiZB-0007Lq-KT for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 19:12:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPiYh-00025R-Lt for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 13:11:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPiY1-0001jR-7t for emacs-devel@gnu.org; Thu, 14 Feb 2008 13:11:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPiY0-0001id-3Q for emacs-devel@gnu.org; Thu, 14 Feb 2008 13:11:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPiXz-0001iY-UD for emacs-devel@gnu.org; Thu, 14 Feb 2008 13:10:59 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPiXz-0000kg-R5 for emacs-devel@gnu.org; Thu, 14 Feb 2008 13:10:59 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JPiXz-0006HH-CL; Thu, 14 Feb 2008 13:10:59 -0500 In-reply-to: (message from Stefan Monnier on Wed, 13 Feb 2008 20:40:27 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89089 Archived-At: While I don't consider Python as the best design by far (the lack of type system rules it out right away), Elisp's dynamic scoping mixed with buffer-local and frame-local and terminal-local variables is pretty horrendous, I think it is elegant. Dynamic scoping is absolutely essential for an Emacs-like editor, as explained in the Emacs paper from 1981.