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: moving more cl seq/mapping support into core Date: Fri, 01 Oct 2010 07:42:18 -0400 Message-ID: References: <4CA52B36.6060405@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1285933351 4404 80.91.229.12 (1 Oct 2010 11:42:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 11:42:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 13:42:30 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 1P1e0S-0007oo-AJ for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 13:42:28 +0200 Original-Received: from localhost ([127.0.0.1]:42453 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1e0R-0001aZ-E6 for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 07:42:27 -0400 Original-Received: from [140.186.70.92] (port=55862 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1e0K-0001Zr-0b for emacs-devel@gnu.org; Fri, 01 Oct 2010 07:42:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1e0I-0004Yg-LJ for emacs-devel@gnu.org; Fri, 01 Oct 2010 07:42:19 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1e0I-0004YX-DC for emacs-devel@gnu.org; Fri, 01 Oct 2010 07:42:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P1e0I-00020i-8s; Fri, 01 Oct 2010 07:42:18 -0400 In-reply-to: <4CA52B36.6060405@gmail.com> (message from Daniel Colascione on Thu, 30 Sep 2010 17:28:38 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:131148 Archived-At: Every Emacs release adds all sorts of functions that might impinge on the user namespace, Would you please give some examples for a recent release, so it will be clear whether you are talking about the same issue? Most functions in Emacs have name prefixes or suffixes which help prevent name conflicts; those names don't pose a problem. We only rarely add names like `remove-if' which have nothing in the name to keep them out of the user's way, and we normally document such names in the manual. If that practice has changed, I would like to know.