emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reloa


From: Adam Porter
Subject: Re: [PATCH] EWW - use revert--buffer-function to reload, and allow reload in eww-list-buffer
Date: Thu, 3 Oct 2024 18:41:22 -0500
User-agent: Mozilla Thunderbird

On 10/3/24 07:47, Sebastián Monía wrote:
Jim Porter <jporterbugs@gmail.com> writes:
I don't have a strong opinion either, though I'm not sure what vtable
gets us over tabulated-list. I just haven't had time to take a look at
the patch yet...

vtables are variable pitch by default, and offer a different mode of
interaction (the table is just an object in a portion of the buffer,
rather than a major mode).

I don't think it makes a difference in this case, but that speaks more
of my preference for fixed-width fonts in all tables :)

AFAIK Vtable is intended to support fixed-width fonts, if so-configured (and if a case is found in which it doesn't, that would be a bug, AFAIK).

IMHO, I would strongly encourage the use of Vtable going forward, over tabulated-list-mode. It's more powerful (e.g. can show images, and individual objects can be updated in-place), and its API is easier to use (e.g. objects can be used as-is rather than having to make vector containers).

An example of using Vtable can be seen in my listen.el package: <https://github.com/alphapapa/listen.el/blob/69432d45b9654e4a9592e229b0315fd446390e1b/listen-queue.el> You can see that it's pretty straightforward to use.

My two cents.  :)

--Adam



reply via email to

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