all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Tournier <zimon.toutoune@gmail.com>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: Ricardo Wurmus <rekado@elephly.net>,
	Nathan Dehnel <ncdehnel@gmail.com>,
	Felix Lechner <felix.lechner@lease-up.com>,
	guix-devel@gnu.org
Subject: Re: more than 1,800 dependent packages: website out of date
Date: Wed, 18 Oct 2023 19:55:17 +0200	[thread overview]
Message-ID: <87zg0folx6.fsf@gmail.com> (raw)
In-Reply-To: <874jit2nh8.fsf@gmail.com>

Hi Maxim,

On Sat, 14 Oct 2023 at 12:11, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:

> Not to preach, but I've spent some time looking at 'info info' once and
> I'm sold to it now.  I basically use these keys: 'g' to navigate to
> nodes, 'm' to select a menu, 'space' to page down and 'backspace' to
> page up.

Yeah the tutorial is really good!  Well, I did it several times over the
past 10 years and, as I said, my muscle memory has hard time with
keybindings.  Hum, let try once again. :-)

Well, I added this to my configuration:

--8<---------------cut here---------------start------------->8---
(define-key Info-mode-map (kbd "W")
    #'(lambda ()
        "Stash the current node name as URL for online manual."
        (interactive)
        (Info-copy-current-node-name)
        (let* ((node (pop kill-ring))
               (that (if (string-match "(\\([[:alnum:]]+\\)) \\(.*\\)" node)
                         (if (string= "guix" (match-string 1 node))
                             (concat
                              "https://guix.gnu.org/manual/devel/en/guix.html#"
                              (replace-regexp-in-string " " "-"
                                                        (match-string 2 node)))
                           node)
                       node)))
          (kill-new that)
          (message "%s" that))))
--8<---------------cut here---------------end--------------->8---

Let see if I use it. ;-)

Cheers,
simon


  reply	other threads:[~2023-10-18 17:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-28  6:28 more than 1,800 dependent packages: website out of date Nathan Dehnel
2023-09-28  6:35 ` Ricardo Wurmus
2023-09-28 14:11   ` Nathan Dehnel
2023-09-29  7:32   ` Simon Tournier
2023-10-04 15:33     ` Ludovic Courtès
2023-10-04 17:50       ` Simon Tournier
2023-10-14 16:11     ` Maxim Cournoyer
2023-10-18 17:55       ` Simon Tournier [this message]
2023-10-18 18:41         ` Useful Info related Emacs functions (was Re: more than 1,800 dependent packages: website out of date) Matt
2023-10-19  8:59           ` Simon Tournier
     [not found] <mailman.14714.1695741617.1171.guix-devel@gnu.org>
2023-09-26 18:04 ` more than 1,800 dependent packages: website out of date Peter Polidoro
2023-09-26 19:54   ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
  -- strict thread matches above, loose matches on Subject: below --
2023-09-26  3:18 jgart
2023-09-26  5:32 ` Simon Tournier
2023-09-26  9:55   ` Attila Lendvai
2023-09-26 10:26     ` Simon Tournier
2023-09-26 16:39       ` Maxim Cournoyer
2023-09-26 16:42       ` jgart
2023-09-26 14:15   ` jgart

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zg0folx6.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=felix.lechner@lease-up.com \
    --cc=guix-devel@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=ncdehnel@gmail.com \
    --cc=rekado@elephly.net \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.