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: Fri, 16 Apr 2004 15:18:52 -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: <4noepr689v.fsf@b2-25-3.bwh.harvard.edu> References: <87fzb8cfxq.fsf@lexx.delysid.org> <4nvfk2whna.fsf@lifelogs.com> <87vfk28bl0.fsf-monnier+emacs@gnu.org> <4n65c1i7if.fsf@b2-25-3.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082143355 2727 80.91.224.253 (16 Apr 2004 19:22:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2004 19:22:35 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 16 21:22:30 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 1BEYuz-0007de-00 for ; Fri, 16 Apr 2004 21:22:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEYuz-000288-00 for ; Fri, 16 Apr 2004 21:22:29 +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 1BEYuk-0007B0-LP for emacs-devel@quimby.gnus.org; Fri, 16 Apr 2004 15:22:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEYuU-00078T-VH for emacs-devel@gnu.org; Fri, 16 Apr 2004 15:21:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEYtv-0006w4-KQ for emacs-devel@gnu.org; Fri, 16 Apr 2004 15:21:55 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEYtu-0006vW-Rm for emacs-devel@gnu.org; Fri, 16 Apr 2004 15:21:23 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BEYtu-0002s7-00 for ; Fri, 16 Apr 2004 21:21:22 +0200 Original-Received: from b2-25-3.bwh.harvard.edu ([134.174.54.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Apr 2004 21:21:22 +0200 Original-Received: from tzz by b2-25-3.bwh.harvard.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Apr 2004 21:21:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: b2-25-3.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 (usg-unix-v) Cancel-Lock: sha1:NjMd7/ATtDRe6v0axlVaQzHP3sY= 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:21793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21793 On Fri, 16 Apr 2004, rms@gnu.org wrote: > It is best for encryption software to be written and released > outside the US, by people who are not US citizens. This is the only > way to avoid the post-release restrictions that the US still tries > to apply to people in other countries who might subsequently > redistribute it. If there is a non-US resident interested in developing gencrypt.el or something similar, I'm perfectly willing to let them do it. I don't think Karl Berry, the crypt++.el maintained, would mind it either. crypt++.el and my own work with Gnus are decent starting points - the only thing I ask is that the developer try to develop an API, not a file I/O layer like crypt++.el, even though the file I/O layer can be optional. Thanks Ted