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

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

Re: Creating string from list of strings


From: John Paul Wallington
Subject: Re: Creating string from list of strings
Date: Mon, 14 Oct 2002 08:05:21 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i486-pc-linux-gnu)

Bill Wohler <wohler@newt.com> wrote:

>   I wasn't able to figure out from the Elisp manual how to turn a list
>   of strings into a single string. For example, how does one
>   print the following list of strings?
>
>     (setq list-of-strings '("foo" "bar"))
>     (message (perform-magic-with list-of-strings))

How about (message (apply 'concat list-of-strings)) ?

-- 
John Paul Wallington


reply via email to

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