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: Bill Wohler
Subject: Re: Creating string from list of strings
Date: Mon, 14 Oct 2002 21:00:39 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

  Thanks to all of you for your answers.

  I went with 

    (mapconcat 'identity list "")

  I had seen mapconcat before, but couldn't quite make it work. The
  'identity parameter was the missing clue.

-- 
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and mh-e. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


reply via email to

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