From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Can `make tags' generate tags for Scheme source, as well as C? Date: Mon, 11 Oct 2010 22:38:04 +0100 Message-ID: <87pqvgpg03.fsf@ossau.uklinux.net> References: <87d3skxjd6.fsf@ossau.uklinux.net> <87ocbzf4xn.fsf@gnu.org> <87pqvphb4d.fsf@ossau.uklinux.net> <87hbh1a8l1.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286833100 7843 80.91.229.12 (11 Oct 2010 21:38:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2010 21:38:20 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 11 23:38:19 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P5Q4X-00048Z-Ve for guile-devel@m.gmane.org; Mon, 11 Oct 2010 23:38:18 +0200 Original-Received: from localhost ([127.0.0.1]:48335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5Q4X-0001bx-Ff for guile-devel@m.gmane.org; Mon, 11 Oct 2010 17:38:17 -0400 Original-Received: from [140.186.70.92] (port=54363 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5Q4P-0001bg-5h for guile-devel@gnu.org; Mon, 11 Oct 2010 17:38:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5Q4O-0000sl-4D for guile-devel@gnu.org; Mon, 11 Oct 2010 17:38:09 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:36288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5Q4N-0000sh-Vy; Mon, 11 Oct 2010 17:38:08 -0400 Original-Received: from arudy (unknown [78.149.119.168]) by mail3.uklinux.net (Postfix) with ESMTP id 0480C1F6B38; Mon, 11 Oct 2010 22:38:06 +0100 (BST) Original-Received: from neil-laptop (unknown [192.168.1.8]) by arudy (Postfix) with ESMTP id 02C3C3800B; Mon, 11 Oct 2010 22:38:04 +0100 (BST) In-Reply-To: <87hbh1a8l1.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Tue, 05 Oct 2010 00:36:58 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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: news.gmane.org gmane.lisp.guile.devel:11028 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Neil, > > Neil Jerram writes: > >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> >>> BTW, =E2=80=98M-.=E2=80=99 in Geiser works really great, if you haven= =E2=80=99t tried yet. And >>> it works across all the modules currently loaded, not just those of the >>> current project. >> >> I think I must be missing something: for me it always says "Couldn't >> find edit location for X" in the echo area. > > Make sure to compile the source file with C-c C-k first. OK, I wasn't doing that. > And before > that, make sure to have a suitable =E2=80=98geiser-guile-load-path=E2=80= =99. What would be the right value, for a top level script file? (i.e. one with no define-module form) > Does C-c d RET in a Scheme buffer work for you? No, but C-c C-d RET does. I guess that's what you meant. Thanks, Neil