From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: CL package serious deficiencies Date: Wed, 8 Feb 2012 14:46:09 +0100 Message-ID: References: <33271707.post@talk.nabble.com> <87fwemcwlx.fsf@spindle.srvr.nix> <87zkcubbfc.fsf@spindle.srvr.nix> <87vcnibb9t.fsf@spindle.srvr.nix> <5tr4y6z2pv.fsf@fencepost.gnu.org> <87bopab5p6.fsf@spindle.srvr.nix> <87r4y5e910.fsf@gmx.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328708810 27697 80.91.229.3 (8 Feb 2012 13:46:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2012 13:46:50 +0000 (UTC) Cc: egnarts-ms , Emacs-devel@gnu.org, Nix , Stefan Monnier , Drew Adams To: Eric Schulte Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 14:46:46 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rv7rC-00029J-3H for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2012 14:46:46 +0100 Original-Received: from localhost ([::1]:60529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv7rA-0000A6-V0 for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2012 08:46:44 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv7r4-00007f-01 for Emacs-devel@gnu.org; Wed, 08 Feb 2012 08:46:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv7r2-0003KD-TC for Emacs-devel@gnu.org; Wed, 08 Feb 2012 08:46:37 -0500 Original-Received: from mail-lpp01m020-f169.google.com ([209.85.217.169]:58714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv7qw-0003Im-GA; Wed, 08 Feb 2012 08:46:30 -0500 Original-Received: by lbbgg6 with SMTP id gg6so316542lbb.0 for ; Wed, 08 Feb 2012 05:46:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=6c+1NWJ65mIT0PsSMAiplb9qXb3MkROxq9+jS3zd1YQ=; b=k32z+SxD8pKidV4ZHuz8mUvDCt/IB3wZuKGiN00oJXhN4XUDtNWysaycOdOjcac4HX dNfGYE3bwF/JSGpMJ8BbfXME0dIM81K54d85lr2ZG0n7u0HKiikNQD/HT2ALRuCsmGvk baUCDF9U6ZO1lN8h+63CrLjTaJM37YBHhwLbc= Original-Received: by 10.112.48.36 with SMTP id i4mr7738511lbn.84.1328708789125; Wed, 08 Feb 2012 05:46:29 -0800 (PST) Original-Received: by 10.112.12.6 with HTTP; Wed, 8 Feb 2012 05:46:09 -0800 (PST) In-Reply-To: <87r4y5e910.fsf@gmx.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.169 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:148357 Archived-At: On Wed, Feb 8, 2012 at 14:42, Eric Schulte wrote: > > Given that cl inclusion suddenly seems possible, I would like to say > that from the perspective of working on Org-mode the availability of cl > functions would be a great help. =C2=A0We already have at least the follo= wing > Org-specific re-writes of existing cl-functions, and we frequently have > to cull other cl functions from the code base. > > org-count > org-find-if > org-reduce > org-remove-if > org-remove-if-not I must be misremembering. Isn't it ok to use the cl functions here? (You would be using it in compiled code.)