From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs manual: correct @code to @kbd Date: Wed, 10 Jun 2009 18:03:45 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244671533 17731 80.91.229.12 (10 Jun 2009 22:05:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2009 22:05:33 +0000 (UTC) Cc: "Aaron S. Hawley" , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 11 00:05:30 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEVvF-0006fZ-EF for ged-emacs-devel@m.gmane.org; Thu, 11 Jun 2009 00:05:29 +0200 Original-Received: from localhost ([127.0.0.1]:57634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEVvE-0000bR-UM for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2009 18:05:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEVth-0007zi-Mt for emacs-devel@gnu.org; Wed, 10 Jun 2009 18:03:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEVtd-0007tn-Rr for emacs-devel@gnu.org; Wed, 10 Jun 2009 18:03:53 -0400 Original-Received: from [199.232.76.173] (port=38859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEVtd-0007ti-NL for emacs-devel@gnu.org; Wed, 10 Jun 2009 18:03:49 -0400 Original-Received: from smtp-04.vtx.ch ([212.147.0.65]:39054) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEVtb-0007ZW-KL; Wed, 10 Jun 2009 18:03:47 -0400 Original-Received: from alfajor.home (dyn.144-85-210-209.dsl.vtx.ch [144.85.210.209]) by smtp-04.vtx.ch (VTX Services SA) with ESMTP id A575A29AD15; Thu, 11 Jun 2009 00:03:45 +0200 (CEST) Original-Received: by alfajor.home (Postfix, from userid 20848) id 7D7DF64319; Wed, 10 Jun 2009 18:03:45 -0400 (EDT) In-Reply-To: (Eli Zaretskii's message of "Mon, 08 Jun 2009 23:01:52 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111419 Archived-At: >> When the key sequence includes function keys or mouse button events, >> -or non-@acronym{ASCII} characters such as @code{C-=} or @code{H-a}, >> +or non-@acronym{ASCII} characters such as @kbd{C-=} or @kbd{H-a}, > Since this talks about _characters_, not keystrokes, @kdb is > inappropriate here, I think. I agree with Richard here: H-a is not a character (and `characterp' also agrees with us) but a keyboard event, so @kbd seems more appropriate. Stefan