From: John Paul Wallington <jpw@shootybangbang.com>
Subject: Re: Creating string from list of strings
Date: Mon, 14 Oct 2002 08:05:21 +0100 [thread overview]
Message-ID: <873cr95wlq.fsf@bundalo.shootybangbang.com> (raw)
In-Reply-To: 80of9xtu2k.fsf@gbr.newt.com
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
next prev parent reply other threads:[~2002-10-14 7:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-14 6:26 Creating string from list of strings Bill Wohler
2002-10-14 7:00 ` Stefan Monnier <foo@acm.com>
2002-10-14 7:05 ` John Paul Wallington [this message]
2002-10-14 14:00 ` Joe Casadonte
2002-10-14 15:15 ` Tom Capey
2002-10-14 15:35 ` Stefan Monnier <foo@acm.com>
2002-10-14 17:09 ` Joe Casadonte
2002-10-14 21:00 ` Bill Wohler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873cr95wlq.fsf@bundalo.shootybangbang.com \
--to=jpw@shootybangbang.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).