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

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

Re: [ELISP] How do you turn an array of chars into a string?


From: Stefan Monnier
Subject: Re: [ELISP] How do you turn an array of chars into a string?
Date: Wed, 08 Dec 2010 15:22:28 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> A string *is* an array of chars.  
> Not in scheme or emacs lisp.  (vectorp "abc") --> nil

(arrayp "abc") => t

Hence my subsequent:

>> If you want to convert a vector
>> (i.e. one of those arrays that contains arbitrary Lisp values) to


        Stefan


reply via email to

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