Re: [bug#42738] [PATCH v4] gnu: emacs: Update to 27.1.

2020-08-29 Thread Brett Gilio
Mark H Weaver writes: > Agreed, or perhaps 'emacs' itself should have been updated on a separate > branch. +1 for WIP-emacs branch in future. Brett Gilio

Re: [bug#42738] [PATCH v4] gnu: emacs: Update to 27.1.

2020-08-29 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès wrote: > Mark H Weaver skribis: > >> (define-public emacs-next >> (let ((commit "c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c") >> (revision "0") >> (emacs-version "27.0.91")) >> (package >> (inherit emacs) >> (name "emacs-next") >>

Re: [PATCH v4] gnu: emacs: Update to 27.1.

2020-08-29 Thread Mark H Weaver
Hi Morgan, Morgan Smith wrote: > It seems I am taking some credit for Jack Hill's patch. I simply took > Jack's patch (labeled as patch v3 in the debbugs thread) and attempted > to build it with my personal config. Indeed, I see that now. Sorry for the mistake. I suppose it happened because

Re: [PATCH v4] gnu: emacs: Update to 27.1.

2020-08-29 Thread Giovanni Biscuolo
Mark H Weaver writes: [...] > Pierre Neidhardt wrote: >> I confirm that with Mark's commit >> emacs-clojure-mode I've filed bug#43090 with a trivial patch for emacs-clojure-mode, no need to revert Emacs 27.1 for this bug IMHO. > and emacs-elisp-refs are also broken. is there a specific bug

Re: merge wip-haskell?

2020-08-29 Thread John Soo
Nice! Thanks Tim!

Re: merge wip-haskell?

2020-08-29 Thread Timothy Sample
Hi again, Timothy Sample writes: > I‘ll take a look at PureScript and check Elm, since maybe the Agda fix > will work for them. I’m not sure about Idris – it needs a bit more > effort. Good news! Elm and PureScript are fine, and I just pushed a fix for Idris:

Re: [bug#42738] [PATCH v4] gnu: emacs: Update to 27.1.

2020-08-29 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > (define-public emacs-next > (let ((commit "c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c") > (revision "0") > (emacs-version "27.0.91")) > (package > (inherit emacs) > (name "emacs-next") > (version (git-version emacs-version

Re: Dealing with foreign distros without nscd

2020-08-29 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> The workaround I found is to add ‘sssd’ to the pack, like so: >> >> guix pack -RR -S /lib=lib -S /bin=bin sssd guile >> >> That way, on the other machine, you can set LD_LIBRARY_PATH such that >> Guix’ libnss_sss.so gets loaded: >>