From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Pykhalov Subject: Re: invoking info guix Date: Sat, 17 Mar 2018 11:57:00 +0300 Message-ID: <87woybqdur.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ex7xr-0003yK-UJ for help-guix@gnu.org; Sat, 17 Mar 2018 05:17:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ex7xo-0002Bt-OV for help-guix@gnu.org; Sat, 17 Mar 2018 05:17:23 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:34464) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ex7xo-0002BM-HW for help-guix@gnu.org; Sat, 17 Mar 2018 05:17:20 -0400 Received: by mail-lf0-x229.google.com with SMTP id l191-v6so18709346lfe.1 for ; Sat, 17 Mar 2018 02:17:20 -0700 (PDT) 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 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Catonano, Catonano writes: [=E2=80=A6] > 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 ? Personally I press =E2=80=98m=E2=80=99 then type =E2=80=98guix=E2=80=99 and= =E2=80=98RET=E2=80=99. But if it not enough you could bind e.g. to =E2=80=98=E2=80=99 with: (global-set-key (kbd "") (lambda () (interactive) (Info-goto-node "(guix)"))) or with ability to call =E2=80=98M-x Info-goto-node-guix=E2=80=99 and =E2= =80=98=E2=80=99: (defun Info-goto-node-guix () (interactive) (Info-goto-node "(guix)")) (global-set-key (kbd "") 'Info-goto-node-guix) Both last variants don't require =E2=80=98M-x info=E2=80=99. Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEc+OyAXw1EaDPCmAPckbhHGm3lWkFAlqs2FwACgkQckbhHGm3 lWk1MQ//Zu4Fn7wxoS2vzZ97Zvx5JQuAY3nzO01kgdlCeplELKZsSDm2tf807UmJ cC1AYuSLAcdhQQWlf5U6g7LHKazDvpBPL7uLHFQLuxT2c0NYkZEc1Mo0EUFv1hGn vKCJUayJ64/umgVKl3Q534Pe9VKjoiWirelyNa4jJyh6u77FcSJl8PbKhKk5qPaB wsfdPgcs5ojn1gHrshXsfZlOVK/mprsRSmDcFypftdJhUeBaEUFXs27f4A/gNG/t ZeSjla9WbjDB21EzTN1srgdkW2G+GaZCSCuFPmi7PI3kstOqPMqXy2PNHhLvO1s1 fUIsrfrEf8LE+f7su18qYNEDXGzfwvbbGmXP4WG7dQ2G9XdboNAaa6lJD4LX3wIt 9bTvMTSkiumo3irGR2WnxVo3X6hQwGz1V9a5978XWIeo4+tYi4Ev2p3nedmkjdl4 cbTOmqzfgFJo82E0xaDQXwCiN0zGBF480UweYaLpIplImqyfWiJXU6fL9udXBcP5 CIF0zfFWW6xUbf9Ti8nU+KkP1pTkMVqkw1kehX3DwY1WevXzPrEmW1/xmtiWriDk VF/BcjDdA/ed9AiHG80THgDFBWwUtpJ3UOQib5hPRDGfDBBx7aNtS+2x18WJB4RR /t4MK07B/DT9X32wj2rTZSxngaENRpjIWHheWXLWLLdol9q1xk0= =JK9D -----END PGP SIGNATURE----- --=-=-=--