From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: lisp/url/url-https.el Date: Wed, 21 Apr 2004 11:31:06 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4nhdvdic05.fsf@lifelogs.com> References: <87fzb8cfxq.fsf@lexx.delysid.org> <4nvfk2whna.fsf@lifelogs.com> <87vfk28bl0.fsf-monnier+emacs@gnu.org> <4n1xmpi747.fsf@b2-25-3.bwh.harvard.edu> <87y8ov3c5h.fsf@emptyhost.emptydomain.de> <4nzn9bb0im.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082562680 32126 80.91.224.253 (21 Apr 2004 15:51:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 15:51:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 21 17:51:15 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGK0J-0002xd-00 for ; Wed, 21 Apr 2004 17:51:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGK0I-00066O-00 for ; Wed, 21 Apr 2004 17:51:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGJzM-0001p7-Nh for emacs-devel@quimby.gnus.org; Wed, 21 Apr 2004 11:50:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGJyu-0001oG-65 for emacs-devel@gnu.org; Wed, 21 Apr 2004 11:49:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGJyN-0001h1-7o for emacs-devel@gnu.org; Wed, 21 Apr 2004 11:49:46 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BGJyM-0001gk-LD for emacs-devel@gnu.org; Wed, 21 Apr 2004 11:49:14 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.30) id 1BGJv9-0007wB-5d for emacs-devel@gnu.org; Wed, 21 Apr 2004 11:45:55 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BGJuz-00031Z-00 for ; Wed, 21 Apr 2004 17:45:45 +0200 Original-Received: from asimov.bwh.harvard.edu ([134.174.9.63]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2004 17:45:45 +0200 Original-Received: from tzz by asimov.bwh.harvard.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2004 17:45:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: asimov.bwh.harvard.edu X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:wax+ckeqo1aNnurguIK8BH7aZb8= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21990 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21990 On 17 Apr 2004, monnier@iro.umontreal.ca wrote: >> How hard would it be to integrate the support with Tramp? Does >> Tramp have any facility to add more handlers without modifying its >> source? Since it comes with Emacs, I'd rather plug into Tramp. > > Please check out the Emacs Lisp Manual to see how file-name-handlers > work. If you then look at the Tramp source, you'll quickly see that > using Tramp in place of using file-name-handlers-alist directly is > being masochistic. My problem is that I don't want to use file-name-handlers at all - I think that they are icing on the cake, but not essential to what I need. I want to provide an API that others can use to provide a file I/O layer. I was hoping that Tramp would make this easier, but it apparently doesn't, so I'll do the file-name-handlers eventually. Right now my priority is to get the API working. I hope that's OK with everyone. Ted