From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: @key{...} mis-use (was: Using Org as the source format to generate org.texi) Date: Thu, 19 Apr 2018 12:22:14 +0300 Message-ID: <83vacnzh2x.fsf@gnu.org> References: <878tb5axms.fsf@bzg.fr> <87371762r3.fsf@nicolasgoaziou.fr> <87zi3dcrq1.fsf@nicolasgoaziou.fr> <83po49s36j.fsf@gnu.org> <876061ckk7.fsf@nicolasgoaziou.fr> <83h8plrygn.fsf@gnu.org> <87tvtlb2j4.fsf@nicolasgoaziou.fr> <83efkprqw2.fsf@gnu.org> <87vae19drk.fsf@nicolasgoaziou.fr> <837eqgrmux.fsf@gnu.org> <87zi25n27u.fsf_-_@nicolasgoaziou.fr> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1524129752 28833 195.159.176.226 (19 Apr 2018 09:22:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2018 09:22:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nicolas Goaziou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 19 11:22:28 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f95lr-0007Px-4j for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2018 11:22:27 +0200 Original-Received: from localhost ([::1]:33612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f95nx-0004v2-N3 for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2018 05:24:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f95lX-0003Dc-4g for emacs-devel@gnu.org; Thu, 19 Apr 2018 05:22:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f95lT-0003vc-1k for emacs-devel@gnu.org; Thu, 19 Apr 2018 05:22:07 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f95lS-0003vT-Th; Thu, 19 Apr 2018 05:22:02 -0400 Original-Received: from [176.228.60.248] (port=2386 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1f95lS-0003uY-AW; Thu, 19 Apr 2018 05:22:02 -0400 In-reply-to: <87zi25n27u.fsf_-_@nicolasgoaziou.fr> (message from Nicolas Goaziou on Sat, 14 Apr 2018 19:10:29 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224726 Archived-At: > From: Nicolas Goaziou > Cc: emacs-devel@gnu.org > Date: Sat, 14 Apr 2018 19:10:29 +0200 > > Speaking of which, I grepped through the "doc/" directory for > @key{something}, and uniquified the result. > > Some of them are typos (e.g., @key{F11>}) and some stems from > a confusion between @kbd and @key (e.g., @key{C-c C-t @key{SPC}}). Some > are missing normalization (e.g., @kbd{arrow-up}) while others look odd > (e.g., @kbd{PNT}). > > Here are the 254 values. Someone(c) with write access to repository > might want to fix some of them. Done.