From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Feature freeze and Tramp? Date: 10 May 2004 10:39:13 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87zn8qlleb.fsf@emptyhost.emptydomain.de> <87d65gj5j2.fsf@emptyhost.emptydomain.de> <87u0yrvpvk.fsf@tc-1-100.kawasaki.gol.ne.jp> <87ad0j5in4.fsf@emptyhost.emptydomain.de> Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084153311 10199 80.91.224.253 (10 May 2004 01:41:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 May 2004 01:41:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 10 03:41:43 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 1BMznb-0004Le-00 for ; Mon, 10 May 2004 03:41:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMzna-00026C-00 for ; Mon, 10 May 2004 03:41:43 +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 1BMznJ-0000nh-88 for emacs-devel@quimby.gnus.org; Sun, 09 May 2004 21:41:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMzmO-0008VE-Ay for emacs-devel@gnu.org; Sun, 09 May 2004 21:40:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMzld-0007YQ-2y for emacs-devel@gnu.org; Sun, 09 May 2004 21:40:19 -0400 Original-Received: from [202.32.8.214] (helo=TYO201.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMzlJ-00073F-4l; Sun, 09 May 2004 21:39:21 -0400 Original-Received: from mailgate3.nec.co.jp (mailgate53.nec.co.jp [10.7.69.161] (may be forged)) by TYO201.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id i4A1dGa20695; Mon, 10 May 2004 10:39:16 +0900 (JST) Original-Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i4A1dGo12350; Mon, 10 May 2004 10:39:16 +0900 (JST) Original-Received: from edtmg01.lsi.nec.co.jp ([10.26.16.201]) by mailsv5.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id i4A1dFk20595; Mon, 10 May 2004 10:39:15 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg01.lsi.nec.co.jp (8.12.10/8.12.10) with ESMTP id i4A1dD4n014534; Mon, 10 May 2004 10:39:14 +0900 (JST) Original-Received: from mcspd15 (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id i4A1dDaQ006187; Mon, 10 May 2004 10:39:13 +0900 (JST) Original-Received: by mcspd15 (Postfix, from userid 31295) id 3D86248E; Mon, 10 May 2004 10:39:13 +0900 (JST) Original-To: Kai Grossjohann System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <87ad0j5in4.fsf@emptyhost.emptydomain.de> Original-Lines: 18 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:23013 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23013 Kai Grossjohann writes: > I've now put the arch tagline in trampver.texi.in, was this the right > thing to do? I think it's not the right thing in general[*], but there's probably no reason to change it unless problems crop up. [*] Since a tagline assigns a unique identity to a file, putting it directly in the .in file means that (1) if you ever put the real virgin tramp sources in arch, the .in file will end up with the same `identity' as the generated file (which is clearly wrong), and (2) two different generated files in the same tree will conflict (this is a very unlikely case of course, since people tend not to do that). -Miles -- ((lambda (x) (list x x)) (lambda (x) (list x x)))