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

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

Re: problem with mapconcat


From: Andreas Röhler
Subject: Re: problem with mapconcat
Date: Thu, 04 Mar 2010 08:36:46 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Thamer Mahmoud wrote:
> Thamer Mahmoud <thamer.mahmoud@gmail.com> writes:
>> Another alternative:
>>
>> (mapconcat 'string (string-to-list "abc") "/")
>>
>> => "a/b/c"
> 
> After sending the above, I realized that this would work too:
> 
> (mapconcat 'string "abc" "/")
> 
> 
> 
> 
> 

That seems to work either, whats strange for me:

(mapconcat 'list "abc" "/")"a/b/c"


Andreas




reply via email to

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