emacs-devel
[Top][All Lists]
Advanced

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

Re: Prefer to split along the longest edge


From: Robert Pluim
Subject: Re: Prefer to split along the longest edge
Date: Tue, 17 Dec 2024 14:12:33 +0100

>>>>> On Tue, 17 Dec 2024 14:59:34 +0200, Eli Zaretskii <eliz@gnu.org> said:

    >> +  :type '(choice
    >> +          (const :tag "Try to split vertically first (legacy behavior)"
    >> +                 vertical)

I donʼt think you need the parenthetical comment (especially as
'legacy' can be seen as somewhat pejorative).

    >> +          (const :tag "Try to split horizontally first"
    >> +                 horizontal)
    >> +          (const :tag "Try to split along the longest edge first"
    >> +                 longest))
    >> +  :version "30.1"
    Eli>      ^^^^^^^^^^^^^^
    Eli> This should be "31.1".

Please consider using `radio' instead of `choice'. I believe it looks
better for variables with only small number of options.

Robert
-- 



reply via email to

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