home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / irc / Kiwi.README < prev   
Lisp/Scheme  |  1996-09-07  |  1KB  |  57 lines

  1. The latest version of Kiwi.el which formely was called sojge-irc.el,
  2. is now obtainable by anonymous ftp from ftp.lysator.liu.se
  3. [130236.254.1]. You'll find it in the file pub/emacs/Kiwi-x.y.el where
  4. x.y is the latest version; after getting it, you probaly want to
  5. rename it into Kiwi.el.
  6.  
  7. This file can either be loaded directly into Emacs by doing
  8.  
  9.     M-X load-file RET Kiwi.el RET
  10.  
  11. and then used by doing
  12.  
  13.     M-X irc RET
  14.  
  15.  
  16. A better way may be to first byte-compile the file by
  17.  
  18.     M-X byte-compile RET Kiwi.el RET
  19.  
  20. to get the file Kiwi.elc, then to put it in one of the directories
  21. listed in the Emacs variable load-path (you can check the variables
  22. contest by saying
  23.  
  24.     C-h v load-path RET
  25.  
  26. ) and by putting the line
  27.  
  28.     (autoload 'irc "Kiwi" 
  29.         "Internet Relay Chat client." t nil)
  30.  
  31. in your .emacs file. After this, whenever you say
  32.  
  33.     M-X irc RET
  34.  
  35. the irc client is loaded (if it wasn't loaded already) and you are
  36. asked for a hostname where an IRC server can be found.
  37.  
  38. You can read more about how to intall and how to initialize it for
  39. startup by doing
  40.  
  41.     /HELP startup
  42.  
  43. inside Kiwi.
  44.  
  45.  
  46. Please let the file be readable by everyone (chmod +r Kiwi*)
  47. on your system.
  48.  
  49.  
  50. If you have any problems, or suggestions, feel free to email me at
  51. address sojge@mizar.docs.uu.se or sending me a message on irc. I use
  52. the nickname sojge.
  53.  
  54. See you on IRC!
  55.  
  56.     /sojge
  57.