erbot-discuss
[Top][All Lists]
Advanced

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

[Erbot-discuss] Importing acronyms using ErBot


From: Michael Olson
Subject: [Erbot-discuss] Importing acronyms using ErBot
Date: Sat, 04 Jun 2005 00:36:15 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

I've recently come across a good set of acronyms at
http://twb.ath.cx/~twb/src/misc/elisp/emacs-wiki-wtf.el .  After
commenting out the last part of the file, I did the following to get
them into my ErBot instance (from the Emacs instance that does the
training) .

M-x load-file ~/emacs-wiki-wtf.el

M-:
(setq erbtrain-list
      (mapcar (lambda (ref)
                (concat "plugbot: " (car ref)
                        " is " (upcase-initials (cdr ref))))
              emacs-wiki-wtf-alist))

M-x erbtrain-resume
M-x idledo-start

Thought you might find it useful for fsbot.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Jabber: mwolson_at_hcoop.net -- IRC: mwolson on freenode.net: #muse, #pulug
  /` |\ | | |
 |_] | \| |_|   Interests: anime, Debian GNU/Linux, XHTML, wiki, Emacs Lisp

Attachment: pgplTDUdfDAZR.pgp
Description: PGP signature


reply via email to

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