[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treeview 0d66ef2322 22/25: Made treeview-after-node-expand
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treeview 0d66ef2322 22/25: Made treeview-after-node-expanded-function and treeview-after-node-folded-function buffer-local |
Date: |
Sat, 10 Sep 2022 17:59:38 -0400 (EDT) |
branch: elpa/treeview
commit 0d66ef23227ba33a340021881e18212ee357bde0
Author: Tilman Rassy <tilman.rassy@googlemail.com>
Commit: Tilman Rassy <tilman.rassy@googlemail.com>
Made treeview-after-node-expanded-function and
treeview-after-node-folded-function buffer-local
---
treeview.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/treeview.el b/treeview.el
index 3188b4ce4c..6676088b84 100644
--- a/treeview.el
+++ b/treeview.el
@@ -312,15 +312,19 @@ Called with one argument, the node. For example, if the
nodes represent
directories, this function could re-read the directory to update the children.
The function should not redisplay the node, this is done automatically.")
+(make-variable-buffer-local 'treeview-update-node-children-function)
+
(defvar treeview-after-node-expanded-function 'treeview-do-nothing
"Function to perform additional actions after a node has been expanded.
Called with one argument, the node.")
+(make-variable-buffer-local 'treeview-after-node-expanded-function)
+
(defvar treeview-after-node-folded-function 'treeview-do-nothing
"Function to perform additional actions after a node has been expanded.
Called with one argument, the node.")
-(make-variable-buffer-local 'treeview-update-node-children-function)
+(make-variable-buffer-local 'treeview-after-node-folded-function)
(defvar treeview-get-indent-function nil
"Function to create the indentation before a node.
- [nongnu] elpa/treeview 2d6b185055 10/25: Updated package URL and years in copyright, (continued)
- [nongnu] elpa/treeview 2d6b185055 10/25: Updated package URL and years in copyright, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview b53c339572 13/25: Bugfix for updating hidden nodes, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview a058a07149 12/25: Minor changes in library header comments, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 6b22e03b15 21/25: Implemented selection of nodes, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 09c8c1d045 25/25: Additions to documentation, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 3130757444 05/25: Added new function treeview-call-for-node-at-point, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 0044b119e7 11/25: Updated documentation, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 86d6734aef 15/25: Renamed function treeview-display-node-internal to treeview-render-node, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview ad9c094d89 23/25: Implemented selection of files and highlighting of nodes, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 0681739fdd 01/25: Initial commit, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 0d66ef2322 22/25: Made treeview-after-node-expanded-function and treeview-after-node-folded-function buffer-local,
ELPA Syncer <=
- [nongnu] elpa/treeview 00a4ab92bd 19/25: Changed http to https in link to GNU licenses, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview e601230367 20/25: Removed needless intern statements, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 07ea52cd7f 16/25: Added package dependency on emacs 24.4, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 8382de4bdd 18/25: Sharp-quoted function name, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview f0c0711070 04/25: Insering/removing nodes; treeview-after-node-expanded-function and treeview-after-node-folded-function, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 5dff23aac0 09/25: New functions for navigation; misc. improvements, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 3038ebf96e 08/25: Fixed bug when removing first child, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 34ecd7a320 24/25: Fixed issues detected by flycheck; updated documentation, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview a82bc8c5d1 17/25: Removed needless progn around body of while, ELPA Syncer, 2022/09/10
- [nongnu] elpa/treeview 4a341b05bc 14/25: Bugfix for updating hidden nodes, ELPA Syncer, 2022/09/10