From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: ebrowse database file format documentation? Date: Fri, 14 Jan 2011 12:35:50 -0500 Message-ID: References: <83838a38-8b6b-4b64-ab08-6841fbb5c1f5@m11g2000vbs.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1295027794 16048 80.91.229.12 (14 Jan 2011 17:56:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Jan 2011 17:56:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 14 18:56:28 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PdnsU-0003h0-Fn for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Jan 2011 18:56:25 +0100 Original-Received: from localhost ([127.0.0.1]:43588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdnsS-0007SN-Tk for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Jan 2011 12:55:56 -0500 Original-Received: from [140.186.70.92] (port=60213 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdnZ6-0005GK-71 for help-gnu-emacs@gnu.org; Fri, 14 Jan 2011 12:35:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdnZ4-0001Kl-Q8 for help-gnu-emacs@gnu.org; Fri, 14 Jan 2011 12:35:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdnZ4-0001Kh-NF for help-gnu-emacs@gnu.org; Fri, 14 Jan 2011 12:35:54 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PdnZ0-0005JO-U6 for help-gnu-emacs@gnu.org; Fri, 14 Jan 2011 12:35:50 -0500 In-reply-to: <83838a38-8b6b-4b64-ab08-6841fbb5c1f5@m11g2000vbs.googlegroups.com> (message from Mike on Thu, 13 Jan 2011 16:07:03 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78449 Archived-At: > From: Mike > Newsgroups: gnu.emacs.help > Date: Thu, 13 Jan 2011 16:07:03 -0800 (PST) > > Hi folks...I'm interested in a document that describes in detail the > actual database file format that ebrowse generates. It looks like > it's just lisp data, but I'm wondering if anybody has stuff to read > (other than the elisp source) that explains what each record means, > the fields, arrity, etc. etc. Where's the DTD? =) See the `defstruct's in ebrowse.el, and their doc strings. That should be enough to get you off the ground.