Re: guile-emacs for gsoc

2010-04-07 Thread Ken Raeburn
Hi, Brian. It's great to hear that you're interested in this project! On Apr 7, 2010, at 15:55, Brian Templeton wrote: > * Guile now has a partial implementation of Emacs Lisp, and it mostly > works although a few features are missing Some of them are pretty significant. I think the buffer- an

guile-emacs for gsoc

2010-04-07 Thread Brian Templeton
Hello Guile hackers, I'm preparing Summer of Code applications and am considering working on Emacs-Guile integration. Here's my understanding of the current situation, from skimming list archives, source code, etc.: * Guile now has a partial implementation of Emacs Lisp, and it mostly works alt

Re: Hierarchical name space

2010-04-07 Thread Ludovic Courtès
Hi, Julian Graham writes: >> I'm still inclined to think that the module namespace hierarchy (and it >> is a hierarchy) should not impinge on the environment of an evaluation. >> But, not something we can change right now. > > This is actually causing me some difficulty -- I'm implementing the >

Re: Hierarchical name space

2010-04-07 Thread Julian Graham
Hi Andy and Ludo, > I'm still inclined to think that the module namespace hierarchy (and it > is a hierarchy) should not impinge on the environment of an evaluation. > But, not something we can change right now. This is actually causing me some difficulty -- I'm implementing the R6RS composite l

bug in "imports obarray"?

2010-04-07 Thread Andy Wingo
Hi, Consider the following module: (define-module (ice-9 curried-definitions) #:replace ((cdefine . define) (cdefine* . define*))) (define-syntax cdefine (syntax-rules () ((_ ((head . tail) . rest) body body* ...) (cdefine (head . tail)

Re: ffi docs

2010-04-07 Thread Andy Wingo
Hi, On Wed 07 Apr 2010 23:38, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo writes: > >> I reorganized the manual sections on dynamic linking, and wrote some >> sections on the dynamic FFI. I'm appending a text rendering of the >> documentation. Comments welcome! > > Not much to say, apart

Re: ffi docs

2010-04-07 Thread Ludovic Courtès
Hello, Andy Wingo writes: > I reorganized the manual sections on dynamic linking, and wrote some > sections on the dynamic FFI. I'm appending a text rendering of the > documentation. Comments welcome! Not much to say, apart from the fact that I’m happy with all this work! :-) I like the introd

Re: guile-emacs for gsoc

2010-04-07 Thread Ludovic Courtès
Hi, Andy Wingo writes: > Also, the project is a bit nebulous at this point -- Ken has come at it > from the C-and-emacs side, and Daniel, Neil and I have come at it from > the Elisp-in-Guile side, and it's really unclear what's in the middle. > That's part of the hack, is finding that out. FWIW

Re: guile-emacs for gsoc

2010-04-07 Thread Andy Wingo
Hi! Briefly, as time grows short: I'm excited that you're interested in hacking Guile into Emacs. I can offer some mentorship, though my bandwidth is a bit strained at this point. I would prefer if someone else stepped up to mentor, though I will do it if no one else can. Also, the project is a b

Re: guile-emacs for gsoc

2010-04-07 Thread Daniel Kraft
Hi Brian, Brian Templeton wrote: I'm preparing Summer of Code applications and am considering working on Emacs-Guile integration. Here's my understanding of the current situation, from skimming list archives, source code, etc.: this sounds great! I did the current elisp implementation in last

guile-emacs for gsoc

2010-04-07 Thread Brian Templeton
Hello Guile hackers, I'm preparing Summer of Code applications and am considering working on Emacs-Guile integration. Here's my understanding of the current situation, from skimming list archives, source code, etc.: * Guile now has a partial implementation of Emacs Lisp, and it mostly works alt

Re: Resigning from Guile maintainership

2010-04-07 Thread carlo.bramix
Hi Neil, I just wanted to show you that I posted the bug you got when cross compiling GUILE: http://bugs.winehq.org/show_bug.cgi?id=22138 Unfortunately, I cannot do anything more than this, I hopeit will be fixed one day. Sincerely, Carlo Bramini. -- Initial Header --- >From