emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/taxy 5589f50 03/42: Comment: Add note


From: ELPA Syncer
Subject: [elpa] externals/taxy 5589f50 03/42: Comment: Add note
Date: Wed, 15 Sep 2021 12:57:26 -0400 (EDT)

branch: externals/taxy
commit 5589f509f64d8ee2b9ad2f915bc4ceb867fee087
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Comment: Add note
---
 taxy-magit-section.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index 1532918..02542b0 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -164,6 +164,11 @@ Default visibility function for
        (_ 'show)))
     (_ nil)))
 
+;; MAYBE: Consider using spaces with `:align-to', rather than formatting 
strings with indentation, as used by `epkg'
+;; (see 
<https://github.com/emacscollective/epkg/blob/edf8c009066360af61caedf67a2482eaa19481b0/epkg-desc.el#L363>).
+;; I'm not sure which would perform better; I guess that with many lines, 
redisplay might take longer to use the
+;; display properties for alignment than just having pre-aligned lines of text.
+
 (defun taxy-magit-section-format-items (columns formatters taxy)
   "Return a cons (table . column-sizes) for COLUMNS, FORMATTERS, and TAXY.
 COLUMNS is a list of column names, each of which should have an



reply via email to

[Prev in Thread] Current Thread [Next in Thread]