From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: JD Smith Newsgroups: gmane.emacs.devel Subject: Re: Changes to lisp/progmodes/idlw-*.el Date: Wed, 17 Nov 2004 18:14:31 -0700 Message-ID: <1100740471.30850.250.camel@turtle.as.arizona.edu> References: <20041117120515.GA28196@fencepost> <1100711922.30850.45.camel@turtle.as.arizona.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100740520 15243 80.91.229.6 (18 Nov 2004 01:15:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Nov 2004 01:15:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 18 02:15:10 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CUatB-0001N5-00 for ; Thu, 18 Nov 2004 02:15:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUb21-0005jr-54 for ged-emacs-devel@m.gmane.org; Wed, 17 Nov 2004 20:24:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUb1u-0005jl-2i for emacs-devel@gnu.org; Wed, 17 Nov 2004 20:24:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUb1t-0005jZ-Mz for emacs-devel@gnu.org; Wed, 17 Nov 2004 20:24:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUb1t-0005jW-K2 for emacs-devel@gnu.org; Wed, 17 Nov 2004 20:24:09 -0500 Original-Received: from [128.196.210.37] (helo=nsa.as.arizona.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CUasl-0003Jn-2F; Wed, 17 Nov 2004 20:14:43 -0500 Original-Received: from biff.as.arizona.edu (biff.as.arizona.edu [128.196.211.142]) by nsa.as.arizona.edu (8.12.10/8.12.10) with ESMTP id iAI1EVLa007298; Wed, 17 Nov 2004 18:14:31 -0700 Original-Received: from [128.196.208.207] (turtle.as.arizona.edu [128.196.208.207]) by biff.as.arizona.edu (8.12.8/8.12.8) with ESMTP id iAI1EV5M021954; Wed, 17 Nov 2004 18:14:31 -0700 Original-To: Miles Bader In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-Scanned-By: MIMEDefang 2.42 X-MailScanner: Found to be clean X-MailScanner-SpamCheck: so2: not spam, SpamAssassin (score=-2.791, required 8, autolearn=disabled, ALL_TRUSTED -2.82, AWL 0.03) X-MailScanner-From: jdsmith@as.arizona.edu 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: main.gmane.org gmane.emacs.devel:29995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29995 On Wed, 2004-11-17 at 18:00, Miles Bader wrote: > JD Smith writes: > > Thanks Miles. I've looked at it closer, and as expected everything was > > up to date in idlwave.el with the changes made since my last submission > > of 2002-09-12 (except the arch-tag and superfluous CVS tags, of > > course). I suppose there is no arch-friendly $Date$ equivalent? > > Arch doesn't care one way or the other about $Date$ -- which is the > problem: RCS keywords a big pain _unless_ they're treated specially (of > course CVS does treat them specially). > > Is there a reason you can't apply these changes (arch tags and RCS > keywords) to your sources too? Adding the arch tag is easy (and done). I tend to use $Date$ myself, but can trim that when submitting to you guys easily enough. Is there a recommendation on assoc-ignore-case? Thanks, JD