From 16952fa49769398bf47373e7585812ac06392ee8 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 26 Nov 2014 12:24:14 +0000 Subject: Give feedback on finished refresh. Now that position is preserved, refreshing is so discreet that we need some feedback. :) --- sx-question-list.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sx-question-list.el') diff --git a/sx-question-list.el b/sx-question-list.el index bb49b54..98e7736 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -385,7 +385,8 @@ a new list before redisplaying." (setq tabulated-list-entries (mapcar sx-question-list--print-function (cl-remove-if #'sx-question--hidden-p question-list))) - (when redisplay (tabulated-list-print 'remember)))) + (when redisplay (tabulated-list-print 'remember)) + (sx-message "Done."))) (defcustom sx-question-list-ago-string " ago" "String appended to descriptions of the time since something happened. -- cgit v1.2.3