From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: more url-utils? Date: Mon, 16 May 2011 19:17:42 +0200 Message-ID: References: <8739khju46.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1305566297 28926 80.91.229.12 (16 May 2011 17:18:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 May 2011 17:18:17 +0000 (UTC) Cc: Tom Tromey , Ted Zlatanov , Stefan Monnier , emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 16 19:18:13 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QM1Qp-0001lP-D3 for ged-emacs-devel@m.gmane.org; Mon, 16 May 2011 19:18:11 +0200 Original-Received: from localhost ([::1]:42877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM1Qo-0001nA-Kw for ged-emacs-devel@m.gmane.org; Mon, 16 May 2011 13:18:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM1Qm-0001n2-AM for emacs-devel@gnu.org; Mon, 16 May 2011 13:18:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QM1Ql-0007pP-4h for emacs-devel@gnu.org; Mon, 16 May 2011 13:18:08 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:41470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM1Ql-0007oZ-0L for emacs-devel@gnu.org; Mon, 16 May 2011 13:18:07 -0400 Original-Received: by eyd9 with SMTP id 9so1559714eyd.0 for ; Mon, 16 May 2011 10:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=D/Xm8F/tjXzK7XOFPS55NbdUg3hn8CXTXY2B2IM6Lt4=; b=KrFcjkmppjx/p3OBY7qysobiLwmZIg65QGVZ8knDAScTegUe1lPdxLFXeBTO2S09Cl XFSS75+/3XRNA0/YSMIRgcwAboS9Q1p7foTaP9KYGA7Bjl6obFbKlGQWVo2QngQWQaDE HGJAH75UqyzRRthMeMtb2blzUqRUfdyognrTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=e8eQP9zd0cwb1uvsv3jkcDkjaqXwHYTfD/LNe9RYEkxPunYi0zv6IL2fd8sdq5hCoS AGDUXeYA/wSzaXh4xhd8XZDGpIlqWGDfEGQipGJ2ZdvFzQkRcK2wN0MVeF06crteL11c T/jU4nHJq0pET91V1qI/0D83+RHHd1TAWWzAM= Original-Received: by 10.213.26.136 with SMTP id e8mr1808750ebc.9.1305566282432; Mon, 16 May 2011 10:18:02 -0700 (PDT) Original-Received: by 10.213.2.136 with HTTP; Mon, 16 May 2011 10:17:42 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139430 Archived-At: On Mon, May 16, 2011 at 7:04 PM, wrote: > > Changing > =C2=A0(url-retrieve-synchronously URL) > To > =C2=A0(url-retrieve-synchronously URL &optional remove-headers) > > ought to sattisfy all participants in this thread? I did not follow, but you certainly want to check the headers many times. Perhaps optionally return a list with buffer + headers?