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: Basil L. Contovounesios
Subject: bug#30692: list-buffers has hardwired 80 character width from the 80's
Date: Sat, 08 Aug 2020 11:37:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> "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.

-shrug- I just suggested it as a way of punting the autoload issues.

-- 
Basil





reply via email to

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