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 21:22:02 +0200 Message-ID: References: <8739kgqbui.fsf@gnu.org> <871uzy7b9o.fsf@lifelogs.com> <877h9q5ub7.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 1305573757 10686 80.91.229.12 (16 May 2011 19:22:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 May 2011 19:22:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 16 21:22:30 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 1QM3N7-0003tX-WA for ged-emacs-devel@m.gmane.org; Mon, 16 May 2011 21:22:30 +0200 Original-Received: from localhost ([::1]:48972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM3N7-0006wX-7N for ged-emacs-devel@m.gmane.org; Mon, 16 May 2011 15:22:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM3N3-0006wD-Mm for emacs-devel@gnu.org; Mon, 16 May 2011 15:22:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QM3N2-000690-Im for emacs-devel@gnu.org; Mon, 16 May 2011 15:22:25 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:42192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM3N2-00068v-8O for emacs-devel@gnu.org; Mon, 16 May 2011 15:22:24 -0400 Original-Received: by eyd9 with SMTP id 9so1594886eyd.0 for ; Mon, 16 May 2011 12:22:23 -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=7Tg137v0Y1JaEIgoVjK6hKnVPKXTPhCaRASivm5X98g=; b=YoxWkYBcLe7XCAhnDU6OXSqj/E8OHlREDB4OYuquybGe0evKFyHh7SaUTWt8Ah54/l xoP07GvJs6+EGd27hEjeE0Wj6aNAggQklMZWMNGADz9botGWfLO6hhb3NjSt2DvTrCfe n3O7Aeg8g4FwYIeuCeHgPavG25GvzxqoYHVro= 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=hzsWSJ9jtxtSObK133qINPX+D+yy2JrwtcXUbZWx98xEvuGrHL7zM2jIeUgw6w6+bq UTql3PBzfDYEco7hYSx3rccRxcX1b/+e8A7kX3kkVDyhVoT6+1m+9VnxMJuP4cNsP4DS 3dh6AY3edqRaC9hYRU55pBHuhgHjq1DVnof5k= Original-Received: by 10.213.99.81 with SMTP id t17mr1831462ebn.85.1305573743101; Mon, 16 May 2011 12:22:23 -0700 (PDT) Original-Received: by 10.213.2.136 with HTTP; Mon, 16 May 2011 12:22:02 -0700 (PDT) In-Reply-To: <877h9q5ub7.fsf@lifelogs.com> 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:139437 Archived-At: 2011/5/16 Ted Zlatanov : > On Mon, 16 May 2011 16:03:19 -0300 Stefan Monnier wrote: > >>> After looking at many examples in Emacs, I can't find or think of any >>> need for the headers *as text* in the code I've seen. =C2=A0I would: > > SM> That sounds right. > > ...so can I go ahead with my proposal or would you rather be > conservative and keep the old behavior, making API users turn off > headers explicitly? I would go for Julien's suggestion with a function `url-remove-headers' which also parsed the headers and returned a alist of the headers.