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]
Other format: [Raw text]

Re: Elisp translator work finished (for now)


>>>>> "Neil" == Neil Jerram <neil@ossau.uklinux.net> writes:

>>>>> "thi" == Thien-Thi Nguyen <ttn@giblet.glug.org> writes:

    thi> i modified lang/elisp/base.scm `load-emacs' like so: [...]

    Neil> Strange.  I'll have a look...  Thanks for your interest and the report!

    Neil> Oh dear; my representation of Elisp variables is a bit screwy.
    Neil> (`setq' sets a variable called `load-path' in (lang elisp base), but
    Neil> the Scheme definition of `load' picks up `load-path' from (lang elisp
    Neil> internals load).)  I'll try to fix this in the next few days.

Should be fixed now (at least, in a few minutes once the cvs commit is
done).  I committed your generalized version of load-emacs, as well.

One small nit remaining, though - you'll need to make sure that the
elements of your alternative load-path end in slashes.

        Neil


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