From: Oleg Pykhalov <go.wigust@gmail.com>
To: Catonano <catonano@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: invoking info guix
Date: Sat, 17 Mar 2018 11:57:00 +0300 [thread overview]
Message-ID: <87woybqdur.fsf@gmail.com> (raw)
In-Reply-To: <CAJ98PDwG=Q77_B1tpk-RGUiA_Y_Qv-wdMmsA6A3U6H7gt1y6Nw@mail.gmail.com> (catonano@gmail.com's message of "Sat, 17 Mar 2018 07:54:35 +0100")
[-- Attachment #1: Type: text/plain, Size: 900 bytes --]
Hello Catonano,
Catonano <catonano@gmail.com> writes:
[…]
> 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 ‘m’ then type ‘guix’ and ‘RET’. But if it not enough
you could bind e.g. to ‘<f6>’ with:
(global-set-key (kbd "<f6>") (lambda ()
(interactive)
(Info-goto-node "(guix)")))
or with ability to call ‘M-x Info-goto-node-guix’ and ‘<f6>’:
(defun Info-goto-node-guix ()
(interactive)
(Info-goto-node "(guix)"))
(global-set-key (kbd "<f6>") 'Info-goto-node-guix)
Both last variants don't require ‘M-x info’.
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2018-03-17 9:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-17 6:54 invoking info guix Catonano
2018-03-17 8:38 ` Nicolas Goaziou
2018-03-17 8:57 ` Oleg Pykhalov [this message]
2018-03-17 9:51 ` Arun Isaac
2018-03-17 10:08 ` Clément Lassieur
2018-03-17 10:18 ` Catonano
2018-03-17 12:20 ` Oleg Pykhalov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87woybqdur.fsf@gmail.com \
--to=go.wigust@gmail.com \
--cc=catonano@gmail.com \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).