From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] do not use mapcar* for transposing tables Date: Thu, 27 Jun 2013 16:22:00 +0200 Message-ID: <87ehbnppc3.fsf@bzg.ath.cx> References: <87k3ln8a2i.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkU-0008UM-DP for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsDkN-000237-Nn for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:38 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:34969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkN-00022o-Hc for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:31 -0400 Received: by mail-we0-f172.google.com with SMTP id q56so663234wes.17 for ; Thu, 27 Jun 2013 08:04:30 -0700 (PDT) In-Reply-To: <87k3ln8a2i.fsf@Rainer.invalid> (Achim Gratz's message of "Fri, 21 Jun 2013 22:48:05 +0200") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Hi Achim, Achim Gratz writes: > I've recently stumbled over a mapcar* compiled into Org for transposing > tables. This is a function from cl / cl-lib and should not be used at > runtime. Since we can make some simplifying assumptions about the data > we'll have to deal with, re-implmenting the two uses with plain mapcar > was (relatively) painless. Looks good, please apply in maint. Thanks! -- Bastien