Thien-Thi Nguyen | 2 Jun 2003 02:21

snitch.el 1.0

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)

Thien-Thi Nguyen | 30 Jun 2003 21:34

vms-pstree.el

greetings earthlings,

here's something for those still stuck on vms.
rms, feel free to ping me if you want this added.
(if so, where?)

thi

_____________________________________________________________
;;; vms-pstree.el --- Display VMS processes as a tree

;;; Copyright (C) 2003 Thien-Thi Nguyen <ttn <at> gnu.org>

;; This file is released under the same license as GNU Emacs.

;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.

;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING.  If not, write to the
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.

(Continue reading)


Gmane