From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Goaziou Newsgroups: gmane.emacs.devel Subject: Re: Using Org as the source format to generate org.texi Date: Tue, 13 Mar 2018 22:37:34 +0100 Message-ID: <87efknsllt.fsf@nicolasgoaziou.fr> 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> <87k1ufsxb7.fsf@nicolasgoaziou.fr> <83r2onrhv9.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1520977080 26458 195.159.176.226 (13 Mar 2018 21:38:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2018 21:38:00 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: rms@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 22:37:56 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 1evrcJ-0006kO-B6 for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2018 22:37:55 +0100 Original-Received: from localhost ([::1]:42996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evreK-0002TO-Dv for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2018 17:40:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evrc8-0001JO-SS for emacs-devel@gnu.org; Tue, 13 Mar 2018 17:37:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evrc8-0003k0-0k for emacs-devel@gnu.org; Tue, 13 Mar 2018 17:37:44 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:37249) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evrc4-0003gb-7P; Tue, 13 Mar 2018 17:37:40 -0400 X-Originating-IP: 185.131.40.67 Original-Received: from saiph (unknown [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8EB56E000D; Tue, 13 Mar 2018 22:37:36 +0100 (CET) Original-Received: from ngz by saiph with local (Exim 4.89) (envelope-from ) id 1evrby-0000vW-Tp; Tue, 13 Mar 2018 22:37:34 +0100 In-Reply-To: <83r2onrhv9.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 13 Mar 2018 19:43:38 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 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:223708 Archived-At: Eli Zaretskii writes: > Personally, it would confuse me a lot to have to use kbd for both @kbd > and @key. But that's me. You're coming from the Texinfo world, so you have a clear definition of @kbd and @key in mind. OTOH, there are no such things in Org. From there, @key may even appear superfluous, considering a simple macro -- in the Org sense -- can deduce it most of the time. Furthermore, a DWIM-like "kbd" command is a nice thing to have for users that do not know very well Texinfo. However, we can rename the "kbd" macro, if it confuses you. I cannot think of a good name for it, but feel free to suggest one.