From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: How to see the value of each char in a string? Date: 26 Nov 2002 01:37:39 -0500 Organization: PANIX -- Public Access Networks Corp. Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038292864 7973 80.91.224.249 (26 Nov 2002 06:41:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 06:41:04 +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 18GZP3-00024B-00 for ; Tue, 26 Nov 2002 07:41:01 +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 18GZPT-0007FQ-00; Tue, 26 Nov 2002 01:41:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!panix2.panix.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader1.panix.com 1038292659 4775 166.84.1.2 (26 Nov 2002 06:37:39 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Tue, 26 Nov 2002 06:37:39 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:107463 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:4014 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4014 How to see the value of each char in a (long) string? Here's why I need to do that: In *shell*, (using csh), I yanked a command onto after the shell-promt, hit , and got BEEP. I started hitting C-c's, couldn't kill the command I had given. Whenever I hit another , I'd get echoed a ^G. I opened another window (er, frame, X-window), did a ps -ef | egrep '\', and got nothing. Any ideas? (Also, how do you kill a command -- especially if you can't seem to find it via "ps"?) Thanks! David