From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: invoking info guix Date: Sat, 17 Mar 2018 11:08:09 +0100 Message-ID: <87k1ubf20m.fsf@lassieur.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ex8l7-0005iK-Ju for help-guix@gnu.org; Sat, 17 Mar 2018 06:08:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ex8l3-0002L0-Lx for help-guix@gnu.org; Sat, 17 Mar 2018 06:08:17 -0400 Received: from mail.lassieur.org ([83.152.10.219]:53806) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ex8l3-0002Gh-An for help-guix@gnu.org; Sat, 17 Mar 2018 06:08:13 -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 Cc: help-guix 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 ? > > Thanks Hi Catonano, As Arun and Oleg said, 'm' is very useful (maybe with C-u), and 'd' too. And there is the 'info-display-manual' command too. But what you should really do (in my humble opinion :-)) is to read the (info "info") manual. It is very well done and explains everything in an interactive way. Clément