emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need for 'dynamical-let'?


From: Dmitry Gutov
Subject: Re: need for 'dynamical-let'?
Date: Fri, 24 Jul 2015 12:38:08 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 07/24/2015 11:16 AM, Stephen Leake wrote:

Except that 't' means add at tail, not at head. Is there a cl-* for
that? I only found 'cl-revappend'.

I don't know the code you're editing, but I haven't had a need for that. Instead, in similar situations, I `push' in a loop, and do a (setq foo (nreverse foo)) in the end.

I can use 'append', followed by 'delete-dups'.

That's also an option.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]