From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Bug tracking Date: 14 Jun 2004 15:52:06 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040512103042.FB57.JMBARRANQUERO@wke.es> <20040611122633.5F88.JMBARRANQUERO@wke.es> <87wu2dqij4.fsf@mail.jurta.org> <40CACF10.2050108@math.ku.dk> <871xkkyefv.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087221174 5720 80.91.224.253 (14 Jun 2004 13:52:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Jun 2004 13:52:54 +0000 (UTC) Cc: Juanma Barranquero , Lars Hansen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 14 15:52:40 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZrtA-0003vF-00 for ; Mon, 14 Jun 2004 15:52:40 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZrtA-0005V7-00 for ; Mon, 14 Jun 2004 15:52:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZru3-0007If-Hv for emacs-devel@quimby.gnus.org; Mon, 14 Jun 2004 09:53:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BZrtq-0007IJ-J8 for emacs-devel@gnu.org; Mon, 14 Jun 2004 09:53:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BZrto-0007Gq-QD for emacs-devel@gnu.org; Mon, 14 Jun 2004 09:53:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZrto-0007GX-O4 for emacs-devel@gnu.org; Mon, 14 Jun 2004 09:53:20 -0400 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1BZrsQ-00052O-0A for emacs-devel@gnu.org; Mon, 14 Jun 2004 09:51:54 -0400 Original-Received: (qmail 11613 invoked from network); 14 Jun 2004 13:51:52 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 14 Jun 2004 13:51:52 -0000 Original-To: Juri Linkov In-Reply-To: <871xkkyefv.fsf@mail.jurta.org> Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:24951 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24951 Juri Linkov writes: > Lars Hansen writes: > > IMO database functionality is needed. I should be easy to select items > > having to do with a particular > > module/issuer/maintainer/priority/version of Emacs/OS > > and possibly other. Of course that can be done with a text file, but > > is there existing (Emacs lisp) code that can do it? > > Yes, there is existing Emacs Lisp code (but obviously I am biased). > It is Ee information manager which displays data from text files > in category trees and allows to operate on displayed data: > expand/collapse categories, edit data fields, etc. It's possible > to create different views for every data file. Here is an > example http://www.jurta.org/emacs/ee/data/todo.en.html > how a possible issue tracker might look. There is also ewoc.el already included in emacs, which might be useful as the basis of a simple emacs bug tracker interface. -- Kim F. Storm http://www.cua.dk