From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: mcron service Date: Fri, 24 Jun 2016 17:18:59 +0300 Message-ID: <87wpled60c.fsf@gmail.com> References: <20160430192744.1fbe081f@scratchpost.org> <871t5lc432.fsf@gnu.org> <20160517192857.0bab0560@scratchpost.org> <877fdgs4hv.fsf_-_@gnu.org> <20160624075926.03c6d198@scratchpost.org> <87shw27qbz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGRwk-0001mm-VY for guix-devel@gnu.org; Fri, 24 Jun 2016 10:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGRwg-00052A-O6 for guix-devel@gnu.org; Fri, 24 Jun 2016 10:19:01 -0400 In-Reply-To: <87shw27qbz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 24 Jun 2016 14:00:44 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-06-24 15:00 +0300) wrote: > Danny Milosavljevic skribis: > >> How do I read the guix texinfo manual (using info) when the manual is no= t installed (i.e. read directly from the git checkout)? > > Using the standalone Info reader, you can run: > > info -f ./doc/guix.info > > and using Emacs: > > C-u C-h i ./doc/guix.info RET Or you can just press "I" on the .info file in a dired buffer. This "I" key (bound to 'dired-info') becomes available when you use 'dired-x'. I personally have the following in my ".emacs": (with-eval-after-load 'dired (require 'dired-x)) although the manual recommends another way: (info "(dired-x) Installation") --=20 Alex