[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Use vtable for eww-bookmarks
From: |
Sebastián Monía |
Subject: |
Re: [PATCH] Use vtable for eww-bookmarks |
Date: |
Wed, 27 Nov 2024 15:02:38 -0500 |
On Sat, Nov 23, 2024, at 2:12 PM, Jim Porter wrote:
> I think this looks good overall. Just one thought: instead of requiring
> users to manually undo sorting when killing/yanking, what if we had
> 'eww-bookmark-kill' and 'eww-yank-bookmark' prompt the user to ask if
> they want to undo the sorting first?
The problem is, when yanking, do you yank the bookmark to the
current position on the table? or the one where you will end up after
undoing the sort?
That (and a few other cases like it) made me opt for having the user
disable sorting explicitly.
Or even considering just not sorting at all, although it seems like a
useful feature for all cases but the kill/yank scenario.
- Re: [PATCH] Use vtable for eww-bookmarks, (continued)
- Re: [PATCH] Use vtable for eww-bookmarks, Sebastián Monía, 2024/11/06
- Re: [PATCH] Use vtable for eww-bookmarks, Eli Zaretskii, 2024/11/06
- Re: [PATCH] Use vtable for eww-bookmarks, Visuwesh, 2024/11/06
- Re: [PATCH] Use vtable for eww-bookmarks, Sebastián Monía, 2024/11/06
- Re: [PATCH] Use vtable for eww-bookmarks, Sebastián Monía, 2024/11/06
- Re: [PATCH] Use vtable for eww-bookmarks, Visuwesh, 2024/11/06
- Re: [PATCH] Use vtable for eww-bookmarks, Visuwesh, 2024/11/06
- Re: [PATCH] Use vtable for eww-bookmarks, Sebastián Monía, 2024/11/20
- Re: [PATCH] Use vtable for eww-bookmarks, Jim Porter, 2024/11/11
Re: [PATCH] Use vtable for eww-bookmarks, Jim Porter, 2024/11/23
- Re: [PATCH] Use vtable for eww-bookmarks,
Sebastián Monía <=