[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote c61539f5b3 3/6: Print message after denote-sort-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote c61539f5b3 3/6: Print message after denote-sort-dired to work around Dired bug (per 7ed957b) |
Date: |
Mon, 4 Dec 2023 03:57:47 -0500 (EST) |
branch: externals/denote
commit c61539f5b3a8dd567e8318ca2c274e1b1e67abdd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Print message after denote-sort-dired to work around Dired bug (per 7ed957b)
---
denote-sort.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/denote-sort.el b/denote-sort.el
index c83dc20bfc..f181b8a8b6 100644
--- a/denote-sort.el
+++ b/denote-sort.el
@@ -193,7 +193,10 @@ a non-nil value, respectively."
;;
;; (format "Denote sort `%s' by `%s'" files-matching-regexp
sort-by-component)
(format "Denote sort by `%s'" sort-by-component)
- (denote-sort-get-directory-files files-matching-regexp sort-by-component
reverse)))
+ (denote-sort-get-directory-files files-matching-regexp sort-by-component
reverse))
+ ;; Because of the above NOTE, I am printing a message. Not what I
+ ;; want, but it is better than nothing...
+ (message "Denote sort `%s' by `%s'" files-matching-regexp sort-by-component))
(provide 'denote-sort)
;;; denote-sort.el ends here
- [elpa] externals/denote updated (6d59a16d63 -> f1a942f2e7), ELPA Syncer, 2023/12/04
- [elpa] externals/denote 7ed957be96 2/6: Add note about bug in dired in denote-sort-dired, ELPA Syncer, 2023/12/04
- [elpa] externals/denote c61539f5b3 3/6: Print message after denote-sort-dired to work around Dired bug (per 7ed957b),
ELPA Syncer <=
- [elpa] externals/denote 40e0d30c56 4/6: Remove note from denote-sort.el Commentary section, ELPA Syncer, 2023/12/04
- [elpa] externals/denote f1a942f2e7 6/6: Add NOTE and TODO about possible future sort algorithms in denote-sort.el, ELPA Syncer, 2023/12/04
- [elpa] externals/denote 6b617cae81 5/6: Remove superfluous space in denote-sort--define-lessp, ELPA Syncer, 2023/12/04
- [elpa] externals/denote 0df2021e86 1/6: Remove completed task from denote-sort--prepare-dired; tweak the function, ELPA Syncer, 2023/12/04