From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Christopher Howard Newsgroups: gmane.lisp.guile.user Subject: underscores in debug output? Date: Tue, 29 Aug 2017 19:56:46 -0800 Message-ID: <1504065406.20412.1.camel@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1504100251 32206 195.159.176.226 (30 Aug 2017 13:37:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 30 Aug 2017 13:37:31 +0000 (UTC) To: Guile User Mailing List Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Aug 30 15:37:27 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dn3BC-0007YO-2g for guile-user@m.gmane.org; Wed, 30 Aug 2017 15:37:14 +0200 Original-Received: from localhost ([::1]:50648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn3BJ-0001kE-2E for guile-user@m.gmane.org; Wed, 30 Aug 2017 09:37:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmu7c-0001j6-LM for guile-user@gnu.org; Tue, 29 Aug 2017 23:56:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmu7Y-0005wQ-O2 for guile-user@gnu.org; Tue, 29 Aug 2017 23:56:56 -0400 Original-Received: from sender-pp-091.zoho.com ([135.84.80.236]:25079) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dmu7Y-0005uR-GG for guile-user@gnu.org; Tue, 29 Aug 2017 23:56:52 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=message-id:subject:from:to:date:content-type:mime-version; b=BHPcFmxOFvcPzwicJl3+2A2k1zhWv+EKfdDNAauBLRWutygS8YA2U3RvuuFM+Lmrof0FjAEtVzkj 6hNUS0qgMwGExGK0qAguT+5ha8cJ6uG4HPajJxVSA7BD1prMGVrh Original-Received: from nightshade (94-179-223-66.gci.net [66.223.179.94]) by mx.zohomail.com with SMTPS id 1504065407873860.3168572627254; Tue, 29 Aug 2017 20:56:47 -0700 (PDT) X-Mailer: Evolution 3.22.6-1 X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 135.84.80.236 X-Mailman-Approved-At: Wed, 30 Aug 2017 09:36:44 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14080 Archived-At: Hi, what does the underscore character mean in this debug output? =C2=A0=C2=A0=C2=A0159:37=C2=A0=C2=A05 (delete ((3 . "c") (((2 . "b") (()) 1= ) (5 . "e") (()) 1) 2) 2) =C2=A0=C2=A0=C2=A0163:49=C2=A0=C2=A04 (delete ((2 . "b") (()) 1) _) =C2=A0=C2=A0=C2=A0=C2=A0152:9=C2=A0=C2=A03 (delete _ _) =C2=A0=C2=A0=C2=A0=C2=A086:11=C2=A0=C2=A02 (skew _) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A064:6=C2=A0=C2=A01 (horizontal-left-link? _) =C2=A0=C2=A0=C2=A0=C2=A046:11=C2=A0=C2=A00 (left-tree _) Knowing the value of those parameters would be super helpful here, but for some reason they have been replaced by underscores.