From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: tree widget Date: Thu, 08 Apr 2004 21:07:48 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040408.210748.25163220.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081426570 31907 80.91.224.253 (8 Apr 2004 12:16:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2004 12:16:10 +0000 (UTC) Cc: xsteve@nit.at Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 08 14:16: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 1BBYRx-0003kQ-00 for ; Thu, 08 Apr 2004 14:16:05 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBYRw-0003mP-00 for ; Thu, 08 Apr 2004 14:16:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBYPs-0007wt-SA for emacs-devel@quimby.gnus.org; Thu, 08 Apr 2004 08:13:56 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BBYMy-0007Ge-Fv for emacs-devel@gnu.org; Thu, 08 Apr 2004 08:10:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BBYKC-0006dy-Sn for emacs-devel@gnu.org; Thu, 08 Apr 2004 08:08:37 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBYKB-0006dR-RC for emacs-devel@gnu.org; Thu, 08 Apr 2004 08:08:04 -0400 Original-Received: from localhost ([219.120.63.249]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i38C81b13175; Thu, 8 Apr 2004 21:08:01 +0900 (JST) Original-To: emacs-devel@gnu.org X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) 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:21359 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21359 How do you think including tree-widget developed by David PONCE in emacs official distribution? screenshot -> http://emhacks.sourceforge.net/tw-shots.html It may be useful to represent branches of version control systems in a buffer. Masatake YAMATO