Hi Guix, I installed Ghostscript in my GNU Guix SD: "guix install ghostscript" In Emacs init.el file: I have got: (require 'printing) (setq pr-path-alist '((unix "." "~/bin" ghostview mpage PATH) (ghostview "$HOME/bin/gsview-dir") (mpage "$HOME/bin/mpage-dir") )) There are wrong paths set (from another Linux SD) What is now the right path for those three files in Guix, which I installed in Guix? Thanks for help Gottfried