Re: This is how you import a mailing list archives (e.g. guix-patches) into mu4e

2022-11-16 Thread Mekeor Melire
2022-11-16 / 23:22 / jbra...@dismail.de: > November 16, 2022 6:15 PM, "Mekeor Melire" wrote: > > > Hello Guix, > > > > you might want to import a mailing-list-archive into mu4e. E.g. > > because debbugs.el is slow, you might want to import the archives of > > the guix-patches mailing list. This

Re: Emacs and Geiser: Completion for Guix specific code?

2022-11-16 Thread Luis Felipe
On Wednesday, November 16th, 2022 at 16:41, Mekeor Melire wrote: > Yippie, it works! I just needed to run geiser-eval-buffer, bound to C-c > C-b. Now it completes imported identifiers as well, yay! :) Thank you > very much. Great :) > Still, a pity/bummer that it completion does not consider

Re: This is how you import a mailing list archives (e.g. guix-patches) into mu4e

2022-11-16 Thread jbranso
November 16, 2022 6:15 PM, "Mekeor Melire" wrote: > Hello Guix, > > you might want to import a mailing-list-archive into mu4e. E.g. because > debbugs.el is slow, you might want to import the archives of the > guix-patches mailing list. This is how to do so. Hey thanks for sharing! How about we

This is how you import a mailing list archives (e.g. guix-patches) into mu4e

2022-11-16 Thread Mekeor Melire
Hello Guix, you might want to import a mailing-list-archive into mu4e. E.g. because debbugs.el is slow, you might want to import the archives of the guix-patches mailing list. This is how to do so. First, download the archives as in the "mbox" format -- the only format that Mailman offers:

Re: Help packaging R Quarto Cli

2022-11-16 Thread Wojtek Kosior via
> Hi, > > You're both right, seems there is a flag to skip binary downloading and > compile the V8 lib. > > [...] Good to see you found it :) > So, my packaging friend :), what's the best way to push an "export > V8_FROM_SOURCE=1" or something like that into my rust-deno.scm ? > > Best, >

Re: Help packaging R Quarto Cli

2022-11-16 Thread Sebastien Rey-Coyrehourcq
Hi, You're both right, seems there is a flag to skip binary downloading and compile the V8 lib. From the githubpage (https://github.com/denoland/rusty_v8) : "V8 is very large and takes a long time to compile. Many users will prefer to use a prebuilt version of V8. We publish static libs for

Re: Emacs and Geiser: Completion for Guix specific code?

2022-11-16 Thread Mekeor Melire
2022-11-16 / 14:51 / luis.felipe...@protonmail.com: > Hi Mekeor, Hello Luis Felipe, > On Wednesday, November 16th, 2022 at 11:07, Mekeor Melire > wrote: > As far as I know, you can only get completion for symbols defined in other > modules and libraries if > > 1. The library is in Guile's

Re: Emacs and Geiser: Completion for Guix specific code?

2022-11-16 Thread Luis Felipe
Hi Mekeor, --- Original Message --- On Wednesday, November 16th, 2022 at 11:07, Mekeor Melire wrote: > Hello, > > when editing a Guix system declaration (system.scm) with GNU Emacs and > Geiser (and corfu.el), can I get completion for Guix specific code? You should be able to. I

Re: (length all-python-packages)

2022-11-16 Thread Tobias Geerinckx-Rice
jgart 写道: I imagine this does not include python packages like jrnl, khal, clikan, t-todo-manager, gajim etc? Yep. If you need more reliable numbers, use ('s code snippet: there will be a handful of false negatives (e.g., packages written in Python that prefer to use Makefiles, or that mix

Re: What is the latest kernel release for Guix?

2022-11-16 Thread Tobias Geerinckx-Rice
Hi Stephen, Stephen Snow 写道: I am curious what is the current Kernel level? 6.0.8. There is no great Web alternative to ‘guix show

Re: (length all-python-packages)

2022-11-16 Thread jgart
On Wed, 16 Nov 2022 15:19:10 +0100 Andreas Enge wrote: > Hello, > > Am Tue, Nov 15, 2022 at 08:36:35PM + schrieb (: > > For me, this returns "2749". > > more crudely, I tried this on the command line: >./pre-inst-env guix package -A ^python | wc > which returns 2165, or >

What is the latest kernel release for Guix?

2022-11-16 Thread Stephen Snow
Hello, I am a long time Linux user and a current Fedora user specifically. I have briefly played around a bit with Guix on one of my laptops, but needed to revert due to unrelated (to Guix) reasons. I am curious what is the current Kernel level? Is it a pace with Libre-kernel (ie 6.0)? Regards,

Re: (length all-python-packages)

2022-11-16 Thread Andreas Enge
Hello, Am Tue, Nov 15, 2022 at 08:36:35PM + schrieb (: > For me, this returns "2749". more crudely, I tried this on the command line: ./pre-inst-env guix package -A ^python | wc which returns 2165, or ./pre-inst-env guix package -A ^python- | wc which excludes python2-packages and

Re: what might be wrong with my nightly function?

2022-11-16 Thread jgart
On Wed, 16 Nov 2022 07:08:10 +0100 Julien Lepiller wrote: > Haven't tested and you didn't share what was the issue. The obvious thing I > see is #:olive-hash is (base32 "…") by default, so the origin uses (sha256 > (base32 (base32 "…"))) by default Thanks for catching that one! I think the

Re: Emacs and Geiser: Completion for Guix specific code?

2022-11-16 Thread Mekeor Melire
Sorry, I think the attached files were not separated well. Maybe it's better this time! (require 'corfu) (setq corfu-auto t corfu-auto-prefix 0 corfu-quit-no-match t) (global-corfu-mode) ;; optional: (require 'corfu-doc) (add-to-list 'corfu-mode-hook #'corfu-doc-mode) (require

Emacs and Geiser: Completion for Guix specific code?

2022-11-16 Thread Mekeor Melire
Hello, when editing a Guix system declaration (system.scm) with GNU Emacs and Geiser (and corfu.el), can I get completion for Guix specific code? Right now, I only get completion suggestions based on generic Guile modules. E.g. completing "(ope" (by pressing C-M-i) does not offer

Re: Does define-command automatically add the subcommand to the guix CLI?

2022-11-16 Thread zimoun
Hi, On Tue, 15 Nov 2022 at 16:42, "(" wrote: > On Tue Nov 15, 2022 at 3:15 PM GMT, Ricardo Wurmus wrote: >> No, you need to set GUIX_EXTENSIONS_PATH. > > You don't need to anymore, because of commit bbc1735, no? Assuming the extension is installed, no? If the extension is a package and

Re: Does define-command automatically add the subcommand to the guix CLI?

2022-11-16 Thread zimoun
Hi, On Tue, 15 Nov 2022 at 13:04, jgart wrote: > On Tue, 15 Nov 2022 18:08:23 + "(" wrote: >> Heya, >> >> On Tue Nov 15, 2022 at 6:05 PM GMT, jgart wrote: >> it installs the extension code to #$output/share/guix/extensions. When it's >> installed that directory should be added to