From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Sound in Emacs Date: Thu, 06 Oct 2011 12:54:03 -0400 Message-ID: References: <8762k2iov8.fsf@notam02.no> <87lisyh41l.fsf@notam02.no> <87vcs2xhas.fsf@spindle.srvr.nix> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1317920054 9713 80.91.229.12 (6 Oct 2011 16:54:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Oct 2011 16:54:14 +0000 (UTC) Cc: andersvi@notam02.no, Drew Adams , emacs-devel@gnu.org To: Nix Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 06 18:54:09 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 1RBrCy-00010w-Ku for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2011 18:54:09 +0200 Original-Received: from localhost ([::1]:41955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBrCy-0008VR-5q for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2011 12:54:08 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBrCv-0008VJ-U5 for emacs-devel@gnu.org; Thu, 06 Oct 2011 12:54:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBrCu-0003gH-Rh for emacs-devel@gnu.org; Thu, 06 Oct 2011 12:54:05 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:63211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBrCu-0003gD-P0 for emacs-devel@gnu.org; Thu, 06 Oct 2011 12:54:04 -0400 Original-Received: from ceviche.home ([70.83.132.46]) by VL-VM-MR003.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0LSN006TZLKIRQE0@VL-VM-MR003.ip.videotron.ca> for emacs-devel@gnu.org; Thu, 06 Oct 2011 12:53:06 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id E8089660B6; Thu, 06 Oct 2011 12:54:03 -0400 (EDT) In-reply-to: <87vcs2xhas.fsf@spindle.srvr.nix> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 24.201.245.36 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:144623 Archived-At: >> And then there is Stefan's Music Player Daemon (MPD) - >> dunno about that either, but it sounds like it employs an actual "database" >> (unlike Bookmark+ (and Org, I imagine), which holds the metadata in plain text >> files). > MPD's 'database' is just a (UTF-8-encoded) text file (as is its > saved-state file in the same directory). Yes and no: it's saved as a plain text file, but it's loaded upon startup and the indices are kept in some kind of balanced trees. Stefan