This is the mail archive of the guile-emacs@sourceware.cygnus.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: Emacs Scheme interface


Kalle Olavi Niemitalo <tosi@ees2.oulu.fi> writes:

> > I think everything in Scheme should be organized in the way of Scheme,
> > including the naming style.
> 
> Naming style -- do you mean the question marks, or something else?

Something like that (? for predicate, ! for side effect, etc).
What could I way?  Naming scheme?

> > Does Guile have any macro like `save-excursion'?
> 
> Actually, Guile has `save-module-excursion' which takes a thunk
> parameter.  So I suppose `save-excursion' should take a thunk,
> and the convenient macro (if we provide one) should be called
> something else like `begin-save-excursion'.

I agree with this.  And your implementation looks good.  Thanks!

-- Kei

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