From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59083 Path: main.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.gnus.general Subject: Re: Asynchronous hashcash.el Date: Tue, 09 Nov 2004 16:48:41 +0100 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 1100015678 30521 80.91.229.6 (9 Nov 2004 15:54:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 15:54:38 +0000 (UTC) Original-X-From: ding-owner+M7623@lists.math.uh.edu Tue Nov 09 16:54:24 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRYK8-0007ts-00 for ; Tue, 09 Nov 2004 16:54:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CRYEs-0002iv-00; Tue, 09 Nov 2004 09:48:58 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CRYEn-0002iq-00 for ding@lists.math.uh.edu; Tue, 09 Nov 2004 09:48:53 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CRYEk-0006bz-MU for ding@lists.math.uh.edu; Tue, 09 Nov 2004 09:48:50 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 8A1723A0014 for ; Tue, 9 Nov 2004 09:48:47 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CRYEf-0002Te-00 for ; Tue, 09 Nov 2004 16:48:45 +0100 Original-Received: from h170n1fls23o1074.bredband.comhem.se ([213.67.239.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Nov 2004 16:48:45 +0100 Original-Received: from mange by h170n1fls23o1074.bredband.comhem.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Nov 2004 16:48:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h170n1fls23o1074.bredband.comhem.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:m1fc7ALgAgEpM3tt6mB+2V1tb34= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59083 Simon Josefsson writes: > Great. Hm. Is your patch backwards compatible? If so, I think we > should just install your patch. Do you want to work on updating the > manual's node on hashcash too, to document the new interfaces? It's backwards compatible, but while reading the manual I noticed the variable message-generate-hashcash, with which my patch doesn't cooperate. That is, if you just set that variable, you get the old synchronous behaviour. I'll fix that, and update the manual as well. Magnus