Re: Can `make tags' generate tags for Scheme source, as well as C?

2010-10-04 Thread Jose A. Ortega Ruiz
On Tue, Oct 05 2010, Neil Jerram wrote: > l...@gnu.org (Ludovic Courtès) writes: > >> BTW, ‘M-.’ in Geiser works really great, if you haven’t 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

Re: Can `make tags' generate tags for Scheme source, as well as C?

2010-10-04 Thread Ludovic Courtès
Hi Neil, Neil Jerram writes: > l...@gnu.org (Ludovic Courtès) writes: > >> BTW, ‘M-.’ in Geiser works really great, if you haven’t 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 alw

Re: Can `make tags' generate tags for Scheme source, as well as C?

2010-10-04 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > BTW, ‘M-.’ in Geiser works really great, if you haven’t 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

Re: [PATCH] Performance improvement for R6RS records

2010-10-04 Thread Andy Wingo
Hello :) ;; First, get the set of required fields in a vtable. There should be a ;; better way for this, but there isn't. ;; (define vtable-base-layout (symbol->string (struct-layout (make-vtable "" ;; Now make the vtable for record-types. It has the base layout, plus ;; one more field to h

Re: [PATCH] Performance improvement for R6RS records

2010-10-04 Thread Julian Graham
Hi Andy, > Do you still need some help here? I can try to work up some code to make > an example. Um, yes? If you've got the time. (Sorry for the way-late reply -- I've been distracted with apartment hunting / moving.) Thanks, Julian