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: Translation of http status code to text Date: Mon, 22 Mar 2010 14:41:46 -0400 Message-ID: References: <87sk7vllgj.fsf@mail.jurta.org> <87hbo81onq.fsf@lifelogs.com> <87k4t4zb5l.fsf@lifelogs.com> <87r5ncxp4z.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269283351 22041 80.91.229.12 (22 Mar 2010 18:42:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Mar 2010 18:42:31 +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 Mar 22 19:42:27 2010 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 1NtmZa-0002Mb-T4 for ged-emacs-devel@m.gmane.org; Mon, 22 Mar 2010 19:41:59 +0100 Original-Received: from localhost ([127.0.0.1]:55055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtmZa-0004mK-BB for ged-emacs-devel@m.gmane.org; Mon, 22 Mar 2010 14:41:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtmZT-0004k2-Sy for emacs-devel@gnu.org; Mon, 22 Mar 2010 14:41:51 -0400 Original-Received: from [140.186.70.92] (port=35146 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtmZS-0004j1-Bz for emacs-devel@gnu.org; Mon, 22 Mar 2010 14:41:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtmZQ-0002ON-0f for emacs-devel@gnu.org; Mon, 22 Mar 2010 14:41:50 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:9788 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtmZP-0002OI-Q5 for emacs-devel@gnu.org; Mon, 22 Mar 2010 14:41:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEADhWp0vO+IPa/2dsb2JhbACbI3S9AIR9BIsd X-IronPort-AV: E=Sophos;i="4.51,289,1267419600"; d="scan'208";a="58820921" Original-Received: from 206-248-131-218.dsl.teksavvy.com (HELO pastel.home) ([206.248.131.218]) by ironport2-out.pppoe.ca with ESMTP; 22 Mar 2010 14:41:47 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2357C7EDC; Mon, 22 Mar 2010 14:41:46 -0400 (EDT) In-Reply-To: <87r5ncxp4z.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 22 Mar 2010 12:06:04 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:122498 Archived-At: > Here's one version of the HTTP codes as an alist. I was thinking of > also generating defconst calls based on this list, that's why I named > everything "url-http-code-*". But maybe that's not necessary and > accessor functions will be enough, so then we can s/url-http-code-// The symbol part depends on the rest of the patch: what do you use the symbol for? Do you even need it? Stefan