kyle_burton ([info]kyle_burton) wrote,
@ 2008-04-14 10:29:00
Previous Entry  Add to memories!  Tell a Friend  Next Entry
Entry tags:irc emacs

IRC in Emacs with ERC

Jason Stelzer just turned me on to ERC, an IRC mode for Emacs. It even just works with Windows, and comes with recent versions of Emacs (as of April 2008).

There are even easy ways to automatically start a session and connect to a channel - wrapping that up helped make it more automatic:



(defun krb-start-erc ()
  (interactive)
  (erc-open
   "irc-server-name-or-ip"
   6667
   "your-username"
   "your-full-name"
   t ;; connect
   "your-passwd")
  (erc-join-channel "datapump"))



(1 comment) - (Post a new comment)


(Anonymous)
2008-06-07 12:52 pm UTC (link)

Connect to any IRC chat server @ http://www.ChatPhobia.com (no software to install, web based applet that will work on any web browser with JAVA).

(Reply to this)


(1 comment) - (Post a new comment)

Create an Account
Forgot your login or password?
Login w/ OpenID
English • Español • Deutsch • Русский…