[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with mapconcat
From: |
Christian Wittern |
Subject: |
Re: problem with mapconcat |
Date: |
Wed, 03 Mar 2010 22:55:46 +0900 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 |
On 2010-03-03 22:50, Dan Davison wrote:
These do it
(mapconcat 'char-to-string (string-to-list "abc") "/")
(mapconcat 'identity (split-string "abc" "" t) "/")
Dan
Ah, indeed! That is great, thanks!
Christian
- problem with mapconcat, Christian Wittern, 2010/03/03
- Re: problem with mapconcat, Teemu Likonen, 2010/03/03
- Re: problem with mapconcat, Thamer Mahmoud, 2010/03/03
- Re: problem with mapconcat, Thamer Mahmoud, 2010/03/03
- Re: problem with mapconcat, Christian Wittern, 2010/03/03
- Re: problem with mapconcat, Andreas Röhler, 2010/03/04
- Re: problem with mapconcat, Stephen Berman, 2010/03/04
- Re: problem with mapconcat, Andreas Röhler, 2010/03/04
Re: problem with mapconcat, Dan Davison, 2010/03/04
- Re: problem with mapconcat,
Christian Wittern <=
Re: problem with mapconcat, Kevin Rodgers, 2010/03/04