From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Feature freeze and Tramp? Date: Sat, 08 May 2004 12:15:59 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87ad0j5in4.fsf@emptyhost.emptydomain.de> References: <87zn8qlleb.fsf@emptyhost.emptydomain.de> <87d65gj5j2.fsf@emptyhost.emptydomain.de> <87u0yrvpvk.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084011540 9610 80.91.224.253 (8 May 2004 10:19:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 May 2004 10:19:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 08 12:18:54 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMOv0-0005H4-00 for ; Sat, 08 May 2004 12:18:54 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMOv0-0000IM-00 for ; Sat, 08 May 2004 12:18:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMOto-00057f-1H for emacs-devel@quimby.gnus.org; Sat, 08 May 2004 06:17:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMOtN-0004qp-RO for emacs-devel@gnu.org; Sat, 08 May 2004 06:17:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMOrz-0003o3-JR for emacs-devel@gnu.org; Sat, 08 May 2004 06:16:19 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMOry-0003mG-Gr for emacs-devel@gnu.org; Sat, 08 May 2004 06:15:46 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BMOrx-0005IP-00 for ; Sat, 08 May 2004 12:15:45 +0200 Original-Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 May 2004 12:15:45 +0200 Original-Received: from kai by 213-203-244-156.kunde.vdserver.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 May 2004 12:15:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:DGCVIyRMt0DzHQPy2lmXEGvxhtA= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22932 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22932 Miles Bader writes: > Kai Grossjohann writes: >> Thanks to everyone for sharing their opinion. I've now tried to >> update Tramp to 2.0.40. > > The arch tagline for `man/trampver.texi' got stomped on. Argh. I forgot, /again/. Sorry. I've now tried to resurrect the line. > Looking at it, it looks like a generated file -- should it not be stored > in the archive at all? Or is a `generated but not locally' file? > If that's the case I can use an explicit tag instead of a tagline. In the Tramp CVS repository, the Tramp version is an Autoconf macro. The file texi/trampver.texi.in in that repository contains an @FOO@ string, and texi/trampver.texi is generated from it to contain the version number. Then the file texi/trampver.texi is transferred to the Emacs CVS repository. So if I understand you correctly, the `generated but not locally' part is true. I've now put the arch tagline in trampver.texi.in, was this the right thing to do? Thanks for your patience, Kai