public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
To: ttn@glug.org
Cc: guile-devel@gnu.org, guile-emacs@sources.redhat.com
Subject: Re: Elisp translator work finished (for now)
Date: Tue, 12 Feb 2002 14:38:00 -0000	[thread overview]
Message-ID: <m33d062vui.fsf@laruns.ossau.uklinux.net> (raw)
In-Reply-To: <E16aP4D-0000Br-00@giblet>

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

    thi> this is really cool stuff!

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

    thi> (defun load-emacs (&optional new-load-path)
    thi>   (message "load-path: %s" load-path)
    thi>   (cond (new-load-path
    thi>          (message "Setting load-path to: %s" new-load-path)
    thi>          (setq load-path new-load-path)))
    thi>   (message "load-path: %s" load-path)
    thi>   (scheme (read-set! keywords 'prefix))
    thi>   (message "Calling loadup.el to clothe the bare Emacs...")
    thi>   (load "loadup.el")
    thi>   (message "Guile Emacs now fully clothed"))

    thi> and then tried to write examples/lang-elisp/load-emacs (below) w/o
    thi> success; the 20.7 loadup.el is still being searched instead of what i
    thi> specified.  didn't get a chance to look further, but here's a short log
    thi> of the output:

    thi> cd /home/ttn/tmp/.tmp/examples/lang-elisp/
    thi> ./load-emacs
    thi> load-path: ("/usr/share/emacs/20.7/lisp/" "/usr/share/emacs/20.7/lisp/emacs-lisp/")
    thi> Setting load-path to: ("/home/ttn/build/.gnu/emacs/lisp" "/home/ttn/build/.gnu/emacs/lisp/emacs-lisp")
    thi> load-path: ("/home/ttn/build/.gnu/emacs/lisp" "/home/ttn/build/.gnu/emacs/lisp/emacs-lisp")
    thi> (#<primitive-procedure eval> (#<primitive-macro! quote> (read-set! keywords (quote prefix))) #<directory (guile-user) 8083260>)
    thi> Calling loadup.el to clothe the bare Emacs...
    thi> Loading /usr/share/emacs/20.7/lisp/loadup.el...
    thi> Using load-path ("/home/ttn/build/.gnu/emacs/lisp" "/home/ttn/build/.gnu/emacs/lisp/emacs-lisp")
    thi> ERROR: Signalling file-error with data ("Cannot open load file" "byte-run")

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

        Neil

  reply	other threads:[~2002-02-12 22:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-08  3:53 Neil Jerram
2002-02-11 14:38 ` Thien-Thi Nguyen
2002-02-12 14:38   ` Neil Jerram [this message]
2002-02-12 14:59     ` Neil Jerram
2002-02-13 13:47       ` Neil Jerram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m33d062vui.fsf@laruns.ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=guile-devel@gnu.org \
    --cc=guile-emacs@sources.redhat.com \
    --cc=ttn@glug.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).