public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
* automating %load-path
@ 2000-03-26  8:45 Kalle Olavi Niemitalo
  2000-03-26 10:51 ` Keisuke Nishida
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Kalle Olavi Niemitalo @ 2000-03-26  8:45 UTC (permalink / raw)
  To: guile-emacs

I would like to make Guile Emacs automatically insert its Scheme
directories in the %load-path of Guile, so that users don't have
to do that in ~/.emacs.scm.  My plan:

1. Add a new variable $schemepath in configure.in.

2. Add a new macro PATH_SCMLOADSEARCH in src/epaths.in.  If we
   don't support Scheme in temacs, we don't need
   PATH_SCMDUMPLOADSEARCH.

3. Make the epaths-force target in Makefile.in store $schemepath
   in epaths.h.

4. Make init_guileapi() in src/guileapi.c add the
   PATH_SCMLOADSEARCH directories in %load-path.  I'm not very
   familiar with Guile's C API but I'll learn.  :-)

5. Create a new module (emacs init) and place all Scheme
   initialization code there.  This could load (emacs io).

6. Load (emacs init) from lisp/startup.el.

The Emacs files src/epaths.in and Makefile.in would have to be
added in CVS.  I currently have only Emacs 20.5, not 20.6 so
could you add those files, Keisuke?  I can insert the
modification comments.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2000-04-29 12:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-26  8:45 automating %load-path Kalle Olavi Niemitalo
2000-03-26 10:51 ` Keisuke Nishida
2000-03-27  9:08   ` Kalle Olavi Niemitalo
2000-03-27 17:28     ` Keisuke Nishida
2000-03-29  2:33       ` before the 0.3 release (was %load-path) Kalle Olavi Niemitalo
2000-04-09 12:46 ` Makefile preprocessing trouble " Kalle Olavi Niemitalo
2000-04-10  3:47   ` Kalle Olavi Niemitalo
2000-04-14  0:29 ` automating %load-path Kalle Olavi Niemitalo
2000-04-29  1:21   ` Kalle Olavi Niemitalo
2000-04-29  1:46     ` Keisuke Nishida
2000-04-29 11:37       ` Kalle Olavi Niemitalo
2000-04-29 12:27         ` Keisuke Nishida

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).