From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: invoking info guix Date: Sat, 17 Mar 2018 09:38:58 +0100 Message-ID: <87muz7drkt.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ex7Mn-0006d2-Jp for help-guix@gnu.org; Sat, 17 Mar 2018 04:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ex7Mk-0003rk-GQ for help-guix@gnu.org; Sat, 17 Mar 2018 04:39:05 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:42199) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ex7Mk-0003rT-9t for help-guix@gnu.org; Sat, 17 Mar 2018 04:39:02 -0400 In-Reply-To: (catonano@gmail.com's message of "Sat, 17 Mar 2018 07:54:35 +0100") 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 Cc: help-guix Hello, Catonano writes: > In a terminal I can issue this command > > ~$ info guix > > and have the guuix manual pop up > > In Emacs I can do > > M-x info > > but then I find myself in a general page, a sort of index and I have to > search through it in order to find the guix "link" > > How can I end up in the Guix manual front page directly even when using > Emacs ? Not directly answering your question, but from the Directory node (the so-called general page), use press `m' then "guix RET". Also, you can bind a key to a command that directly does (info "(guix)"): (global-set-key (kbd "") (lambda () (interactive) (info "(guix)"))) Regards, -- Nicolas Goaziou 0x80A93738