branch: externals/inspector
commit 7e0a7afc425b8fd0f8a769849eecf11e44cb3c86
Author: Mariano Montone <marianomont...@gmail.com>
Commit: Mariano Montone <marianomont...@gmail.com>

    README update
---
 README.md           |  14 ++++++++++++++
 emacs-inspector.png | Bin 31502 -> 59511 bytes
 tree-inspector.png  | Bin 0 -> 64178 bytes
 3 files changed, 14 insertions(+)

diff --git a/README.md b/README.md
index 631a46fcf3..92f2cf72e4 100644
--- a/README.md
+++ b/README.md
@@ -38,3 +38,17 @@ Finally, you can use `M-x eval-expression` bound to letter 
`e`, to evaluate an e
 When on an Emacs debugging backtrace, press letter `i` to inspect the pointed 
frame and its local variables.
 
 When on edebug-mode, use `C-c C-i` for inspecting expressions in the debugger.
+
+# Tree Inspector
+
+An inspector tool for Emacs Lisp objects that uses a tree view.
+
+![tree-inspector.png](tree-inspector.png "Tree Inspector")
+
+Works together with the "normal" inspector when it is loaded; when an object 
label is clicked on the tree, an inspector is opened on that object.
+
+## Install and usage
+
+`(require 'tree-inspector)` to load.
+
+Then start the inspector with either `M-x tree-inspector-inspect-expression` 
or `M-x tree-inspector-inspect-last-sexp`.
diff --git a/emacs-inspector.png b/emacs-inspector.png
index 0b761034a9..4a01794856 100644
Binary files a/emacs-inspector.png and b/emacs-inspector.png differ
diff --git a/tree-inspector.png b/tree-inspector.png
new file mode 100644
index 0000000000..b1bf9008db
Binary files /dev/null and b/tree-inspector.png differ

Reply via email to