emacs-devel
[Top][All Lists]
Advanced

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

Re: Volunteering to help on etc/TODO item: Improved xwidgets support


From: Po Lu
Subject: Re: Volunteering to help on etc/TODO item: Improved xwidgets support
Date: Wed, 19 Oct 2022 12:45:59 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Andrew De Angelis <bobodeangelis@gmail.com> writes:

> Yeah, that's a tight deadline. I am going to try to fix the biggest
> issues by then, but we'll probably have to wait until the next release
> to have this included

Thanks.

>  I think the timer stops by itself, the variable is not all that
>  important.
>
> This is probably another NS-specific issue, but the timer doesn't
> always stop in my build. The issue starts in
> `xwidget-webkit-callback'; it looks like the "load-finished" event
> sometimes (most of the times) doesn't happen or is not received. I
> will add this to the list of things to fix.

Yeah, that sounds like an NS specific bug.

> One other possible Lisp bug: currently, `xwidget-webkit-current-url'
> always returns "URL: nil" for me. This shouldn't depend on other
> xwidget code: the issue is caused by the fact that `kill-new' doesn't
> return the string it just added to the kill-ring. (If it does work in
> your builds let me know, as I'd have to investigate what's causing
> such different behavior.)  This is my fix for this:

It should never print "nil"; it's a command that is not supposed to be
called by Lisp or return anything.


reply via email to

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