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: Fri, 22 Aug 2003 23:59:59 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061633250 20841 80.91.224.253 (23 Aug 2003 10:07:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2003 10:07:30 +0000 (UTC) Cc: lord@emf.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Aug 23 12:07:28 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 19qVIu-00076f-00 for ; Sat, 23 Aug 2003 12:07:28 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19qVNU-0002rj-00 for ; Sat, 23 Aug 2003 12:12:12 +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 19qVHG-0001qt-Ok for emacs-devel@quimby.gnus.org; Sat, 23 Aug 2003 06:05:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19qPej-000163-ES for emacs-devel@gnu.org; Sat, 23 Aug 2003 00:05:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19qPd1-0008M6-OR for emacs-devel@gnu.org; Sat, 23 Aug 2003 00:04:22 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qPcB-0007oN-MW for emacs-devel@gnu.org; Sat, 23 Aug 2003 00:02:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19qPZH-0001cA-UR; Fri, 22 Aug 2003 23:59:59 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on 20 Aug 2003 11:54:46 +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:16100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16100 I agree that it's ugly; arch currently treats everything on the line following `arch-tag:' as part of the tag-- and that includes whitespace. Yes, I gathered that. What I'm suggesting is that this should be changed. I suggest defining a tag-end sequence for arch. Suppose it is !!. Then the line could look like /* arch-tag: 53bb84c6-dee0-46c6-a275-2db144993d89!! */ This way, arch does not need to know about the specific comment syntax rules of various languages. Tom, what do you think?