GNU bug report logs -
#38433
ProofGeneral and Emacs sharing a profile
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Sat, 30 Nov 2019 03:39:02 UTC
Severity: normal
Done: zimoun <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 29 Nov 2021 09:57:20 +0100
with message-id <86fsrftk3z.fsf <at> gmail.com>
and subject line Re: bug#38433: ProofGeneral and Emacs sharing a profile
has caused the debbugs.gnu.org bug report #38433,
regarding ProofGeneral and Emacs sharing a profile
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
38433: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38433
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
There is an issue after the EMACSLOADPATH change that creates a problem
when `proof-general` and `emacs` share a profile. This issue can be
replicated as follows:
--8<---------------cut here---------------start------------->8---
$ guix environment --ad-hoc proof-general emacs
--8<---------------cut here---------------end--------------->8---
When you launch the client of either of these after spinning up the
environment, you are prompted with this from the *Messages* buffer.
--8<---------------cut here---------------start------------->8---
Loading /gnu/store/bi3yv2q84fpyq1ym9z8rpa8hv2xhz1bf-profile/share/emacs/site-lisp/ProofGeneral/generic/proof-autoloads...done
Loading /gnu/store/bi3yv2q84fpyq1ym9z8rpa8hv2xhz1bf-profile/share/emacs/site-lisp/ProofGeneral/generic/proof-autoloads...
byte-code: Already loaded
--8<---------------cut here---------------end--------------->8---
Loading stops without an error message at this point, failing to
complete the initialization process.
I can probably figure out this issue, but I am currently drained for
time, so I am reporting it here. If nobody else gets to it before I do,
I will come back to it.
Thanks!
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/
[Message part 3 (message/rfc822, inline)]
Hi,
On Fri, 29 Nov 2019 at 21:38, Brett Gilio <brettg <at> posteo.net> wrote:
> There is an issue after the EMACSLOADPATH change that creates a problem
> when `proof-general` and `emacs` share a profile. This issue can be
> replicated as follows:
>
> $ guix environment --ad-hoc proof-general emacs
>
>
> When you launch the client of either of these after spinning up the
> environment, you are prompted with this from the *Messages* buffer.
>
> Loading /gnu/store/bi3yv2q84fpyq1ym9z8rpa8hv2xhz1bf-profile/share/emacs/site-lisp/ProofGeneral/generic/proof-autoloads...done
> Loading /gnu/store/bi3yv2q84fpyq1ym9z8rpa8hv2xhz1bf-profile/share/emacs/site-lisp/ProofGeneral/generic/proof-autoloads...
> byte-code: Already loaded
>
> Loading stops without an error message at this point, failing to
> complete the initialization process.
Commit cb296dfa2e2938d18ae0ee347bed0cc94bc79cf8 fixes this issue. The
command,
guix shell -C emacs proof-general -E TERM \
-- emacs foo.v
leads to this ’*Messages*’:
--8<---------------cut here---------------start------------->8---
Loading /gnu/store/wbr97j47i3z6m19gycm6ryb6k0xdlg3i-proof-general-4.4-0.bc86736\
/share/emacs/site-lisp/ProofGeneral/proof-general-autoloads.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
(New file)
Coq project file not detected.
--8<---------------cut here---------------end--------------->8---
Therefore, closing.
Feel free to reopen if I miss something or misunderstand your report.
Cheers,
simon
This bug report was last modified 3 years and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.