From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: my latest blog post Date: Fri, 08 Jun 2018 11:45:19 +0200 Message-ID: References: <87602ttye9.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRDxW-0004Uj-AI for guix-devel@gnu.org; Fri, 08 Jun 2018 05:45:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRDxT-0003mg-Nl for guix-devel@gnu.org; Fri, 08 Jun 2018 05:45:26 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:45548) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fRDxT-0003lP-Dj for guix-devel@gnu.org; Fri, 08 Jun 2018 05:45:23 -0400 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 05282559 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Fri, 8 Jun 2018 09:47:44 +0000 (UTC) In-Reply-To: <87602ttye9.fsf@lassieur.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Le 2018-06-08 11:34, Clément Lassieur a écrit : > Hi Julien, > > Julien Lepiller writes: > >> I read you're having trouble to find information from the section >> titles. Info >> manuals >> have an index where it's easier to find things. But actually, what >> helps me >> the most >> is to ignore the `info` command and open either the full .texi source >> or the >> "html >> in one page" version. Then I can do full-text search, which is a lot >> quicker. Does >> anyone know if there is a similar facility in the info program? > > Did you try the 's' shortcut? > > https://www.gnu.org/software/texinfo/manual/info-stnd/info-stnd.html#Searching-Commands Ho, nice! Thank you! So 's' or '/' to search, and '{' or '}' to search previous/next occurence. That's exactly what I wanted :)