From: Young Ju Song <stankonlines@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Is there some package that manages various tree structure?
Date: Sun, 2 Nov 2014 15:49:55 +0900 [thread overview]
Message-ID: <CANSRPXBRbDUky64JRWZOcXqfs8xt+eTv7_3pDMFFfRGjtBL27g@mail.gmail.com> (raw)
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
next reply other threads:[~2014-11-02 6:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-02 6:49 Young Ju Song [this message]
2014-11-03 16:51 ` Is there some package that manages various tree structure? Doug Lewan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CANSRPXBRbDUky64JRWZOcXqfs8xt+eTv7_3pDMFFfRGjtBL27g@mail.gmail.com \
--to=stankonlines@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.