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

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

[nongnu] elpa/helm 31c24dfc97 2/2: Fix issue#2664 (buffer paths display)


From: ELPA Syncer
Subject: [nongnu] elpa/helm 31c24dfc97 2/2: Fix issue#2664 (buffer paths display)
Date: Sat, 13 Apr 2024 13:00:00 -0400 (EDT)

branch: elpa/helm
commit 31c24dfc975096e8b2dc182517dbe8631a3e187c
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix issue#2664 (buffer paths display)
---
 helm-buffers.el | 2 +-
 helm-mode.el    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-buffers.el b/helm-buffers.el
index 6a6669b54c..344153e1fe 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -457,7 +457,7 @@ The list is reordered with `helm-buffer-list-reorder-fn'."
                    (format "(%s %s in `%s')"
                            (process-name proc)
                            (process-status proc) dir)
-                 (format "(in `%s')" dir))
+                 (format "`%s'" dir))
                'face face2)))))
 
 (defun helm-buffer--format-mode-name (buf)
diff --git a/helm-mode.el b/helm-mode.el
index 7abad0937d..e64ed74869 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1143,7 +1143,7 @@ should be specified as a string and the category as a 
symbol.")
              (bname (truncate-string-to-width
                      comp helm-buffer-max-length nil nil
                      helm-buffers-end-truncated-string))
-             (suffix (format "%s%s%s%s%s(in %s)"
+             (suffix (format "%s%s%s%s%s `%s'"
                              (make-string (1+ (- max-len (length bname))) ? )
                              (propertize size
                                          'face 'helm-buffer-size)



reply via email to

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