From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Barry Margolin Newsgroups: gmane.emacs.help Subject: Re: How to see the value of each char in a string? Date: Wed, 27 Nov 2002 19:22:07 GMT Organization: Genuity, Woburn, MA Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038428424 19638 80.91.224.249 (27 Nov 2002 20:20:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 20:20:24 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18H8fR-00055p-01 for ; Wed, 27 Nov 2002 21:20:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H8gT-0001F5-00; Wed, 27 Nov 2002 15:21:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!paloalto-snf1.gtei.net!crtntx1-snh1.gtei.net!news.gtei.net!paloalto-snr1.gtei.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: never X-Newsreader: trn 4.0-test72 (19 April 1999) Originator: barmar@genuity.net (Barry Margolin) Original-Lines: 34 Original-X-Trace: /bJ8XTMIda2ew7DRzrhEqkJYE0w0WdwjivhZUdnpiX98CVQJdGjNIhdGlFG2OSvBTNPc9ZSneZlE!J5fxZbmCuJZXngusOPntk/uawsYzM/0UgbXbfHGcuAA9wchRXPtG2EmnH+Sw5FipIDxqQs3wmdE6!sOUYweksAJzz Original-X-Complaints-To: abuse@gte.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Original-NNTP-Posting-Date: Wed, 27 Nov 2002 19:22:07 GMT Original-Distribution: world Original-Xref: shelby.stanford.edu gnu.emacs.help:107555 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4105 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4105 In article , David Combs 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.