gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kember.el --- Find the kember identity


From: Aaron S. Hawley
Subject: kember.el --- Find the kember identity
Date: Tue, 30 Oct 2012 21:23:46 -0400

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]