guix-patches
[Top][All Lists]
Advanced

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

[bug#40311] [PATCH] Update proof-general


From: John Soo
Subject: [bug#40311] [PATCH] Update proof-general
Date: Sun, 29 Mar 2020 03:06:34 -0700

Hi Guix,

In my effort to use strictly guix for my emacs package management, I
found that proof-general was not working out of the box with guix.el.

In the end I could not figure out how to make it work, but I did update
proof-general to 4.4 and updated the home-page.

proof-general puts its initialization file in
%outputs/share/emacs/site-lisp/site-start.d/pg-init.el. I also see
Tuareg puts the file there. Niether that path, nor any subdirectory of
site-lisp is included by $EMACSLOADPATH or is autoloaded by guix.el.

For the record, I added
(load-file "~/.guix-profile/share/emacs/site-lisp/site-start.d/pg-init.el")
to init.el as a workaround.

Anyways, this should fix proof-general to work with the current version
of coq at least and add some more newer niceties in recent versions.

Thanks, as always!

John

Attachment: 0001-gnu-proof-general-Update-to-4.4.patch
Description: update proof-general.

Attachment: 0002-gnu-proof-general-Update-home-page.patch
Description: update proof-general home-page


reply via email to

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