From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: bindings reserved for users Date: Tue, 23 Apr 2002 12:48:26 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200204181844.g3IIivc00452@aztec.santafe.edu> <200204201728.g3KHS3n01492@aztec.santafe.edu> <2110-Mon22Apr2002213449+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019559111 19968 127.0.0.1 (23 Apr 2002 10:51:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2002 10:51:51 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org, ppaatt@aol.com Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zxtn-0005Bx-00 for ; Tue, 23 Apr 2002 12:51:51 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zxuw-0000df-00 for ; Tue, 23 Apr 2002 12:53:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zxtI-0004om-00; Tue, 23 Apr 2002 06:51:20 -0400 Original-Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zxqm-0004hC-00; Tue, 23 Apr 2002 06:48:45 -0400 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g3NAmXb05689; Tue, 23 Apr 2002 12:48:33 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id MAA02646; Tue, 23 Apr 2002 12:48:26 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id B618A3B390; Tue, 23 Apr 2002 12:48:26 +0200 (CEST) Original-To: Eli Zaretskii In-Reply-To: <2110-Mon22Apr2002213449+0300-eliz@is.elta.co.il> ("Eli Zaretskii"'s message of "Mon, 22 Apr 2002 21:34:49 +0300") Original-Lines: 30 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3093 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3093 "Eli Zaretskii" writes: >> From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) >> Date: Mon, 22 Apr 2002 13:29:01 +0200 >> >> What is the correct way to typeset "i.e." in Texinfo source code? > > "i.e.@:". Without the "@:" part, TeX might typeset the second period > as an end of a sentence (slightly more whitespace). OK. Here is an updated patch. --- custom.texi.~1.47.~ Mon Apr 1 17:08:42 2002 +++ custom.texi Tue Apr 23 12:47:34 2002 @@ -1349,7 +1349,8 @@ key sequences are inconvenient to use. As a user, you can redefine any key; but it is usually best to stick -to key sequences that consist of @kbd{C-c} followed by a letter. +to key sequences that consist of @kbd{C-c} followed by a (lowercase or +uppercase) letter, i.e.@: a through z and A through Z. These keys are ``reserved for users,'' so they won't conflict with any properly designed Emacs extension. The function keys @key{F5} through @key{F9} are also reserved for users. If you redefine some other key, Opinions? kai -- Silence is foo!