bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30692: list-buffers has hardwired 80 character width from the 80's


From: Lars Ingebrigtsen
Subject: bug#30692: list-buffers has hardwired 80 character width from the 80's
Date: Sat, 08 Aug 2020 12:30:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

"Basil L. Contovounesios" <contovob@tcd.ie> writes:

>> I added an autoload cookie to seq-max, since I'm using that in the
>> patch,
>
> You could also just use (apply #'max 0 (mapcar ...)) instead of
> (seq-max (mapcar ...)), which will barf on the empty list.

Hm...  it it possible here for that list to be empty?  I thought not...

I just find the seq-* functions to be more readable than (apply ...),
but I can change it to that if that's preferred here.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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