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
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
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
>
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
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)
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
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
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
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
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
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
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
12 matches
Mail list logo