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: [drew.adams@oracle.com: RE: cannot find :enable in Elisp manualindex] Date: Sat, 02 Jun 2007 13:29:29 -0400 Message-ID: References: <466135E1.5070909@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1180805397 2065 80.91.229.12 (2 Jun 2007 17:29:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2007 17:29:57 +0000 (UTC) Cc: eliz@gnu.org, karl@gnu.org, drew.adams@oracle.com, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 02 19:29:55 2007 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 1HuXQI-0003sB-Ih for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2007 19:29:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuXQH-0006y9-Ku for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2007 13:29:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HuXQE-0006va-0S for emacs-devel@gnu.org; Sat, 02 Jun 2007 13:29:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuXQC-0006vO-MC for emacs-devel@gnu.org; Sat, 02 Jun 2007 13:29:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuXQC-0006vL-D8 for emacs-devel@gnu.org; Sat, 02 Jun 2007 13:29:48 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HuXQC-0000mF-1d for emacs-devel@gnu.org; Sat, 02 Jun 2007 13:29:48 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HuXPt-0000ml-Kj; Sat, 02 Jun 2007 13:29:29 -0400 In-reply-to: <466135E1.5070909@gnu.org> (message from Jason Rumney on Sat, 02 Jun 2007 10:18:25 +0100) X-detected-kernel: 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:72059 Archived-At: Rather than using \: to escape a colon, which would not be backwards compatible so would take years to filter through, it might be a good idea to introduce SGML character entities to texinfo, so a colon could be escaped as : That seems plausible. This will only work if &, # and ; do not already have special meaning in texinfo They don't. Karl, what do you think of this idea?