emacs-devel
[Top][All Lists]
Advanced

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

Re: eww: call to eww-render looks incorrect


From: Eli Zaretskii
Subject: Re: eww: call to eww-render looks incorrect
Date: Sun, 03 Sep 2017 17:56:51 +0300

> Date: Sat, 02 Sep 2017 15:38:09 -0700
> From: raman <address@hidden>
> 
> In function eww:
> 
> eww-render is the callback to url-retrieve: line 267
> (url-retrieve url 'eww-render
>               (list url nil (current-buffer))))
> The order of arguments in that list looks wrong --- at least per
> the definition of eww-render, which is (status url buffer &rest args)

In the current master eww-render's signature is

  (defun eww-render (status url &optional point buffer encode)

So I think the CBARGS argument of url-retrieve in that case is
correct, do you agree?



reply via email to

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