bug#45781: Emacs packages not visible out of the box

2021-01-21 Thread Maxim Cournoyer
tags 45781 notabug thanks Hi Ludovic! Ludovic Courtès writes: > Hi! > > Consider this Emacs: > > guix environment -E DISPLAY --expose=/tmp/.X11-unix \ > --ad-hoc -C emacs emacs-geiser emacs-guix guile \ > -- emacs -Q > > Things like M-x run-guile (from Geiser) or M-x guix are not acce

bug#45781: Emacs packages not visible out of the box

2021-01-11 Thread Ludovic Courtès
Hi! Consider this Emacs: guix environment -E DISPLAY --expose=/tmp/.X11-unix \ --ad-hoc -C emacs emacs-geiser emacs-guix guile \ -- emacs -Q Things like M-x run-guile (from Geiser) or M-x guix are not accessible by default. I have to explicitly (require 'geiser) etc. to get them. It