From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: moving more cl seq/mapping support into core Date: Tue, 05 Oct 2010 20:26:30 +0200 Message-ID: <8339skpkbt.fsf@gnu.org> References: <4CAA0FFC.5020809@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286303219 22829 80.91.229.12 (5 Oct 2010 18:26:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 18:26:59 +0000 (UTC) Cc: monkey@sandpframing.com, dan.colascione@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 05 20:26:58 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 1P3CE4-0002rD-5s for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2010 20:26:56 +0200 Original-Received: from localhost ([127.0.0.1]:42319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3CE3-0003E5-9T for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2010 14:26:55 -0400 Original-Received: from [140.186.70.92] (port=45432 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3CDy-0003DL-UD for emacs-devel@gnu.org; Tue, 05 Oct 2010 14:26:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3CDx-0000fu-Pl for emacs-devel@gnu.org; Tue, 05 Oct 2010 14:26:50 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:42283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3CDx-0000fk-He; Tue, 05 Oct 2010 14:26:49 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L9T00F00XTJGI00@a-mtaout22.012.net.il>; Tue, 05 Oct 2010 20:26:22 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.135.76]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L9T00FG6XVWD030@a-mtaout22.012.net.il>; Tue, 05 Oct 2010 20:26:22 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:131373 Archived-At: > From: Richard Stallman > Date: Tue, 05 Oct 2010 05:55:45 -0400 > Cc: monkey@sandpframing.com, emacs-devel@gnu.org > > Meanwhile, there is a further issue. If we move these symbols into > the standard Elisp, we need to document them in the Lisp Reference > manual. We could certainly do that, with some work. But it would > also make the Elisp manual bigger and more expensive. That issue can be solved like we did in the Emacs manual: have parts of it that are only generated in the on-line formats, but not in the printed copy.