From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [bug?][ob-core] using remove-if Date: Mon, 29 Jul 2013 21:02:44 -0400 Message-ID: <8761vs507f.fsf@gmail.com> References: <87d2q07vsk.fsf@gmx.us> <87fvuwuc04.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3yL0-0004vS-J0 for emacs-orgmode@gnu.org; Mon, 29 Jul 2013 21:03:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3yKs-00054A-5d for emacs-orgmode@gnu.org; Mon, 29 Jul 2013 21:02:54 -0400 Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:43586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3yKs-000546-1A for emacs-orgmode@gnu.org; Mon, 29 Jul 2013 21:02:46 -0400 Received: by mail-qc0-f176.google.com with SMTP id u12so1919743qcx.7 for ; Mon, 29 Jul 2013 18:02:45 -0700 (PDT) In-Reply-To: <87fvuwuc04.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode@gnu.org, Rasmus There is light at the end of this tunnel: emacs 24.3 introduced the cl-lib package, making cl functions canonically available with a =E2=80=98c= l-=E2=80=99 prefix. So once emacs 26 is out (and support for emacs 24.[12] is dropped), org can use the cl- versions cl-lib is also on GNU ELPA, so org could decide to start using it today as long as that external dependency is properly handled. --=20 Aaron Ecay