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

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

Re: concat a list of strings


From: Johan Bockgård
Subject: Re: concat a list of strings
Date: Thu, 27 Jul 2006 21:22:32 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Andreas Seik <andreas_neu@gmxpro.de> writes:

> i just started to write some code in lisp.
> now i want to concat a list of strings (name it stringlist) to one string.
> (concat stringlist) will not work cause concat needs lists of chars not of
> strings.
> Do i have to write a loop by myself or is there a faster predefined way?

C-h f apply

-- 
Johan Bockgård


reply via email to

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