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

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

Re: How to see the value of each char in a string?


From: Barry Margolin
Subject: Re: How to see the value of each char in a string?
Date: Wed, 27 Nov 2002 19:22:07 GMT

In article <as345n$h78$1@reader1.panix.com>,
David Combs <dkcombs@panix.com> wrote:
>>(mapcar 'identity "foo")
>>
>>    Oliver
>
>Cool -- and the last thing I would have ever thought of.
>
>Now, for elisp-lesson #2, how to add to that the 
>non-numerical representation, eg:
>
>(146   157   157   )
>(146 157 157)
>("f" "o" "o")

(mapcar 'string "foo")

>Here's the reason for my question: figuring out this (taken 
>from *shell*):
>
>
>   20 ==/dkcjunk/pstree-19.3==> ls /tfile11--myexternals-opt
>   
>
>
>What in the world caused all those ^G's?

Something was trying to ring the bell, but I'm not sure what.

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


reply via email to

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