From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Lord Newsgroups: gmane.emacs.devel,gmane.comp.version-control.arch.user Subject: Re: [Gnu-arch-users] Re: arch taglines for emacs Date: Sun, 24 Aug 2003 12:44:42 -0700 (PDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200308241944.MAA05439@morrowfield.regexps.com> References: <200308231402.HAA00501@morrowfield.regexps.com> <200308241859.LAA05271@morrowfield.regexps.com> <20030824193847.GA20246@reactor-core.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061754871 31737 80.91.224.253 (24 Aug 2003 19:54:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2003 19:54:31 +0000 (UTC) Cc: gnu-arch-users@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Aug 24 21:54:29 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 19r0wX-0002hf-00 for ; Sun, 24 Aug 2003 21:54:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19r11l-0004Nz-00 for ; Sun, 24 Aug 2003 21:59:53 +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 19r0uE-0006Oh-61 for emacs-devel@quimby.gnus.org; Sun, 24 Aug 2003 15:52:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19r0nq-0004ZS-K8 for emacs-devel@gnu.org; Sun, 24 Aug 2003 15:45:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19r0n8-0003si-NL for emacs-devel@gnu.org; Sun, 24 Aug 2003 15:45:17 -0400 Original-Received: from [65.234.195.45] (helo=morrowfield.regexps.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19r0mZ-0003WF-ED; Sun, 24 Aug 2003 15:44:11 -0400 Original-Received: (from lord@localhost) by morrowfield.regexps.com (8.9.1/8.9.1) id MAA05439; Sun, 24 Aug 2003 12:44:42 -0700 (PDT) (envelope-from lord@morrowfield.regexps.com) Original-To: krooger@debian.org In-reply-to: <20030824193847.GA20246@reactor-core.org> (message from Jonathan Walther on Sun, 24 Aug 2003 12:38:47 -0700) 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:16133 gmane.comp.version-control.arch.user:3496 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16133 > From: Jonathan Walther > Did anyone notice that switching to > /* arch-id: "old-tag*/" */ > won't work? Because of the */ coming too early in the line. C compiler > would emit an error about an unterminated string. Doh! (Thanks.) But: /* arch-id: "old-tag*\057" */ would work. -t