2 Jun 2003 02:21
snitch.el 1.0
Thien-Thi Nguyen <ttn <at> glug.org>
2003-06-02 00:21:35 GMT
2003-06-02 00:21:35 GMT
greetings earthlings, please find below snitch.el 1.0. feedback and patches welcome. thi ________________________________________________________________ ;;; snitch.el --- record runtime info to send to the busybody ;; Copyright (C) 2003 Thien-Thi Nguyen ;; This file is part of ttn's personal elisp library, released under GNU ;; GPL with ABSOLUTELY NO WARRANTY. See the file COPYING for details. ;;; Version: 1.0 ;;; Keywords: emacs-lisp, convenience ;;; X-Author-Seeking-Band: to-jam, to-gig, to-write-songs, to-learn-italian ;;; Commentary: ;; * Overview ;; ;; This file provides functions to save information collected during ;; an emacs session and, at a later time, to email that information to ;; some busybody on the Net. Information collected can range from ;; simple (whether or not some feature/function is used) to complex ;; (filtered aggregate data). See `snitch-stash', `snitch-report', ;; and `global-snitch-mode' (both var and func). ;; ;; * Why you should think very carefully about using this code(Continue reading)
RSS Feed