GNU bug report logs -
#51176
eww switch buffer by title
Previous Next
Reported by: Yuchen Pei <hi <at> ypei.me>
Date: Wed, 13 Oct 2021 04:57:02 UTC
Severity: normal
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #59 received at 51176 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2021-10-15, 12:35 +0200, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:
> Protesilaos Stavrou <info <at> protesilaos.com> writes:
>
>> Please find attached the patch which implements a renaming scheme for
>> EWW buffers. I include Abhiseck, the co-author of this patch, in Cc.
>>
>> What do you think?
>>
>> We had entertained the notion of a single defcustom with more options,
>> but ultimately decided against it on the grounds that it was more
>> complex.
>
> Yeah, looks good to me, but:
>
> miha <at> kamnitnik.top writes:
>
>> With your patch, the buffer isn't renamed if the user presses "l" or "r"
>> to go backward and forward in history. I suggest calling your rename
>> function from 'eww-update-header-line-format' instead.
>
> Yes, it has to be performed upon all updates. But putting it in that
> function would be misleading, so what about creating a new function
> `eww--after-page-change' that would call 'eww-update-header-line-format'
> and
>
> (when eww-auto-rename-buffer-flag
> (funcall eww-auto-rename-buffer-function))
>
> and call that where 'eww-update-header-line-format' is called now.
>
> And we don't really call user options -flag, so rename it to just
> `eww-auto-rename-buffer'.
Thanks for the feedback! Please find attached the revised patch, based
on what you suggested:
0001-Implement-auto-renaming-scheme-for-EWW-buffers-simple.patch
Because it may be useful for your consideration, there also exists the
more complex approach that I alluded to earlier ("complex" may be an
exaggeration, but still). Attached as well and also based on your
feedback.
0001-Implement-auto-renaming-scheme-for-EWW-buffers-complex.patch
--
Protesilaos Stavrou
https://protesilaos.com
[0001-Implement-auto-renaming-scheme-for-EWW-buffers-complex.patch (text/x-patch, attachment)]
[0001-Implement-auto-renaming-scheme-for-EWW-buffers-simple.patch (text/x-patch, attachment)]
This bug report was last modified 3 years and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.