GNU bug report logs - #29803
[PATCH] Fix output alignment in find-dired

Previous Next

Package: emacs;

Reported by: Sebastian Reuße <seb <at> wirrsal.net>

Date: Thu, 21 Dec 2017 16:30:02 UTC

Severity: minor

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#29803: closed ([PATCH] Fix output alignment in find-dired)
Date: Sat, 30 Dec 2017 10:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 30 Dec 2017 12:44:10 +0200
with message-id <83373sfqbp.fsf <at> gnu.org>
and subject line Re: bug#29803: [PATCH] Fix output alignment in find-dired
has caused the debbugs.gnu.org bug report #29803,
regarding [PATCH] Fix output alignment in find-dired
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
29803: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29803
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sebastian Reuße <seb <at> wirrsal.net>
To: bug-gnu-emacs <at> gnu.org
Cc: Sebastian Reuße <seb <at> wirrsal.net>
Subject: [PATCH] Fix output alignment in find-dired
Date: Thu, 21 Dec 2017 10:08:17 +0100
* lisp/find-dired.el (find-dired-filter): Fix alignment of the file size
column when the user is using human file sizes as per ‘find-ls-option’.
---
 lisp/find-dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 3b0613b280..4501da991b 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -295,7 +295,7 @@ specifies what to use in place of \"-ls\" as the final argument."
 		    (l-opt (and (consp find-ls-option)
 				(string-match "l" (cdr find-ls-option))))
 		    (ls-regexp (concat "^ +[^ \t\r\n]+\\( +[^ \t\r\n]+\\) +"
-				       "[^ \t\r\n]+ +[^ \t\r\n]+\\( +[0-9]+\\)")))
+				       "[^ \t\r\n]+ +[^ \t\r\n]+\\( +[0-9]+[kMGT]?\\)")))
 		(goto-char beg)
 		(insert string)
 		(goto-char beg)
-- 
2.15.1



[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Sebastian Reuße <seb <at> wirrsal.net>
Cc: 29803-done <at> debbugs.gnu.org
Subject: Re: bug#29803: [PATCH] Fix output alignment in find-dired
Date: Sat, 30 Dec 2017 12:44:10 +0200
> From: Sebastian Reuße <seb <at> wirrsal.net>
> Date: Fri, 22 Dec 2017 16:24:24 +0100
> Cc: Sebastian Reuße <seb <at> wirrsal.net>
> 
> * lisp/find-dired.el (find-dired-filter): Fix alignment of the file size
> column when the user is using human file sizes as per ‘find-ls-option’.

Thanks, pushed to the master branch.


This bug report was last modified 7 years and 197 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.