This program for M-x zone displays random MD5 hash strings when Emacs
becomes idle. Internally it is computing the MD5 hash of each string to see
if it is identical to itself. When it does, it will stop and notify you.
You should get in touch with Elliott Kember.

Install by putting this file in your `load-path' and then by adding
the following to your .emacs

(eval-after-load "zone"
'(progn
(load-library "kember")
(unless (memq 'zone-pgm-kember (append zone-programs nil))
(setq zone-programs
(vconcat zone-programs [zone-pgm-kember])))))

Note, zone randomly selects a program to run.

To automatically enable M-x zone-when-idle, add to your .emacs:

(setq zone-timer (run-with-idle-timer 120 t 'zone))

-- 
In general, we reserve the right to have a poor
memory--the computer, however, is supposed to
remember! Poor computer. -- Guy Lewis Steele Jr.
_______________________________________________
gnu-emacs-sources mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to