erbot-discuss
[Top][All Lists]
Advanced

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

Re: [Erbot-discuss] Importing acronyms using ErBot


From: D Goel
Subject: Re: [Erbot-discuss] Importing acronyms using ErBot
Date: Sat, 04 Jun 2005 15:20:05 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Michael Olson <address@hidden> writes:

> 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

Awesome!  I trained both fsbot (and singbot) on all these. 


I also added the command

 (defun erbtrain-utils-teach-acronyms (&optional botstring)

based on the code you sent.  Please feel free to modify it if you feel
that i got anything wrong.


yay, fsbot now knows acronyms..


Sincerely,

DG                                 http://gnufans.net/
--




reply via email to

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