From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet Date: Thu, 20 Jun 2013 11:51:48 +0200 Message-ID: References: <1371586950-20217-1-git-send-email-pmlists@free.fr> <878v27m8dz.fsf@engster.org> <87zjunxbqk.fsf@micropit.couberia.selfip.net> <87ip1a2fbp.fsf@Rainer.invalid> <878v269bwr.fsf@engster.org> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpbX1-0002EW-Ng for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 05:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpbWx-0000n1-2k for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 05:51:55 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:41958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpbWw-0000mr-Sc for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 05:51:51 -0400 Received: by mail-we0-f173.google.com with SMTP id x54so5250787wes.4 for ; Thu, 20 Jun 2013 02:51:49 -0700 (PDT) In-Reply-To: <878v269bwr.fsf@engster.org> 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: David Engster Cc: Achim Gratz , emacs-orgmode@gnu.org On 19.6.2013, at 20:46, David Engster wrote: > Achim Gratz writes: >> Peter M=FCnster writes: >>>> cl-lib was just introduced in Emacs 24.3. >>>=20 >>> Does that mean, that the trunk should be modified later? >>=20 >> It means you should implement a solution that doesn't make Org >> non-functional for Emacs 23 users. >=20 > The easiest solution is to simply do nothing, until Org drops support > for Emacs 24.2 and earlier. The 'cl' library will be shipped with = Emacs > for a long time. >=20 > BTW, which Emacs versions does Org support? Is this documented = anywhere? No, but loosely, we have tried to support the current major version = (i.e. 24) and the previous major version (i.e. 23) - Carsten