From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Lord Newsgroups: gmane.emacs.devel Subject: Re: arch taglines for emacs Date: Sun, 24 Aug 2003 19:08:23 -0700 (PDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200308250208.TAA06590@morrowfield.regexps.com> References: <200308231402.HAA00501@morrowfield.regexps.com> <200308241859.LAA05271@morrowfield.regexps.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061777768 27751 80.91.224.253 (25 Aug 2003 02:16:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2003 02:16:08 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Aug 25 04:16:06 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 19r6tq-0006OD-00 for ; Mon, 25 Aug 2003 04:16:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19r6zB-0001fS-00 for ; Mon, 25 Aug 2003 04:21:37 +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 19r6np-00034q-AZ for emacs-devel@quimby.gnus.org; Sun, 24 Aug 2003 22:09:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19r6nZ-00034O-Ol for emacs-devel@gnu.org; Sun, 24 Aug 2003 22:09:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19r6n2-0002rm-Ue for emacs-devel@gnu.org; Sun, 24 Aug 2003 22:09:36 -0400 Original-Received: from [65.234.195.45] (helo=morrowfield.regexps.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19r6mW-0002hO-M4; Sun, 24 Aug 2003 22:08:33 -0400 Original-Received: (from lord@localhost) by morrowfield.regexps.com (8.9.1/8.9.1) id TAA06590; Sun, 24 Aug 2003 19:08:23 -0700 (PDT) (envelope-from lord@morrowfield.regexps.com) Original-To: miles@gnu.org 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:16138 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16138 > From: Miles Bader > Tom Lord writes: > > So, tell me what to do to help keep Emacs folks happy. Your call. > I want to keep the tag-ids clean (no */ as part of the tag). > 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. That's a nice conservative approach from the arch perspective. > _However_, if Richard objects to temporarily having the ugly multi-line > comments then I'm also willing to do the grunt work for a minimal > implementation of arch-id:, and use that instead. And I'm willing to pitch in on that to make it minimal but satisfactory for the future. Either way, really. -t