diff options
author | Yoni Rabkin <yrk@gnu.org> | 2014-12-15 14:18:10 -0500 |
---|---|---|
committer | Yoni Rabkin <yrk@gnu.org> | 2014-12-15 14:18:10 -0500 |
commit | 1aa3ed01bbdabce77885f0c22226b36c574ae052 (patch) | |
tree | 76e52c7279d5160e07eef2eedf43b6d8c15a5e9f | |
parent | f67581bea9216b8d0b624de3673c718073b9d6b6 (diff) |
* rt-liberation-rest.el: Show feedback when complete.
This is based on actual use.
-rw-r--r-- | rt-liberation-rest.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rt-liberation-rest.el b/rt-liberation-rest.el index 2121aba..aa06caf 100644 --- a/rt-liberation-rest.el +++ b/rt-liberation-rest.el @@ -185,7 +185,9 @@ (rt-liber-rest-query-runner "show" (caar ticket-ids)))) (setq ticket-ids (cdr ticket-ids)) (when ticket-ids - (insert "\n--\n")))) + (insert "\n--\n"))) + (when rt-liber-rest-verbose-p + (message "done retrieving %d tickets" l))) (buffer-substring (point-min) (point-max)))) (defun rt-liber-rest-run-show-base-query (idsublist) |