From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pocmatos@gmail.com (Paulo J. Matos) Newsgroups: gmane.emacs.help Subject: url package docs Date: Tue, 27 Apr 2010 09:58:16 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272358914 30611 80.91.229.12 (27 Apr 2010 09:01:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2010 09:01:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 27 11:01:52 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@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 1O6gft-0000Mr-Vi for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Apr 2010 11:01:50 +0200 Original-Received: from localhost ([127.0.0.1]:44943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6gft-0003ym-G1 for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Apr 2010 05:01:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6gcc-00032c-Qz for help-gnu-emacs@gnu.org; Tue, 27 Apr 2010 04:58:26 -0400 Original-Received: from [140.186.70.92] (port=43171 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6gca-00031s-UJ for help-gnu-emacs@gnu.org; Tue, 27 Apr 2010 04:58:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6gcZ-000780-N8 for help-gnu-emacs@gnu.org; Tue, 27 Apr 2010 04:58:24 -0400 Original-Received: from cluster-d.mailcontrol.com ([85.115.60.190]:50388) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6gcZ-00077p-Cg for help-gnu-emacs@gnu.org; Tue, 27 Apr 2010 04:58:23 -0400 Original-Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly10d.srv.mailcontrol.com (MailControl) with ESMTP id o3R8w4LA032745 for ; Tue, 27 Apr 2010 09:58:21 +0100 Original-Received: from alma.europe.root.pri ([10.102.144.37]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.4675); Tue, 27 Apr 2010 09:58:17 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-OriginalArrivalTime: 27 Apr 2010 08:58:17.0755 (UTC) FILETIME=[C74F4EB0:01CAE5E7] X-Scanned-By: MailControl A_09_40_00 (www.mailcontrol.com) on 10.68.0.120 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72845 Archived-At: Hi all, I want to write a package to query an http api. I know the url package in emacs23.1 allows that but I can't find any proper docs with the exception of the wiki page. I would think it would be in the emacs manual since it is part of emacs but I can't find anything on the manual when I search for url.el. Any refs? (if there is an example out there of querying an http api with the url package, let me know) Thanks, -- PMatos