From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: tramp.texi: Unknown command `indent' Date: Fri, 24 Aug 2007 11:28:03 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187947716 20927 80.91.229.12 (24 Aug 2007 09:28:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Aug 2007 09:28:36 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, id.brep@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 24 11:28:33 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 1IOVSy-00063C-4F for ged-emacs-devel@m.gmane.org; Fri, 24 Aug 2007 11:28:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOVSx-0001ER-70 for ged-emacs-devel@m.gmane.org; Fri, 24 Aug 2007 05:28:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOVSt-0001Dg-9M for emacs-devel@gnu.org; Fri, 24 Aug 2007 05:28:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOVSr-0001Cq-6q for emacs-devel@gnu.org; Fri, 24 Aug 2007 05:28:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOVSr-0001Ck-18 for emacs-devel@gnu.org; Fri, 24 Aug 2007 05:28:25 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOVSq-0006vB-PT for emacs-devel@gnu.org; Fri, 24 Aug 2007 05:28:24 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOVSp-0006vx-Ds for emacs-pretest-bug@gnu.org; Fri, 24 Aug 2007 05:28:23 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IOVSn-0006uZ-RY for emacs-pretest-bug@gnu.org; Fri, 24 Aug 2007 05:28:24 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IOVSi-0006m6-F9; Fri, 24 Aug 2007 05:28:17 -0400 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id l7O9RmZE020888; Fri, 24 Aug 2007 11:27:48 +0200 In-Reply-To: (Eli Zaretskii's message of "Fri, 24 Aug 2007 12:01:41 +0300") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.73 X-Detected-Kernel: Linux 2.4-2.6 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:77082 gmane.emacs.pretest.bugs:19616 Archived-At: Eli Zaretskii writes: > Michael, if @indent is the only feature of Texinfo 4.6 that you need, > how about if we rewrite that node to not use this command? From what > I see in that node, a simple @enumerate should do, right? Looks like this. Tramp's test.texi, used for checks during configure when installed standalone, reads: +--- | \input texinfo @c -*-texinfo-*- | | @c texinfo 4.2 | @copying | @end copying | | @c texinfo 4.6 | @indent | | @bye +--- I'll verify it next days. Maybe one could document somewhere which program versions a contribution to GNU Emacs must support? It would help to write compatible code. Best regards, Michael.