From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: lloda Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Properly display locations in "source vector" form. Date: Fri, 26 Aug 2022 12:50:28 +0200 Message-ID: <82A7E7BE-7C68-4127-91D7-D2CE871CF53D@sarc.name> References: <20220826095021.2556-1-whatson@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29133"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-devel@gnu.org To: Andrew Whatson Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Aug 26 12:52:02 2022 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oRWwT-0007R7-PZ for guile-devel@m.gmane-mx.org; Fri, 26 Aug 2022 12:52:01 +0200 Original-Received: from localhost ([::1]:37898 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oRWwS-00047o-JY for guile-devel@m.gmane-mx.org; Fri, 26 Aug 2022 06:52:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51244) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRWvL-0003vV-RI for guile-devel@gnu.org; Fri, 26 Aug 2022 06:50:55 -0400 Original-Received: from mta-07-4.privateemail.com ([68.65.122.27]:56147) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRWvI-0008FV-Ua for guile-devel@gnu.org; Fri, 26 Aug 2022 06:50:51 -0400 Original-Received: from mta-07.privateemail.com (localhost [127.0.0.1]) by mta-07.privateemail.com (Postfix) with ESMTP id 1C6851800163; Fri, 26 Aug 2022 06:50:32 -0400 (EDT) Original-Received: from [192.168.1.105] (unknown [51.154.167.214]) by mta-07.privateemail.com (Postfix) with ESMTPA id 636D11800166; Fri, 26 Aug 2022 06:50:30 -0400 (EDT) In-Reply-To: <20220826095021.2556-1-whatson@gmail.com> X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=68.65.122.27; envelope-from=lloda@sarc.name; helo=MTA-07-4.privateemail.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21329 Archived-At: Ah this one has been bugging me. Applied in = eb5ecf4944cd646341f7e47dda5396cf96a4b8a3. Thank you!