From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60052 Path: news.gmane.org!not-for-mail From: sigurd@12move.de (Karl =?iso-8859-1?Q?Pfl=E4sterer?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: cvs keyword hacking in texi/Makefile.in Date: Thu, 24 Mar 2005 23:27:56 +0100 Organization: Lemis World Message-ID: References: Reply-To: khp@pflaesterer.de (Karl =?iso-8859-1?Q?Pfl=E4sterer?=) NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111703681 24719 80.91.229.2 (24 Mar 2005 22:34:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2005 22:34:41 +0000 (UTC) Original-X-From: ding-owner+M8593@lists.math.uh.edu Thu Mar 24 23:34:40 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEato-0004wC-8O for ding-account@gmane.org; Thu, 24 Mar 2005 23:33:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DEapJ-0005r8-00; Thu, 24 Mar 2005 16:29:17 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DEapF-0005r3-00 for ding@lists.math.uh.edu; Thu, 24 Mar 2005 16:29:13 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DEapB-00059H-9r for ding@lists.math.uh.edu; Thu, 24 Mar 2005 16:29:09 -0600 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DEapA-0006hg-00 for ; Thu, 24 Mar 2005 23:29:08 +0100 Original-To: ding@gnus.org Original-Path: wintendo.pflaesterer.de!not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 24 Original-NNTP-Posting-Host: b85ba.b.pppool.de Original-X-Trace: quimby.gnus.org 1111703348 25771 213.7.133.186 (24 Mar 2005 22:29:08 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 24 Mar 2005 22:29:08 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Hamster/2.0.6.0 Cancel-Lock: sha1:eesa9DxtIpxouEYkkCVLaYW+GrM= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8593@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: news.gmane.org gmane.emacs.gnus.general:60052 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60052 On 24 Mrz 2005, reinersteib+gmane@imap.cc wrote: > On Thu, Mar 24 2005, Miles Bader wrote: > >> # FIXME: This should be done in xml2texi.scm or gnus-faq.xml should be >> # changed: >> sed '/\$$Id: Makefile.in,v 7.12 2005/03/24 09:14:37 miles Exp $$/d' < $@.tmp > >> $@ >> >> Besides the more general question of whether CVS keywords should be >> used at all, this probably doesn't do what someone thought it does >> -- it replaces the expansion of $Id$ for `Makefile.in' in the text >> of `gnus-faq.xml'?!? That's surely a nop...? > > Oops, it was supposed to remove the gnus-faq.xml-Id when creating > gnus-faq.texi. Of course it worked fine, until I committed it. :-/ > > Unless Frank or Karl come up with a better idea (see the Makefile > comment above), I will probably the CVS keyword from gnus-faq.xml. Could you elaborate what you wanted to achieve so I can write a Scheme solution? KP