[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] allow to suppress an output of `url-retrieve-synchronously'
From: |
Dmitry Gutov |
Subject: |
Re: [PATCH] allow to suppress an output of `url-retrieve-synchronously' function |
Date: |
Tue, 28 Jan 2014 04:08:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Hi Andrey,
Andrey Tykhonov <address@hidden> writes:
> I would like to have `url-retrieve-synchronously' function from url.el
> to be a little bit improved. I would like to be able to keep it silent
> (to be able to suppress its output such as "Contacting host:
> example.com:80") in the same way as it is possible to keep
> `url-retrieve' silent: by passing parameter `silent' (equal t).
>
> May I contribute?
Sure, but you should have checked the current code first.
The signature of `url-retrieve-synchronously' in the trunk is as follows:
(defun url-retrieve-synchronously (url &optional silent inhibit-cookies)
IOW, your patch is obsolete.
> What is the best way to submit a patch?
With `M-x report-emacs-bug', usually.