From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] services: Add console-keymap service. Date: Wed, 29 Apr 2015 22:23:06 +0200 Message-ID: <87bni6fzv9.fsf@gnu.org> References: <87vbgkj6qt.fsf@gmail.com> 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]:52493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnYVm-00056t-UR for guix-devel@gnu.org; Wed, 29 Apr 2015 16:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnYVh-0004hs-VM for guix-devel@gnu.org; Wed, 29 Apr 2015 16:23:14 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnYVh-0004hi-SA for guix-devel@gnu.org; Wed, 29 Apr 2015 16:23:09 -0400 In-Reply-To: <87vbgkj6qt.fsf@gmail.com> (Alex Kost's message of "Sat, 25 Apr 2015 23:24:58 +0300") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From f879481f96386617d070b146aa2c3d1988deff40 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 25 Apr 2015 22:52:29 +0300 > Subject: [PATCH] services: Add console-keymap service. > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > * gnu/services/base.scm (console-keymap-service): New procedure. > * doc/guix.texi (Base Services): Document it. > > Co-authored-by: =E5=AE=8B=E6=96=87=E6=AD=A6 [...] > + (documentation > + (string-append "Load '" file "' console keymap (loadkeys).")) Please make it a literal string, thus omitting FILE entirely. Otherwise LGTM, please push. Eventually, this should probably be promoted as a field in =E2=80=98operating-system=E2=80=99, with the service automatically added as= part of =E2=80=98essential-services=E2=80=99. WDYT? Thanks to both of you! Ludo=E2=80=99.