From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: character documentation errors Date: Sun, 31 Oct 2004 16:30:14 -0800 Organization: Home Message-ID: <41858396.10A0682F@veritas.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099269505 9535 80.91.229.6 (1 Nov 2004 00:38:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Nov 2004 00:38:25 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 01 01:38:20 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COQDE-0003xb-00 for ; Mon, 01 Nov 2004 01:38:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COQLC-0007Ez-LP for guile-devel@m.gmane.org; Sun, 31 Oct 2004 19:46:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COQL4-0007Ck-W3 for guile-devel@gnu.org; Sun, 31 Oct 2004 19:46:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COQL4-0007CG-Fz for guile-devel@gnu.org; Sun, 31 Oct 2004 19:46:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COQL4-0007Bq-Aa for guile-devel@gnu.org; Sun, 31 Oct 2004 19:46:26 -0500 Original-Received: from [143.127.3.10] (helo=MTVMIME03.enterprise.veritas.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COQD1-0001Ue-OZ for guile-devel@gnu.org; Sun, 31 Oct 2004 19:38:08 -0500 Original-Received: from megami.veritas.com (unverified) by MTVMIME03.enterprise.veritas.com (Content Technologies SMTPRS 4.3.12) with SMTP id for ; Sun, 31 Oct 2004 16:38:03 -0800 Original-Received: from bach.veritas.com ([172.22.12.213]) (2101 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Sun, 31 Oct 2004 16:38:03 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) Original-Received: from veritas.com (unknown [127.0.0.1]) by bach.veritas.com (Postfix) with ESMTP id 55E9B75810D for ; Sun, 31 Oct 2004 19:30:15 -0500 (EST) X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en Original-To: guile development X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4316 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4316 > guile> (char? #\sp) > ERROR: In procedure scm_lreadr: > ERROR: unknown # object > ABORT: (misc-error) > guile> ERROR: In procedure scm_lreadr: > ERROR: unexpected ")" > ABORT: (misc-error) > guile> (char? #\space) > #t > guile> (version) > "1.6.5" > > 21.3 Characters > =============== > > Most of the characters in the ASCII character set may be referred to by > name: for example, `#\tab', `#\esc', `#\stx', and so on. The following > table describes the ASCII names for each character. > > 0 = `#\nul' 1 = `#\soh' 2 = `#\stx' 3 = `#\etx' > 4 = `#\eot' 5 = `#\enq' 6 = `#\ack' 7 = `#\bel' > 8 = `#\bs' 9 = `#\ht' 10 = `#\nl' 11 = `#\vt' > 12 = `#\np' 13 = `#\cr' 14 = `#\so' 15 = `#\si' > 16 = `#\dle' 17 = `#\dc1' 18 = `#\dc2' 19 = `#\dc3' > 20 = `#\dc4' 21 = `#\nak' 22 = `#\syn' 23 = `#\etb' > 24 = `#\can' 25 = `#\em' 26 = `#\sub' 27 = `#\esc' > 28 = `#\fs' 29 = `#\gs' 30 = `#\rs' 31 = `#\us' > 32 = `#\sp' > > The `delete' character (octal 177) may be referred to with the name > `#\del'. It goes on to say that ``#\space'' is an alias for ``#\sp''. Please fix the doc to reflect exactly what is acceptable. Thank you! - Bruce _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel