public
Description: Campfire major mode for emacs
Homepage:
Clone URL: git://github.com/rubyist/campfire-mode.git
name age message
file MIT-LICENSE Mon Aug 25 06:20:16 -0700 2008 fire up in git [rubyist]
file README Mon Aug 25 06:22:19 -0700 2008 remove dumb svn instructions, replace with awes... [rubyist]
file TODO Mon Aug 25 06:20:16 -0700 2008 fire up in git [rubyist]
file campfire-mode.el Mon Aug 25 06:20:16 -0700 2008 fire up in git [rubyist]
file campfire-mode.rb Mon Aug 25 06:20:16 -0700 2008 fire up in git [rubyist]
file campfire-mode2.rb Mon Aug 25 10:09:50 -0700 2008 I think campfire-mode2.rb is where I started to... [rubyist]
README
Requirements
============
emacs (duh)
el4r
tinder


Download
========
Currently - just pull from github until everything is worked out and a more
formal package is assembled.

git clone git://github.com/rubyist/campfire-mode.git


Installation
============

Drop campfire-mode.el into ~/.el4r

Add the following to ~/.el4r/init.rb:

el4r_load 'campfire-mode.rb'

Copy the campfire-mode.el somewhere in your emacs load path, set the
domain, username, password, and room variables and load it up.


Fire up campfire mode with M-x campfire-mode


In the *campfire* buffer you can speak with \C-c\C-s

The following functions are also available:

campfire-speak
campfire-paste-region
campfire-paste-buffer


To shutdown campfire, M-x campfire-stop


Questions, comments, patches to scott@theedgecase.com.