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: Thu, 30 Apr 2015 18:37:23 +0200 Message-ID: <874mnxincs.fsf@gnu.org> References: <87vbgkj6qt.fsf@gmail.com> <87bni6fzv9.fsf@gnu.org> <87vbgdmvr3.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]:48696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnrSr-0003OM-7t for guix-devel@gnu.org; Thu, 30 Apr 2015 12:37:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnrSo-0003Oz-1O for guix-devel@gnu.org; Thu, 30 Apr 2015 12:37:29 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnrSn-0003Or-Ul for guix-devel@gnu.org; Thu, 30 Apr 2015 12:37:25 -0400 In-Reply-To: <87vbgdmvr3.fsf@gmail.com> (Alex Kost's message of "Thu, 30 Apr 2015 19:22:24 +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: > Ludovic Court=C3=A8s (2015-04-29 23:23 +0300) wrote: > >> Alex Kost skribis: >> >> [...] >> >>> + (documentation >>> + (string-append "Load '" file "' console keymap (loadkeys).")) >> >> Please make it a literal string, thus omitting FILE entirely. > > OK, do you mean like this?: > > "Load console keymap (loadkeys)." Yes, thanks. Ludo=E2=80=99.