From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Command-line info sees more stuff than Emacs info Date: Mon, 27 Nov 2017 16:00:17 +0100 Message-ID: <87indvlqbi.fsf@gnu.org> References: <1511737214.2196.14.camel@pentos> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJKtn-0003RY-AA for help-guix@gnu.org; Mon, 27 Nov 2017 10:00:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJKtd-00062v-SK for help-guix@gnu.org; Mon, 27 Nov 2017 10:00:43 -0500 Received: from [2a01:474::1] (port=36628 helo=hera.aquilenet.fr) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eJKtd-00062g-Kz for help-guix@gnu.org; Mon, 27 Nov 2017 10:00:33 -0500 In-Reply-To: <1511737214.2196.14.camel@pentos> (Luther Thompson's message of "Sun, 26 Nov 2017 18:00:14 -0500") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Luther Thompson Cc: help-guix@gnu.org Hi, Luther Thompson skribis: > The Emacs info-mode can't see all of the info files on my system. Most > notably, it doesn't see coreutils. The command-line info seems to see > everything just fine. > > I'm running Trisquel+Guix. I use the info and coreutils that came with > Trisquel, while Emacs is installed with Guix. [...] > export INFOPATH=3D"${GUIX_PROFILE:-/gnu/store/38lybr3lz7d2i1pqx9p025jiinx= cpa8m-profile}/share/info${INFOPATH:+:}$INFOPATH" Most likely the problem is that =E2=80=98info=E2=80=99 from Trisquel looks = for manuals in /usr/share/info by default, where Emacs from Guix does not. The fix is to add /usr/share/info to INFOPATH (and/or =E2=80=98Info-directory-list=E2=80=99 in Emacs.) Could you check whether that solves the problem? Ludo=E2=80=99.