From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: etc/schema Date: Mon, 3 Nov 2008 21:10:39 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225743066 20565 80.91.229.12 (3 Nov 2008 20:11:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2008 20:11:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 21:12:06 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kx5mH-0004gE-TN for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 21:11:58 +0100 Original-Received: from localhost ([127.0.0.1]:50913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx5lA-0000OF-Qh for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 15:10:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kx5l7-0000O9-U3 for emacs-devel@gnu.org; Mon, 03 Nov 2008 15:10:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kx5l6-0000Nm-FQ for emacs-devel@gnu.org; Mon, 03 Nov 2008 15:10:44 -0500 Original-Received: from [199.232.76.173] (port=50215 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx5l6-0000Nj-A4 for emacs-devel@gnu.org; Mon, 03 Nov 2008 15:10:44 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:57460) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kx5l3-0005yg-GU; Mon, 03 Nov 2008 15:10:41 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so2635641fgb.30 for ; Mon, 03 Nov 2008 12:10:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=0RLrw5RRx4ayp3IY62X/TLknz0IrAmock5kbs0ZYTA4=; b=HwqoGEtVqw9rMk8Lq9D5X8Cs9qAvqq7ecCLn9XiEJ2w96v1sVMewacEOHX/ad3Bs42 aQJk+7V5YdETY6HM0YHjkbBw5RyQprgRoZ9LLQ63FZimaJzp88FdHcmrauqnJz5fCOKw SWzkZTDR2bPURsJXCr6Pj6zbtIC68HM3hRqdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=nW5RevdwqSVJ4eVHmlK69VkseWAWXojleXZEMAo3Yf/Zu8Fe67/ZERb3cs9boeAN7k jCQYgG2vjG2YoK4VvoQfHbq/AWozW//UkL7VnBpn4Pxhv2A3sHoVVInQGIMffF3YFsnZ 7WrApyw3vX2db1v3VH/hatyxFEERd9sagKiLk= Original-Received: by 10.86.27.19 with SMTP id a19mr448451fga.68.1225743039112; Mon, 03 Nov 2008 12:10:39 -0800 (PST) Original-Received: by 10.86.65.3 with HTTP; Mon, 3 Nov 2008 12:10:39 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105310 Archived-At: On Mon, Nov 3, 2008 at 8:40 PM, Richard M. Stallman wrote: > What is in the directory etc/schema? It has no README file, and the > files seem to be in a language I do not know. It is relax rng schema files used by nxml-mode. It is another format for DTD specifications.