From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] OpenDocument schema files Date: Tue, 12 Jul 2011 17:57:05 +0530 Message-ID: <81ei1vfzvq.fsf@gmail.com> References: <81zkllh423.fsf@gmail.com> <87wrgoe7k0.fsf@stupidchicken.com> <81lix4p4ac.fsf@gmail.com> <81liwxgbkl.fsf_-_@gmail.com> <83ei2px024.fsf@gnu.org> <81k4chps8t.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310473637 7020 80.91.229.12 (12 Jul 2011 12:27:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2011 12:27:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 12 14:27:14 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qgc3V-0005sk-N9 for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2011 14:27:13 +0200 Original-Received: from localhost ([::1]:33454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgc3U-0001ZO-1z for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2011 08:27:12 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgc36-0001Yu-4V for emacs-devel@gnu.org; Tue, 12 Jul 2011 08:26:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgc34-0008Ju-8u for emacs-devel@gnu.org; Tue, 12 Jul 2011 08:26:47 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:34654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgc33-0008Jh-Ry for emacs-devel@gnu.org; Tue, 12 Jul 2011 08:26:46 -0400 Original-Received: by pvc12 with SMTP id 12so4378578pvc.0 for ; Tue, 12 Jul 2011 05:26:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=8uNN/DOA4CHEg5cwbVWo4OY/EUsqUtDZWJ4GiJHgSzU=; b=CGz7kg7sqDYY9JdQlkBCwWL7xPcs0mz82fJBQ1vj4YEso3QQAjC/NerjyDZpHreCh5 0/XKw7dgNBzfDDcvIyQLRyrCnstLolKYgkHG0lU0JdX23E3T/9vR8d8PIQCuaW2cwZ/g yPgFYNV67nXpKe0EB96q53XxuASkDbUT6IUNg= Original-Received: by 10.68.31.198 with SMTP id c6mr8218939pbi.402.1310473603526; Tue, 12 Jul 2011 05:26:43 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.242.137.140]) by mx.google.com with ESMTPS id u6sm8729655pbh.48.2011.07.12.05.26.39 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Jul 2011 05:26:41 -0700 (PDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <81k4chps8t.fsf@gmail.com> (Jambunathan K.'s message of "Mon, 20 Jun 2011 00:23:54 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141977 Archived-At: Jambunathan K writes: > Eli Zaretskii writes: > >>> From: Jambunathan K >>> Date: Sun, 19 Jun 2011 19:36:34 +0530 >>> Cc: emacs-devel@gnu.org >>> >>> + * schema/OpenDocument-v1.2-cs01-schema.rnc: Added. >>> + * schema/OpenDocument-v1.2-cs01-manifest-schema.rnc: Added. >> >> The name of these two files will clash on 8+3 filesystems. Please >> rename one or both. Thanks. >> >> > > Second attempt. See attached patch. Ping. Did anyone get a chance to review these changes closely? > Jambunathan K. --