home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / games / metaserver / add-to-dot-emacs next >
Encoding:
Text File  |  1993-03-01  |  703 b   |  17 lines

  1. (setq load-path (cons "THELISPDIR" load-path))
  2. (autoload 'metaserver-refresh "METASERVERPROG" "Netrek info" t)
  3. (autoload 'metaserver-restore-from-file "METASERVERPROG" "Old netrek info" t)
  4. (global-set-key "\C-c\C-n" 'metaserver-refresh)
  5.  
  6. ;;; Uncomment the next line to use telnet instead of open-network-stream
  7. ;;; (setq metaserver-use-telnet t)
  8.  
  9. ;;; Uncomment the next 2 lines to use the background.el package
  10. ;;; (autoload 'background "BACKGROUNDPROG" "Background Processes" t)
  11. ;;; (setq metaserver-use-background t)
  12.  
  13. ;;; Uncomment the next 2 lines to use the ck_players program if you have it
  14. ;;; installed:
  15. ;;; (setq metaserver-auto-fallback t)
  16. ;;; (setq metaserver-ck-players-program "ck_players")
  17.