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

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

bug#38433: closed (ProofGeneral and Emacs sharing a profile)


From: GNU bug Tracking System
Subject: bug#38433: closed (ProofGeneral and Emacs sharing a profile)
Date: Mon, 29 Nov 2021 08:59:01 +0000

Your message dated Mon, 29 Nov 2021 09:57:20 +0100
with message-id <86fsrftk3z.fsf@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@gnu.org.)


-- 
38433: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38433
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: ProofGeneral and Emacs sharing a profile Date: Fri, 29 Nov 2019 21:38:50 -0600
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/



--- End Message ---
--- Begin Message --- Subject: Re: bug#38433: ProofGeneral and Emacs sharing a profile Date: Mon, 29 Nov 2021 09:57:20 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

On Fri, 29 Nov 2019 at 21:38, Brett Gilio <brettg@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


--- End Message ---

reply via email to

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