From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: help with URL module needed Date: Sat, 27 Nov 2004 01:04:41 +0900 (JST) Message-ID: <20041127.010441.112625752.jet@gyve.org> References: <200411261732.12616.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101485409 28021 80.91.229.6 (26 Nov 2004 16:10:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2004 16:10:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 26 17:09:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXifQ-0005Es-00 for ; Fri, 26 Nov 2004 17:09:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXiof-0004lE-Sl for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2004 11:19:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXioX-0004jg-VD for emacs-devel@gnu.org; Fri, 26 Nov 2004 11:19:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXioU-0004hR-9O for emacs-devel@gnu.org; Fri, 26 Nov 2004 11:19:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXioT-0004gW-TC for emacs-devel@gnu.org; Fri, 26 Nov 2004 11:19:13 -0500 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXido-0000ls-4E for emacs-devel@gnu.org; Fri, 26 Nov 2004 11:08:12 -0500 Original-Received: from localhost (h219-110-074-062.catv01.itscom.jp [219.110.74.62]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id iAQG7ou20089; Sat, 27 Nov 2004 01:07:50 +0900 (JST) Original-To: pogonyshev@gmx.net In-Reply-To: <200411261732.12616.pogonyshev@gmx.net> X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) 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: main.gmane.org gmane.emacs.devel:30396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30396 > I'm trying to login to Wikipedia from within Emacs using the URL > module (to be able to edit and save articles in Emacs.) However, > I'm having problems with sending POST requests (to transmit login > information.) Here is what I get: > > [in *URL-DEBUG* buffer]: Which version of emacs do you use? If you use the source code in the CVS repository, could you tell me the date? How can I reproduce the error?