bug#71627: Guix-packaged emacs does not work with alpha-background frame parameter

2024-07-09 Thread Wujun Li
Hello I also encountered this recently. After checking source code of emacs and guix, I think this is because emacs is built without dependency: libxrender.So I customized the relevant packages for test, as follows: ```(define-public emacs-4me  (package    (inherit emacs)    (name "emacs-4me")    (

bug#71952: documentation inaccuracy?

2024-07-09 Thread jgart
LGTM, Andrew WDYT? -- jgart

bug#71952: documentation inaccuracy?

2024-07-09 Thread Simon Tournier
Hi, >> $ guix home switch-generation -- -1 >> guix home: error: -1: extraneous command Indeed, the command-line parser seems incorrect and inconsistent with the documentation. The culprit seems the procedure ’parse-args’ from ’guix-home’ command inside the module (guix scripts home). Hum, I gue