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: Emacs Package Management Date: Wed, 16 Sep 2009 11:16:55 -0400 Message-ID: References: <485b0c380808011427n4d3144eey3f8daf3abac83bf4@mail.gmail.com> <87d45vzt4j.fsf@hagelb.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1253114261 17449 80.91.229.12 (16 Sep 2009 15:17:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2009 15:17:41 +0000 (UTC) Cc: emacs-devel@gnu.org, phil@hagelb.org, joakim@verona.se, miles@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 16 17:17:34 2009 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 1MnwGB-0005lD-6a for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2009 17:17:31 +0200 Original-Received: from localhost ([127.0.0.1]:51776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnwGA-0007wR-Fb for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2009 11:17:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnwFi-0007hD-BH for emacs-devel@gnu.org; Wed, 16 Sep 2009 11:17:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnwFd-0007dP-6T for emacs-devel@gnu.org; Wed, 16 Sep 2009 11:17:01 -0400 Original-Received: from [199.232.76.173] (port=37238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnwFd-0007dD-0d for emacs-devel@gnu.org; Wed, 16 Sep 2009 11:16:57 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44469) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnwFc-00063N-QQ for emacs-devel@gnu.org; Wed, 16 Sep 2009 11:16:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MnwFb-0003ar-FS; Wed, 16 Sep 2009 11:16:55 -0400 In-reply-to: (message from Tom Tromey on Tue, 15 Sep 2009 12:58:26 -0600) X-detected-operating-system: by monty-python.gnu.org: GNU/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:115394 Archived-At: This is a side question, but I have been wondering for a while why Emacs doesn't have CL keyword arguments. I would not oppose adding that facility, but I think it would be a very bad idea to follow that by following Common Lisp in the set of keyword arguments that functions define.