Eli Zaretskii writes: >> Date: Sun, 12 Jan 2025 13:34:30 +0100 >> From: Daniel Mendler via "Bug reports for GNU Emacs, >> the Swiss army knife of text editors" >> >> Daniel Mendler writes: >> >> > This patch adds the customization option `ibuffer-human-readable-size'. >> > If customized to t, buffer sizes in Ibuffer are shown in human readable >> > format. >> >> I have attached an improved version of the patch to this mail, where it >> is ensured that the summarizer works for a left or right aligned size >> column. > > Thanks. > >> +(defcustom ibuffer-human-readable-size nil >> + "Show buffer sizes in human-readable format." >> + :type 'boolean) > > This needs a :version tag. > > Also, I think the doc string should explain in more detail what we > mean by "human-readable format". Thank you for the review. I have attached an updated patch to this mail. Daniel