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: @tindex commands Date: Sun, 09 Jul 2006 15:03:13 -0400 Message-ID: References: <17584.16576.98051.254787@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152471898 11264 80.91.229.2 (9 Jul 2006 19:04:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Jul 2006 19:04:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 09 21:04:57 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FzeaO-0003KR-DW for ged-emacs-devel@m.gmane.org; Sun, 09 Jul 2006 21:04:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzeaO-0003oJ-2L for ged-emacs-devel@m.gmane.org; Sun, 09 Jul 2006 15:04:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzeYx-00031e-8Y for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:03:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzeYw-00031N-QI for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:03:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzeYw-00031I-Ka for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:03:26 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzeZr-00059M-Fi for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:04:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FzeYj-0001pa-Ow; Sun, 09 Jul 2006 15:03:14 -0400 Original-To: Nick Roberts In-reply-to: <17584.16576.98051.254787@kahikatea.snap.net.nz> (message from Nick Roberts on Sun, 9 Jul 2006 11:33:20 +1200) 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:56859 Archived-At: Richard Stallman writes: > Would someone please delete all the @tindex commands from the Emacs > Lisp Manual sources? Then ack? What's the point of this? The symbols that had @tindex were new in a previous edition. They aren't new any more. The node "New Symbols Since the Previous Edition" is now empty. We can either delete that node, or add new @tindex commands to the symbols that were not in the previous edition. Deleting the node is much easier, so would someone please do that? (Please comment it out with @ignore.)