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

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

bug#40311: closed ([PATCH] Update proof-general)


From: GNU bug Tracking System
Subject: bug#40311: closed ([PATCH] Update proof-general)
Date: Thu, 02 Apr 2020 17:01:02 +0000

Your message dated Thu, 02 Apr 2020 18:59:52 +0200
with message-id <address@hidden>
and subject line Re: [bug#40311] [PATCH] Update proof-general
has caused the debbugs.gnu.org bug report #40311,
regarding [PATCH] Update proof-general
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40311: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40311
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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


--- End Message ---
--- Begin Message --- Subject: Re: [bug#40311] [PATCH] Update proof-general Date: Thu, 02 Apr 2020 18:59:52 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
John Soo <address@hidden> writes:

> 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!  I applied both patches, and also added a proper commit message
for the first one (mention the changes to the various fields).

I also added a git-file-name for the first patch as suggested by 'guix
lint'.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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