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: Sat, 17 Apr 2004 02:07:29 -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: <4nzn9bb0im.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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082183192 32237 80.91.224.253 (17 Apr 2004 06:26:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Apr 2004 06:26:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Apr 17 08:26:25 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 1BEjHV-0000HT-00 for ; Sat, 17 Apr 2004 08:26:25 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEjHV-00021e-00 for ; Sat, 17 Apr 2004 08:26:25 +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 1BEjDx-00078B-En for emacs-devel@quimby.gnus.org; Sat, 17 Apr 2004 02:22:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEjDf-0006zc-Ji for emacs-devel@gnu.org; Sat, 17 Apr 2004 02:22:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEjD6-0006CU-18 for emacs-devel@gnu.org; Sat, 17 Apr 2004 02:22:23 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEjD5-0006An-Fv for emacs-devel@gnu.org; Sat, 17 Apr 2004 02:21:51 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BEjD4-0001zF-00 for ; Sat, 17 Apr 2004 08:21:50 +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 ; Sat, 17 Apr 2004 08:21:50 +0200 Original-Received: from tzz by asimov.bwh.harvard.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Apr 2004 08:21:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 21 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:/2OKl1SGQyG2ufwDSjfC7mLT89w= 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:21807 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21807 On Fri, 16 Apr 2004, kai@emptydomain.de wrote: > Ted Zlatanov writes: > >> crypt++.el does that. I find it intrusive, not to mention that it >> doesn't play nice with many packages (noted as bugs in the comments >> of crypt++.el). > > Maybe it works to write a file handler? Ange-FTP and Tramp show > that file handlers which require user input (someone else mentioned > this as a potential issue in this thread) are no problem, and I > don't believe that you'll see coding system trouble if you do it > that way. 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. Ted