help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Adding Lists/Sequences


From: Nordlöw
Subject: Re: Adding Lists/Sequences
Date: Tue, 23 Sep 2008 06:22:44 -0700 (PDT)
User-agent: G2/1.0

On 23 Sep, 13:52, Joost Kremers <joostkrem...@yahoo.com> wrote:
> Nordlöw wrote:
> > Is there a general function, say foo, that adds lists or, even better,
> > sequences together?
>
> > I want this
> >   (foo '("a" "b") '("c" "d"))
> > to evaluate to
> >   '("a" "b" "c" "d")
>
> (info "(Elisp) Building Lists")
>
> --
> Joost Kremers                                      joostkrem...@yahoo.com
> Selbst in die Unterwelt dringt durch Spalten Licht
> EN:SiS(9)

Great!

Thanks,
Nordlöw


reply via email to

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