[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
--
- Re: Prefer to split along the longest edge, (continued)
- Re: Prefer to split along the longest edge, martin rudalics, 2024/12/18
- Re: Prefer to split along the longest edge, Eli Zaretskii, 2024/12/18
- Re: Prefer to split along the longest edge, martin rudalics, 2024/12/18
- Re: Prefer to split along the longest edge, Eli Zaretskii, 2024/12/18
- Re: Prefer to split along the longest edge, martin rudalics, 2024/12/18
- Re: Prefer to split along the longest edge, Juri Linkov, 2024/12/19
- Re: Prefer to split along the longest edge, Juri Linkov, 2024/12/18
- Re: Prefer to split along the longest edge, Nicolas Desprès, 2024/12/17
- Re: Prefer to split along the longest edge, Eli Zaretskii, 2024/12/17
- Re: Prefer to split along the longest edge, Eli Zaretskii, 2024/12/17
- Re: Prefer to split along the longest edge,
Robert Pluim <=
- Re: Prefer to split along the longest edge, Nicolas Desprès, 2024/12/18
- Re: Prefer to split along the longest edge, Eli Zaretskii, 2024/12/19
- Re: Prefer to split along the longest edge, martin rudalics, 2024/12/19
- Re: Prefer to split along the longest edge, Eli Zaretskii, 2024/12/19
- Re: Prefer to split along the longest edge, Nicolas Desprès, 2024/12/19
- Re: Prefer to split along the longest edge, martin rudalics, 2024/12/20
- Re: Prefer to split along the longest edge, Nicolas Desprès, 2024/12/20
- Re: Prefer to split along the longest edge, Robert Pluim, 2024/12/20
- Re: Prefer to split along the longest edge, Stephen Berman, 2024/12/20
- Re: Prefer to split along the longest edge, Nicolas Desprès, 2024/12/21