From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56379 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Crypto problems again Date: Fri, 13 Feb 2004 11:17:45 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <87znbnth9y.fsf@emptyhost.emptydomain.de> References: <4nbro8aru8.fsf@collins.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 1076667504 3693 80.91.224.253 (13 Feb 2004 10:18:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2004 10:18:24 +0000 (UTC) Original-X-From: ding-owner+M4919@lists.math.uh.edu Fri Feb 13 11:18:18 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AraOo-0003HP-00 for ; Fri, 13 Feb 2004 11:18:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AraO8-0005Ty-00; Fri, 13 Feb 2004 04:17:36 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AraO2-0005Tt-00 for ding@lists.math.uh.edu; Fri, 13 Feb 2004 04:17:30 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 343CB3A003B for ; Fri, 13 Feb 2004 04:17:30 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AraO1-0005Ir-00 for ; Fri, 13 Feb 2004 11:17:29 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1076667449 18978 213.203.244.156 (13 Feb 2004 10:17:29 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 13 Feb 2004 10:17:29 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:zQ6uRDCpxC0g4+NR3LG5r8wyxig= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56379 Ted Zlatanov writes: > The problem is that I want the gnus-encrypt package to be supported by > Gnus, meaning that the user should just load gnus-encrypt and have > support for gnus-encrypt-file-alist and all the other nice things in > that package. But I'm not allowed to use most normal facilities in > order to do this. What can I do? It seems that the two entry points are *-insert-file-contents and *-write-file-contents. It looks as if you might be able to make it a file handler. You could just forego completion and that stuff, or forward these operations to the normal handlers. I wonder if crypto regulations require the Emacs maintainers to remove file-name-handler-alist from the code? That would break Ange-FTP and Tramp and jka-compr... Kai