https://github.com/malroc/sourcetalk_emacs.git
git clone 'git://github.com/malroc/sourcetalk_emacs.git'
SourceTalk plugin for Emacs allows you to initialize a code discussion conference directly from your editor
The recommended way to install SourceTalk plugin is via Marmalade
SourceTalk plugin depends on emacs-request (https://github.com/tkf/emacs-request).
You'll need to drop emacs-request and sourcetalk.el somewhere in your load-path
, and then do
(require 'request)
(require 'sourcetalk)
To create a conference execute sourcetalk-start-external-conference
You may also want to assign a key binding to this command. Add something like this to your config file:
(global-set-key (kbd "C-c s") 'sourcetalk-start-external-conference)
Read SourceTalk home page:
http://sourcetalk.net
Watch screencast:
http://sourcetalk.net/screencast