From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Aaron S. Hawley" Newsgroups: gmane.emacs.devel Subject: Re: Emacs manual: correct @code to @kbd Date: Tue, 9 Jun 2009 08:10:46 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244582695 24591 80.91.229.12 (9 Jun 2009 21:24:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jun 2009 21:24:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 09 23:24:52 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 1ME8oK-0002cr-AQ for ged-emacs-devel@m.gmane.org; Tue, 09 Jun 2009 23:24:49 +0200 Original-Received: from localhost ([127.0.0.1]:42670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME8oJ-0007Lq-5k for ged-emacs-devel@m.gmane.org; Tue, 09 Jun 2009 17:24:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME0AJ-0006cx-Af for emacs-devel@gnu.org; Tue, 09 Jun 2009 08:10:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME0AD-0006cl-76 for emacs-devel@gnu.org; Tue, 09 Jun 2009 08:10:54 -0400 Original-Received: from [199.232.76.173] (port=52412 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME0AD-0006ci-3o for emacs-devel@gnu.org; Tue, 09 Jun 2009 08:10:49 -0400 Original-Received: from mail-qy0-f185.google.com ([209.85.221.185]:64509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME0AB-0007aV-RJ; Tue, 09 Jun 2009 08:10:47 -0400 Original-Received: by qyk15 with SMTP id 15so4382072qyk.14 for ; Tue, 09 Jun 2009 05:10:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6cm5qGQOCdJ7+Bijr7wA0hMFjVZdwuRQtjuiBt62/Cw=; b=VFZDYy/wFRi9Ic3JjszD2BwinWJHNSYF0DkmV/mihCfZoJ7YDpmfh23xyiFXEBAR8C khp2vzGuOV3GGEe58dFFsd8kaBGvyRjNJo9cxK5c4Z5Aoa++Y4QqsieZ7Q5uOPsvSVO8 HZz4IlHtGyHfF1wl7lRqGgiiM4PrImgDw/7i8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=AzeLdHawVXVK3pVgNzSOHkXnXwn31zvaNLwhSi/HrLRly0YDvg7GSXLMHKusuwWUSE leWzz8ZIQCSxk43Vbn19qMrmFlWK5MAF6acVKtUXxzWh9SldMfsJDNBsHCs62BUTYMia T5kBL4ABbd4BkvJfHqFye6pUqf7lLzSW9K4bk= Original-Received: by 10.231.40.5 with SMTP id i5mr5498ibe.52.1244549446376; Tue, 09 Jun 2009 05:10:46 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 09 Jun 2009 17:19:25 -0400 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:111402 Archived-At: On Mon, Jun 8, 2009 at 11:01 PM, Eli Zaretskii wrote: > > However, some of your corrections are wrong. =A0For example, this: > >> --- doc/emacs/custom.texi =A0 =A0 4 Jun 2009 03:13:28 -0000 =A0 =A0 =A0 = 1.22 >> +++ doc/emacs/custom.texi =A0 =A0 8 Jun 2009 18:49:57 -0000 >> @@ -1706,7 +1706,7 @@ >> =A0@end example >> >> =A0 =A0When the key sequence includes function keys or mouse button even= ts, >> -or non-@acronym{ASCII} characters such as @code{C-=3D} or @code{H-a}, >> +or non-@acronym{ASCII} characters such as @kbd{C-=3D} or @kbd{H-a}, > > Since this talks about _characters_, not keystrokes, @kdb is > inappropriate here, I think. Maybe, but the @code isn't appropriate since neither characters nor "key sequence" are source code. I noticed the node "User Input" in commands.texi also talks about characters, however, the examples like this are marked with @kbd. Though, It does more appropriately use @samp, rather than @kbd, for characters that aren't key sequences. --=20 In general, we reserve the right to have a poor memory--the computer, however, is supposed to remember! Poor computer. -- Guy Lewis Steele Jr.