From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: HTML and URL escaping functions Date: Tue, 15 Jun 2010 13:37:43 -0400 Message-ID: References: <201006131226.27512.amax@redsymbol.net> <871vc9n60o.fsf@everybody.org> <201006150845.24041.amax@redsymbol.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276623820 15668 80.91.229.12 (15 Jun 2010 17:43:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 17:43:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Aaron Maxwell Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 15 19:43:37 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OOaAj-0001L3-EO for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 19:43:37 +0200 Original-Received: from localhost ([127.0.0.1]:49217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOaAg-0003Fs-Kf for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 13:43:34 -0400 Original-Received: from [140.186.70.92] (port=53452 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOaAS-0002wA-LM for emacs-devel@gnu.org; Tue, 15 Jun 2010 13:43:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOa57-0003dz-PK for emacs-devel@gnu.org; Tue, 15 Jun 2010 13:37:50 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:55536) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOa57-0003cY-Jm for emacs-devel@gnu.org; Tue, 15 Jun 2010 13:37:49 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o5FHbhQG007739; Tue, 15 Jun 2010 13:37:43 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 4E11170582; Tue, 15 Jun 2010 13:37:43 -0400 (EDT) In-Reply-To: <201006150845.24041.amax@redsymbol.net> (Aaron Maxwell's message of "Tue, 15 Jun 2010 08:45:23 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3557=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125961 Archived-At: > url-hexify-string, right? Good, I see that. Succinct implementation too. There's already an url-hexify-string in lisp/url/url-util.el. Stefan