emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: GNU bug Tracking System
Subject: bug#45781: closed (Emacs packages not visible out of the box)
Date: Thu, 21 Jan 2021 13:48:01 +0000

Your message dated Thu, 21 Jan 2021 08:47:50 -0500
with message-id <87mtx2flkp.fsf@gmail.com>
and subject line Re: bug#45781: Emacs packages not visible out of the box
has caused the debbugs.gnu.org bug report #45781,
regarding Emacs packages not visible out of the box
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45781: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45781
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Emacs packages not visible out of the box Date: Mon, 11 Jan 2021 14:37:10 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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 seems to me that it used to be the case that Emacs packages were
readily usable in fresh environments, no?  Did something change
recently?

That’s with:

--8<---------------cut here---------------start------------->8---
$ guix describe
Generacio 171   Jan 11 2021 11:38:39    (nuna)
  guix 458cb25
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 458cb25b9e7e7c954f468023abea2bebb5d8c75b
--8<---------------cut here---------------end--------------->8---

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#45781: Emacs packages not visible out of the box Date: Thu, 21 Jan 2021 08:47:50 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
tags 45781 notabug
thanks

Hi Ludovic!

Ludovic Courtès <ludo@gnu.org> 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 accessible
> by default.  I have to explicitly (require 'geiser) etc. to get them.

That's expected when using -Q, which does --no-site-file.  The site file
is responsible to load the package autoloads files, via
'guix-emacs-autoload-packages'.

> It seems to me that it used to be the case that Emacs packages were
> readily usable in fresh environments, no?  Did something change
> recently?

No, nothing changed!

Closing,

Thank you.

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]