Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Hashcash on by default?
@ 2006-04-25 15:50 Reiner Steib
  2006-04-30 10:26 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: Reiner Steib @ 2006-04-25 15:50 UTC (permalink / raw)


On Sat, Apr 22 2006, Lars Magne Ingebrigtsen wrote:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>
>> BTW,
>>   (eval-when-compile
>>     [...]
>>     (require 'hashcash))
>> looks odd.  Why is it inside `eval-when-compile'?
>
> Probably so that hashcash won't be loaded unless you really want to
> use it?

Why is hashcash treated differently than say canlock or ecomplete?

,----
| ELISP> (featurep 'message)
| nil
| ELISP> (require 'message)
| message
| ELISP> (featurep 'canlock)
| t
| ELISP> (featurep 'hashcash)
| nil
| ELISP> (featurep 'ecomplete)
| t
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 18+ messages in thread
* Hashcash on by default?
@ 2006-04-15 13:22 Lars Magne Ingebrigtsen
  2006-04-15 23:42 ` Miles Bader
  2006-04-18 10:47 ` Simon Josefsson
  0 siblings, 2 replies; 18+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-04-15 13:22 UTC (permalink / raw)


I just switched on async hashcash generation:

(setq message-generate-hashcash t)

I think it's kinda neat how those payment lines appear in the buffer
asynchronously.  :-)  But perhaps we should just switch this on by
default?  I mean, if you don't have hashcash installed, it won't do
anything, and if you do have hashcash installed, you probably want to
use it.  And since the impact now is so low (what with it being
asynchronous and all), I think it makes sense.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2006-04-30 10:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-25 15:50 Hashcash on by default? Reiner Steib
2006-04-30 10:26 ` Lars Magne Ingebrigtsen
  -- strict thread matches above, loose matches on Subject: below --
2006-04-15 13:22 Lars Magne Ingebrigtsen
2006-04-15 23:42 ` Miles Bader
2006-04-16  0:38   ` Adam Sjøgren
2006-04-17  3:54   ` Manoj Srivastava
2006-04-18 10:47 ` Simon Josefsson
2006-04-18 12:24   ` gdt
2006-04-18 13:42     ` Simon Josefsson
2006-04-18 13:59       ` gdt
2006-04-18 19:37   ` Raymond Scholz
2006-04-18 20:20     ` Lars Magne Ingebrigtsen
2006-04-18 20:30       ` Ted Zlatanov
2006-04-18 21:00       ` Reiner Steib
2006-04-18 22:28         ` Steve Youngs
2006-04-19 13:03           ` Reiner Steib
2006-04-18 22:32         ` Simon Josefsson
2006-04-21 23:50         ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).