From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: arch taglines for emacs Date: Mon, 25 Aug 2003 21:38:35 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200308231402.HAA00501@morrowfield.regexps.com> <200308241859.LAA05271@morrowfield.regexps.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061867680 21338 80.91.224.253 (26 Aug 2003 03:14:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2003 03:14:40 +0000 (UTC) Cc: lord@emf.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Aug 26 05:14:38 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rUI2-0003di-00 for ; Tue, 26 Aug 2003 05:14:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19rUNq-0007Yq-00 for ; Tue, 26 Aug 2003 05:20:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rUH7-0005mF-6j for emacs-devel@quimby.gnus.org; Mon, 25 Aug 2003 23:13:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19rStL-0001te-Oi for emacs-devel@gnu.org; Mon, 25 Aug 2003 21:45:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19rSsk-0001Mo-FH for emacs-devel@gnu.org; Mon, 25 Aug 2003 21:44:57 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rSqM-00088h-R1 for emacs-devel@gnu.org; Mon, 25 Aug 2003 21:41:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19rSn5-0005kR-9T; Mon, 25 Aug 2003 21:38:35 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on 25 Aug 2003 10:59:06 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:16154 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16154 My tentative plan is to do as you've suggested, and use this format for C code: /* arch-tag: ID-CONTENTS (don't change this comment) */ and then later when `arch-id:' is implemented, change to using: /* arch-id: "ID-CONTENTS" */ As long as you (Tom) are pretty sure the proposal for arch-id: will not change in any way significant enough to screw up compatibility, this seems like the most practical method. Doing things in two steps like that is ok with me.