From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: invoking info guix Date: Sat, 17 Mar 2018 15:21:02 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ex8Ug-0002d7-8V for help-guix@gnu.org; Sat, 17 Mar 2018 05:51:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ex8Ud-0006yP-6l for help-guix@gnu.org; Sat, 17 Mar 2018 05:51:18 -0400 Received: from [2001:19f0:5:274f:4827:c39:448f:6777] (port=60332 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ex8Uc-0006sp-KV for help-guix@gnu.org; Sat, 17 Mar 2018 05:51:15 -0400 In-Reply-To: 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: Catonano , help-guix Catonano writes: > How can I end up in the Guix manual front page directly even when using > Emacs ? Eval (info "(guix)") and you'll end up on the Guix manual front page. But, I don't actually do this. I use helm-info from the helm package. Using helm-info, I find it very convenient to search through the manual and jump straight to the page I want. Have you tried helm-info? > I have to search through it in order to find the guix "link" M-x info-menu or default keybinding of "m" is a good way to navigate this menu.