[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/gpr-query 99f50385ee 2/5: * gpr-query.el (gpr-query-ses
From: |
Stephen Leake |
Subject: |
[elpa] externals/gpr-query 99f50385ee 2/5: * gpr-query.el (gpr-query-session-wait): Restore busy message |
Date: |
Tue, 6 Dec 2022 18:55:24 -0500 (EST) |
branch: externals/gpr-query
commit 99f50385eee43429ce0ad34d4a86b32b8bdb07e3
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>
* gpr-query.el (gpr-query-session-wait): Restore busy message
---
gpr-query.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gpr-query.el b/gpr-query.el
index 97046cc427..e8303a32d4 100644
--- a/gpr-query.el
+++ b/gpr-query.el
@@ -419,7 +419,7 @@ COMMAND-TYPE is one of xref or symbols."
(message "gpr-query receiving symbols %s"
gpr-query--symbols-progress))))
(xref
- (message "running gpr_query xref ... %d" wait-count)
+ (message "running gpr_query xref ... %s" (make-string wait-count ?.))
;; process output is inserted before point, so move back over it to
search it
(with-current-buffer (process-buffer process)
- [elpa] externals/gpr-query updated (6356b18639 -> ca70129df3), Stephen Leake, 2022/12/06
- [elpa] externals/gpr-query 5104f6f836 1/5: * prj.el ("gpr-query.prj"): Use elpa package dirs, Stephen Leake, 2022/12/06
- [elpa] externals/gpr-query 3a8e67a795 3/5: Delete gpr-query minor mode; fix executable bit, Stephen Leake, 2022/12/06
- [elpa] externals/gpr-query fd1670eded 4/5: * install.sh: Just copy alr build binary, clean up, Stephen Leake, 2022/12/06
- [elpa] externals/gpr-query 99f50385ee 2/5: * gpr-query.el (gpr-query-session-wait): Restore busy message,
Stephen Leake <=
- [elpa] externals/gpr-query ca70129df3 5/5: Finish merge, Stephen Leake, 2022/12/06