all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Docker+emacs+geiser
@ 2019-01-15 12:23 zimoun
  0 siblings, 0 replies; only message in thread
From: zimoun @ 2019-01-15 12:23 UTC (permalink / raw)
  To: help-guix

Dear,

I am trying to build Docker images and run them.

The `load-path' of Emacs does not point to emacs-geiser.
Is it expected ?

Thank you in advance for any explanations.

All the best,
simon

--

Some details.


The command:

  guix pack -f docker  \
     -S /bin=bin           \
     -S /lib=lib             \
     -S /share=share    \
     emacs guile emacs-geiser

produces the Docker image, loaded with:
 docker load -i /gnu/store/...-docker-pack.tar.gz
Check with `docker images`. Aside akward repository, tag and created
fields, the image is loadable with:
  docker run -ti <inage-id> emacs

Then, Emacs is launched inside the Docker image.

Here, the classical `(require 'geiser)' is not found.
Therefore, the path is setup by hand.
`M-: (add-to-list 'load-path
"/gnu/store/...-emacs-geiser-0.10/share/emacs/site-lisp")'
Then `M-: (require 'geiser)' works and `M-x run-geiser' starts Guile.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-15 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15 12:23 Docker+emacs+geiser zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.