LINUX.ORG.RU

История изменений

Исправление Zubok, (текущая версия) :

Через let не получилось, наверное, потому что сам зарос выполнялся асинхронно, поэтому установка не действовала.

Function: url-retrieve url callback &optional cbargs silent 
no-cookies

    This function retrieves url asynchronously, calling the 
                                ^^^^^^^^^^^^^^
function callback when the object has been completely retrieved. 
The return value is the buffer into which the data will be 
inserted, or nil if the process has already completed. 

Есть url-retrieve-synchronously, но она может по тем или иным причина не подойти.

Исходная версия Zubok, :

Через let не получилось, наверное, потому что сам зарос выполнялся асинхронно, поэтому установка не действовала.

Function: url-retrieve url callback &optional cbargs silent no-cookies

    This function retrieves url asynchronously, calling the 
                                ^^^^^^^^^^^^^^
function callback when the object has been completely retrieved. The return value is the buffer into which the data will be inserted, or nil if the process has already completed. 

Есть url-retrieve-synchronously, но она может по тем или иным причина не подойти.