From owner-svn-src-all@freebsd.org Tue Dec 10 16:45:45 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9222B1DE309; Tue, 10 Dec 2019 16:45:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47XQt13LCfz3Lpj; Tue, 10 Dec 2019 16:45:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f41.google.com with SMTP id v18so19544834iol.2; Tue, 10 Dec 2019 08:45:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=aSRkzRESwJI9EX6OV6eoFwFIYxPFixP14fegG/QWWY8=; b=YRNmY7sJPdneLYoGOKUkZNUnGRFH0f2JVHL90zQ41C8yUuWC393vrXYEcWQQ10xg0/ 3xnzI74HWgDI+YSHMAHUssLqzWSufuakgxk2ecV9Y8LQXjVw2RE0do5vnb2CaX3iw0Kn KE1dOI5pCbex/ZnfqfY9Cxp05hXAUlKaQ0UF1nIOCTcOdugaS/3zAx0GQzHlchUBu3B6 QuaTyx4cQYEZlGu9pRnnBreH/lgKZQD8Likb0TJjeW+DAynPJWLrspmTNGivp5Bg2BI+ ZqIcnyf9lYyKFMFxt2FJCUXdRRA6oxtpV2HLcK4LKFpFTfiFcy/zOuzjrMq6bttSvvo5 cuWg== X-Gm-Message-State: APjAAAUx9b/qGmzEMfLLdu8n8t8rICEzNCXNTGavzYjOPKqknr+Qph+i JOo22Usbs0oDdmyq4Piiudur61FXgNd2KaYj3wjq7RIc X-Google-Smtp-Source: APXvYqwP+FHr3pX+Ah1RFLlC3Rc7LaCRmVIZHJkmzQwzpF6gMARWMsGgGAcbyl+QxVO/i1vJIOIAXrfRhBIlVRxku8A= X-Received: by 2002:a6b:39d4:: with SMTP id g203mr285533ioa.100.1575996343486; Tue, 10 Dec 2019 08:45:43 -0800 (PST) MIME-Version: 1.0 References: <201912101435.xBAEZcIQ005147@repo.freebsd.org> <592493f2-556d-ec0c-aa8a-788e47c26e1d@freebsd.org> In-Reply-To: <592493f2-556d-ec0c-aa8a-788e47c26e1d@freebsd.org> From: Ed Maste Date: Tue, 10 Dec 2019 07:59:12 -0500 Message-ID: Subject: Re: svn commit: r355585 - head/share/vt/keymaps To: =?UTF-8?B?U3RlZmFuIEXDn2Vy?= Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 47XQt13LCfz3Lpj X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2019 16:45:45 -0000 On Tue, 10 Dec 2019 at 10:22, Stefan E=C3=9Fer wrote: > > Nobody seems to have noticed this problem for more than 5 years, > though. Probably because there's no user-facing impact - nonexistent keymap files are just omitted from the list. I'm glad someone eventually looked and submitted a PR :) There are a couple of other keymap/font issue PRs that I'll try to look int= o.