From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41301) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jG7iQ-0004V9-VA for guix-patches@gnu.org; Sun, 22 Mar 2020 17:01:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jG7iQ-0003QG-1d for guix-patches@gnu.org; Sun, 22 Mar 2020 17:01:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45069) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jG7iP-0003Q0-Od for guix-patches@gnu.org; Sun, 22 Mar 2020 17:01:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jG7iP-0005uY-OO for guix-patches@gnu.org; Sun, 22 Mar 2020 17:01:01 -0400 Subject: bug#40120: [PATCH] doc: guix.texi: Add console-font-service-type to Base Services. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87blopwcr5.fsf@gnu.org> <87o8spmh7w.fsf@asu.edu> <87a749kt7j.fsf@asu.edu> <875zexkrqc.fsf@asu.edu> Date: Sun, 22 Mar 2020 21:59:54 +0100 In-Reply-To: <875zexkrqc.fsf@asu.edu> (John Soo's message of "Sat, 21 Mar 2020 20:12:27 -0700") Message-ID: <87h7ygt8ad.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: John Soo Cc: 40120-done@debbugs.gnu.org Hi, John Soo skribis: > From cb4cf2b72766d4416fe5d2dc69a03914ec3c06c4 Mon Sep 17 00:00:00 2001 > From: John Soo > Date: Wed, 18 Mar 2020 08:33:59 -0700 > Subject: [PATCH] doc: guix.texi: Add console-font-service-type to Base > Services. > > * doc/guix.texi (Base Services): Add console-font-service-type. Applied with this changes: > +@defvr {Scheme Variable} console-font-service-type @var{tty-font-pairs} Remove @var{tty-font-pairs}. > +@lisp > +'((\"tty1\" . \"LatGrkCyr-8x16\") > + (\"tty2\" . (file-append > + font-tamzen > + \"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\")) Changed to quasiquote/unquote as needed (same in gnu/services/base.scm, which had the same typo), and \" =E2=86=92 ". Thanks, Ludo=E2=80=99.