From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Bug tracking Date: Mon, 14 Jun 2004 18:09:34 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87u0xe89ch.fsf@mail.jurta.org> 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 1087227027 25042 80.91.224.253 (14 Jun 2004 15:30:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Jun 2004 15:30:27 +0000 (UTC) Cc: jmbarranquero@wke.es, larsh@math.ku.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 14 17:30:05 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 1BZtPR-00057B-00 for ; Mon, 14 Jun 2004 17:30:05 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZtPR-0006vd-00 for ; Mon, 14 Jun 2004 17:30:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZtQI-0003S5-D0 for emacs-devel@quimby.gnus.org; Mon, 14 Jun 2004 11:30:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BZtPx-0003Iz-SP for emacs-devel@gnu.org; Mon, 14 Jun 2004 11:30:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BZtPv-0003HU-ED for emacs-devel@gnu.org; Mon, 14 Jun 2004 11:30:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZtPv-0003Gg-8c for emacs-devel@gnu.org; Mon, 14 Jun 2004 11:30:35 -0400 Original-Received: from [66.33.219.6] (helo=knife.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BZtOo-0004G4-Bl for emacs-devel@gnu.org; Mon, 14 Jun 2004 11:29:26 -0400 Original-Received: from mail.jurta.org (80-235-32-141-dsl.mus.estpak.ee [80.235.32.141]) by knife.dreamhost.com (Postfix) with ESMTP id 4409CE42BE; Mon, 14 Jun 2004 08:29:22 -0700 (PDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "14 Jun 2004 15:52:06 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) 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:24952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24952 storm@cua.dk (Kim F. Storm) writes: > Juri Linkov writes: >> 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. Thanks for the information. It seems ewoc.el might be useful as a data-view connection between a buffer with BUGS text file and categorized views displayed by Ee. However, I think we should start with creating a simple mode to support editing BUGS text files: fontification and completion of data fields, adding new records from templates, moving existing records, etc. with all these operations performed on a file buffer. And later to add other packages to display statistics, summaries, categorized views and other such additional features in a separate view buffer. -- Juri Linkov http://www.jurta.org/emacs/