From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs manual: correct @code to @kbd Date: Tue, 09 Jun 2009 22:33:52 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1244601297 2048 80.91.229.12 (10 Jun 2009 02:34:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2009 02:34:57 +0000 (UTC) Cc: aaron.s.hawley@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 10 04:34:54 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 1MEDeO-0006BQ-QC for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2009 04:34:52 +0200 Original-Received: from localhost ([127.0.0.1]:49962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEDeO-0000cv-Ht for ged-emacs-devel@m.gmane.org; Tue, 09 Jun 2009 22:34:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEDdV-0000I1-HM for emacs-devel@gnu.org; Tue, 09 Jun 2009 22:33:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEDdR-0000GN-T1 for emacs-devel@gnu.org; Tue, 09 Jun 2009 22:33:57 -0400 Original-Received: from [199.232.76.173] (port=43394 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEDdR-0000Fy-Lm for emacs-devel@gnu.org; Tue, 09 Jun 2009 22:33:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38476) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEDdQ-0004EB-SM for emacs-devel@gnu.org; Tue, 09 Jun 2009 22:33:52 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MEDdQ-00075I-Fe; Tue, 09 Jun 2009 22:33:52 -0400 In-reply-to: (message from Eli Zaretskii on Mon, 08 Jun 2009 23:01:52 -0400) 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:111405 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. C-= and H-a only make sense as keyboard input. They cannot exist in files or buffers.