From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jose A. Ortega Ruiz" Newsgroups: gmane.lisp.guile.devel Subject: Re: file names embedded in .go Date: Tue, 20 Apr 2010 21:15:25 +0200 Message-ID: <8739yqhr5e.fsf@newton.homeunix.net> References: <87tyr7yv25.fsf@ambire.localdomain> <87bpdfhtof.fsf@newton.homeunix.net> <87pr1u9x0x.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271794180 22200 80.91.229.12 (20 Apr 2010 20:09:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Apr 2010 20:09:40 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 20 22:09:39 2010 connect(): No such file or directory 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 1O4Jl4-0001n6-WD for guile-devel@m.gmane.org; Tue, 20 Apr 2010 22:09:39 +0200 Original-Received: from localhost ([127.0.0.1]:48282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4Jky-0007Wa-J3 for guile-devel@m.gmane.org; Tue, 20 Apr 2010 16:09:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4Jko-0007Tv-Le for guile-devel@gnu.org; Tue, 20 Apr 2010 16:09:06 -0400 Original-Received: from [140.186.70.92] (port=54800 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4JkU-0007P0-6a for guile-devel@gnu.org; Tue, 20 Apr 2010 16:09:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4Jk7-0004GF-AG for guile-devel@gnu.org; Tue, 20 Apr 2010 16:08:25 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:55344) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4Jk7-0004G4-45 for guile-devel@gnu.org; Tue, 20 Apr 2010 16:08:23 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4Jjx-00016z-By for guile-devel@gnu.org; Tue, 20 Apr 2010 22:08:13 +0200 Original-Received: from 6.red-88-18-102.staticip.rima-tde.net ([88.18.102.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 22:08:13 +0200 Original-Received: from jao by 6.red-88-18-102.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 22:08:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 6.red-88-18-102.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Attribution: jao X-URL: Cancel-Lock: sha1:wXKBUyHIRh/esphZ7qLJJpPZNW8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:10273 Archived-At: Thien-Thi Nguyen writes: > () "Jose A. Ortega Ruiz" > () Tue, 20 Apr 2010 02:08:32 +0200 > > I'm not sure if i'm understanding you correctly, but if, by > source, you mean the scheme source, that'd be terrible news for > tools such as Geiser. > > I'm not familiar w/ Geiser. What does it do? What are its > restrictions? It's an Emacs environment for Scheme similar to Slime: a repl and a bunch of utilities to edit, navigate and obtain information about the code. Among them, jumping to an identifier's definition: for that, i need guile to tell me where in the file system the identifier is bound. Geiser does not usually collect metadata on the elisp side, relying on the running guile to provide it. The richer that dynamic metadata is, the more functionality Geiser can provide. A bit more information is available at http://gitorious.org/geiser and links thereof (specially the README; no real documentation yet, i'm afraid). jao -- Dealing with failure is easy: Work hard to improve. Success is also easy to handle: You've solved the wrong problem. Work hard to improve. - Alan Perlis, Epigrams in Programing