From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: url issues Date: Mon, 11 Oct 2004 19:45:46 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097516803 27585 80.91.229.6 (11 Oct 2004 17:46:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2004 17:46:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 11 19:46:35 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 1CH4Fn-0004iW-00 for ; Mon, 11 Oct 2004 19:46:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CH4Mf-0006wF-Rf for ged-emacs-devel@m.gmane.org; Mon, 11 Oct 2004 13:53:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CH4MW-0006vl-S0 for emacs-devel@gnu.org; Mon, 11 Oct 2004 13:53:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CH4MW-0006vV-Br for emacs-devel@gnu.org; Mon, 11 Oct 2004 13:53:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CH4MW-0006vL-77 for emacs-devel@gnu.org; Mon, 11 Oct 2004 13:53:32 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CH4FV-0001pm-Kf for emacs-devel@gnu.org; Mon, 11 Oct 2004 13:46:17 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CH4FV-0001nJ-00 for ; Mon, 11 Oct 2004 19:46:17 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2004 19:46:17 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2004 19:46:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:zvEOh4fLtOKE8/rd/hd0s0YVGsQ= 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28246 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28246 Richard Stallman writes: > * url-ldap.el, url-gw.el, and url-https.el still reference the ssl > library, which hasn't been imported from the w3 repository. (There > is a tls.el in Emacs now, but it doesn't have all the functions of > ssl.el, and I don't know how compatible it is otherwise.) > > > Who would like to look at whether tls.el can do this job? I can do it, but I will be traveling soon, so it may take some while. Everyone is encouraged to implement the extra ssl.el stuff in tls.el meanwhile.