From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35590: Emacs info can't open info manuals Date: Sun, 05 May 2019 22:26:15 -0400 Message-ID: <87lfzkqpwd.fsf@netris.org> References: <16a899ec3b8.f11d457e39475.3520016243872384490@zoho.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNTNN-0003u7-TC for bug-guix@gnu.org; Sun, 05 May 2019 22:29:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNTNK-0005sR-6W for bug-guix@gnu.org; Sun, 05 May 2019 22:29:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41825) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNTNH-0005s3-4A for bug-guix@gnu.org; Sun, 05 May 2019 22:29:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNTNG-00043X-8V for bug-guix@gnu.org; Sun, 05 May 2019 22:29:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <16a899ec3b8.f11d457e39475.3520016243872384490@zoho.com> (sirgazil@zoho.com's message of "Sun, 05 May 2019 15:10:44 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: sirgazil Cc: 35590@debbugs.gnu.org Hi, sirgazil writes: > I can't open info manuals in an Emacs freshly installed in my GNU > system installed in a real machine using the ISO installer > (https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.0.x86_64-linux.iso.xz). > > ## Steps to reproduce > > 1. guix install emacs > 2. Start Emacs. > 3. M-x info Enter. > 4. m Guix Enter (or any other manual). > > > ## Unexpected result > > The manual is not displayed, and the minibuffer says: > > Uncompression program 'sh' not found This is surprising. On a Guix system, sh is unconditionally installed in /bin/sh. If you type M-x getenv PATH RET in Emacs, does the displayed string include /bin? Does M-! sh RET show an error? Thanks, Mark