GNU bug report logs -
#41250
28.0.50; Dired displays unconditionally ls-switches on modeline
Previous Next
Reported by: Arthur Miller <arthur.miller <at> live.com>
Date: Thu, 14 May 2020 01:43:01 UTC
Severity: minor
Tags: fixed
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #183 received at 41250 <at> debbugs.gnu.org (full text, mbox):
Juri Linkov <juri <at> linkov.net> writes:
> Pushed now with a NEWS item.
Great!
> When I grepped for more usages of truncate-string-to-width, I found
> one call in Gnus. It seems this patch could improve gnus-set-mode-line,
> but I'm not sure, and moreover I have no idea how to test this:
[...]
> - (concat (truncate-string-to-width mode-string (- max-len 3))
> - "...")))))
> + (truncate-string-to-width mode-string (- max-len 3) nil nil t)))))
I applied the patch and tested it, and it looks fine, so I've pushed it
to Emacs 28.
> Here is another function, and it needs not just an improvement,
> but a plain bug fix because its args were wrong, and this patch should fix
> its args, but again currently I don't yet know how to test this:
[...]
> - `(truncate-string-to-width str strlen (- strlen ,maxvar) nil ?\s)
> + `(truncate-string-to-width str strlen (- strlen ,maxvar) ?\s)
> `(truncate-string-to-width ,strvar ,maxvar nil ?\s)))
Testing should be pretty easy -- just say `M-x ibuffer' and look at how
it truncates buffer names. :-)
However, the patch doesn't fix the ellipsis stuff here, because ibuffer
has a `ibuffer-eliding-string' variable (that could be obsoleted now).
(But the patch otherwise looks "obviously correct" to me; passing in ?\s
as the ellipsis argument doesn't make much sense.)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.