fr3q.el

2005-05-17 Thread Joe Corneli
, Joe Corneli, Re: keycounter?, Mon, 17 Feb 2003 | Is anyone aware of a key-stroke counting package for XEmacs? | | In additition to tabulating the use of each key during a given session, I | am also interested in simple statistics like frequency of pairs (e.g. how | frequently do I type H

index-cards.el

2006-11-07 Thread Joe Corneli
;;; index-cards.el -- write ersatz index cards with emacs ;; Copyright (C) 2006 Joseph Corneli [EMAIL PROTECTED] ;; Notice: Copyright transfered to public domain wherever applicable. ;; Time-stamp: 2006-11-05 20:28:55 jcorneli ;;; Commentary: ;; (Version 1.) Quick hacks using a

index-cards.el v3

2007-03-13 Thread Joe Corneli
;;; index-cards.el -- write ersatz index cards with emacs ;; Copyright (C) 2007 Joseph Corneli [EMAIL PROTECTED] ;; Notice: Copyright transfered to public domain wherever applicable. ;; Time-stamp: 2007-03-13 02:09:08 jcorneli ;;; Commentary: ;; (Version 1.) Quick hacks using a

Re: tarot.el update

2011-02-07 Thread Joe Corneli
Some time ago I posted a version of tarot.el that didn't do tarot spreads. This version does one type of (very simple) tarot spread. Attached, and appended for convenience. ;;; tarot.el -- draw a random tarot card ;; Copyright (C) 2007, 2011 Joseph Corneli holtzerman...@gmail.com ;; Notice:

regressive image dictionary fontification in emacs

2011-09-20 Thread Joe Corneli
I have ported some support for highlighting words found in the Regressive Imagery Dictionary (http://www.kovcomp.co.uk/wordstat/RID.html) into Emacs, code is available here for use or improvement: https://github.com/holtzermann17/rid-mode.el There is no license because the original dictionary

Re: regressive image dictionary fontification in emacs

2011-09-22 Thread Joe Corneli
On Wed, Sep 21, 2011 at 11:46 AM, Richard Stallman r...@gnu.org wrote:    https://github.com/holtzermann17/rid-mode.el    There is no license because the original dictionary doesn't come with    one; hack it at your own risk, I guess. If that code does not carry a free license, it is nonfree

Re: regressive image dictionary fontification in emacs

2011-09-22 Thread Joe Corneli
Surely you can make such lists yourself that would serve your purpose. You can get a public domain old version of Roget's Thesaurus from Project Gutenberg, select what you want, then add such words as might occur to you.  It won't be exactly the same, but it could do just as well. Good idea.

mal-mode.el (Re: regressive image dictionary fontification in emacs)

2011-11-03 Thread Joe Corneli
I made a variant of my earlier Regressive Image Dictionary mode using word lists I made myself, so I can release this file under the GPL. https://raw.github.com/holtzermann17/rid-mode.el/master/mal-mode.el This package fontifies words drawn from the Young Schema Questionnaire and associated

`diary-make-entry': insert new entries in order rather than at end

2013-08-20 Thread Joe Corneli
(defun diary-date-to-time (string) (apply #'encode-time (map 'list (lambda (x) (if (null x) 0 x)) (parse-time-string string (defun diary-make-entry (string optional nonmarking file) Insert a diary entry STRING which may be NONMARKING in FILE. If omitted,