From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: 07/07: services: console-keymap: Deprecate. Date: Sat, 06 Apr 2019 22:51:07 +0300 Message-ID: <87tvfa29qs.fsf@gmail.com> References: <20190405134511.7740.88403@vcs0.savannah.gnu.org> <20190405134516.BD1962158A@vcs0.savannah.gnu.org> <87v9zr7vpf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCrLF-0001u2-9Y for guix-devel@gnu.org; Sat, 06 Apr 2019 15:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCrLE-0000ZY-D1 for guix-devel@gnu.org; Sat, 06 Apr 2019 15:51:05 -0400 In-Reply-To: <87v9zr7vpf.fsf@netris.org> (Mark H. Weaver's message of "Fri, 05 Apr 2019 21:45:05 -0400") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver (2019-04-05 21:45 -0400) wrote: > Hi Ludovic, > > guix-commits@gnu.org writes: > >> civodul pushed a commit to branch master >> in repository guix. >> >> commit 3a665637afc32a142dc24a77ce7ce9235eb6a3af >> Author: Ludovic Court=C3=A8s >> Date: Wed Apr 3 14:32:41 2019 +0200 >> >> services: console-keymap: Deprecate. >>=20=20=20=20=20 >> * gnu/services/base.scm (console-keymap-service): Mark as deprecated. >> * doc/guix.texi (Base Services): Remove its documentation. > > Why is this being deprecated? Ouch, this is unpleasant surprise. > Is there an alternative service to replace it? I wonder too! I see there is a new =E2=80=98keyboard-layout=E2=80=99 field= , but if I understand (gnu system keyboard) correctly, it does not allow me to use my own file in "loadkeys" format. > I use this service to change my console keymap, changing Caps Lock to > Control, and adding several more mappings for Meta-key combinations to > make Emacs more pleasurable to use from a text console. --=20 Alex