help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Is there some package that manages various tree structure?


From: Doug Lewan
Subject: RE: Is there some package that manages various tree structure?
Date: Mon, 3 Nov 2014 16:51:08 +0000

Frederick,

I don't know of a package that does just the things you're talking about. 
However, the extension language of emacs is LISP, and trees are very natural 
structures in LISP. So, it wouldn't be too hard to do. (I suspect many of these 
things have been implemented many times, but in a specific context, just 
because trees are so natural.)

There is also the tree-widget package, which might provide some of the more 
visual things you're interested in.

I hope this helps.

-- 
,Doug
Douglas Lewan
Shubert Ticketing
(201) 489-8600 ext 224 or ext 4335

"This is a slow pup," he said continuing his ascent.

> -----Original Message-----
> Behalf Of Young Ju Song
> Sent: Sunday, 2014 November 02 01:50
> Subject: Is there some package that manages various tree structure?
> 
> Hello!
> I'm a newbie Emacs user who migrated from vim about 4 months ago.
> This is first time for me to mail here and I'm not sure if this is
> right
> place for my question...
> 
> Inside Emacs, I work with various tree structures, such as
> - undo-tree
> - directory structure (direx, neo-tree, etc. nerdtree in vim)
> - org mode (I haven't seen tree visualization of org document, but it
> basically can be seen as a tree structure with each headline as a node)
> 
> Also, I think following can be presented as a tree inside Emacs even
> though
> I haven't seen yet
> - proof tree (http://askra.de/software/prooftree/)
> - buffer. I really love Firefox's tree-style tab plugin and I think
> similar
> idea can be applied to Emacs. (can be well defined as follows : if
> buffer A
> is opened inside buffer B, A is children of B) I usually open various
> buffers including Coq&ProofGeneral things, Octopress blogging things,
> sshing to machine and C/C++ programming things, etc which can be well
> organized with tree structure.
> - git commits. If we impose edge to both parents in merge operation,
> this
> can be seen as a tree.
> 
> I think it would be great to have some layer which grants unity while
> representing/manipulating tree structure.
> Representing (data level) may include original data, contracted data
> (minimal graph homeomorphic to original graph, smoothing out all
> vertices
> with degree 2. It may be useful for undo-tree), etc.
> Representing (visual level) may include nerdtree style, (growing
> horizontal)  undo-tree style, (growing vertical), etc.
> Manipulating may include moving cursor from node to node(to parent, to
> child, to sibling), visiting current node,
> (&optional) moving a node, moving a node and its children recursively,
> etc.
> I found this package (https://github.com/kiwanami/emacs-ctable) which
> looks
> like having similar idea with me except that this is for table.
> If there is something like what I have described, please let me know.
> If there is not, does it sound realistic to make one?
> Any comments or advices are welcome!
> Thanks for reading.
> 
> Frederick Song

reply via email to

[Prev in Thread] Current Thread [Next in Thread]