This is the mail archive of the guile-emacs@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile-emacs-0.1 released



> I am responding to messages that got buried during the year.
> Please forgive me for taking so long to respond.

It's okay, I know the problem too well....

> It occurs to me now that there's more than one way of interpreting
> what you originally said.  So I think the useful thing for me to do
> is explain what I'm concerned about.

Sorry I wasn't more clear about it.  Yes, what you describe is what I
want to see.  What I meant by "interaction of Lisp dynamic
bindings...and Scheme lexical bindings" was basically how to set up
that interface for Scheme code to access the "current" elisp values,
and possibly the reverse.  (And the function value of a symbol, etc.)

> But whatever mechanism people use in Scheme to make and access
> dynamically scoped variables, it should be integrated smoothly with
> Emacs buffer-local and frame-local bindings when you use it in Emacs.

Yes, the Emacs "current" value would deal with not just the dynamic
binding, but also the buffer- and frame-local bindings, falling back
to the global Scheme "default" value only if none of the others were
in use.  Though it may be useful to provide functions to look at each
of those separately, for maximum convenience we probably want one or
two macros for reading and writing that will just Do The Right Thing
for people manipulating the elisp environment from Scheme.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]