From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Source properties and the unexpanded source code Date: Thu, 04 Aug 2016 23:08:37 +0200 Message-ID: <87invgs0mi.fsf@pobox.com> References: 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 1470344972 843 195.159.176.226 (4 Aug 2016 21:09:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2016 21:09:32 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cc: guile-user@gnu.org To: Tommi =?utf-8?B?SMO2eW7DpGzDpG5tYWE=?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Aug 04 23:09:28 2016 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 1bVPtI-00074R-EU for guile-user@m.gmane.org; Thu, 04 Aug 2016 23:09:20 +0200 Original-Received: from localhost ([::1]:41760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVPtF-0001J2-2h for guile-user@m.gmane.org; Thu, 04 Aug 2016 17:09:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVPso-0001Is-Te for guile-user@gnu.org; Thu, 04 Aug 2016 17:08:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVPsk-0002rb-Uq for guile-user@gnu.org; Thu, 04 Aug 2016 17:08:50 -0400 Original-Received: from pb-sasl1.pobox.com ([64.147.108.66]:63619 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVPsk-0002rP-P9 for guile-user@gnu.org; Thu, 04 Aug 2016 17:08:46 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 82C1A2EC49; Thu, 4 Aug 2016 17:08:45 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=NaKdBKAdxBJz c7HA85oVcDp0Hag=; b=bsnMDahL+Ct8LJ25JxQ3Ly4WuBcksh+qaWyEtMHW0qhT FFHFT1lZL946diUBYweImDgpgpPTu0PUxhDrhmqcvRkDj6XU662pzG8uK50UwWyy SZBosPMYmI+URJ3yj5CAbw9cb6sZll/E0fWbSgrumHlBq9Jvw3jWPNagRWP2kWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=BX92Wp rLDGxGTp+ZsXRuxsis0yQNL3kPTHOtn9tMfNw7tfKqJFXY2OpgWpJzQqyKjOwQVE qx/lPdKb7xQqdkViH/8fC2ybz6Qy/tDslWB92DqiRDttLqZrLreBaf/n062ohupi pm2k61Yvp/IRV3cu6kEYsetaIvP+n7UfzHBtw= Original-Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 79FE62EC48; Thu, 4 Aug 2016 17:08:45 -0400 (EDT) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 84D0F2EC47; Thu, 4 Aug 2016 17:08:44 -0400 (EDT) In-Reply-To: ("Tommi =?utf-8?B?SMO2eW7DpGzDpG5tYWEiJ3M=?= message of "Mon, 25 Jul 2016 14:08:29 +0300") X-Pobox-Relay-ID: A0EC32E4-5A87-11E6-914B-C1836462E9F6-02397024!pb-sasl1.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.66 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:12820 Archived-At: On Mon 25 Jul 2016 13:08, Tommi H=C3=B6yn=C3=A4l=C3=A4nmaa writes: > Is it possible to access unexpanded source code information from the > expanded source code in psyntax.scm? When I look at the source > properties given to the build-xxx procedures there is only line > number, column number, and filename. Sadly this is all there is. If you have an idea as to what we could provide, we're all ears :) Racket is usually a good inspiration here. Andy