Re: [O] [PATCH] do not use mapcar* for transposing tables

2013-06-27 Thread Bastien
Achim Gratz writes: > Bastien writes: >> Looks good, please apply in maint. > > Done. Thanks! -- Bastien

Re: [O] [PATCH] do not use mapcar* for transposing tables

2013-06-27 Thread Achim Gratz
Bastien writes: > Looks good, please apply in maint. Done. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementation & additional documentation: http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

Re: [O] [PATCH] do not use mapcar* for transposing tables

2013-06-27 Thread Bastien
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

[O] [PATCH] do not use mapcar* for transposing tables

2013-06-21 Thread Achim Gratz
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 (relativ