ERC

| No Comments | No TrackBacks
我的ERC相关设置:

(require 'erc)

(defun cg-erc ()
    (interactive)
    (erc :server "irc.freenode.net" :port 6667 :nick "mynick” :password “mypass" :full-name "my full name"))

(require 'easymenu)
(easy-menu-add-item  nil '("tools") ["ERC" cg-erc t])
(global-set-key "\C-cef" 'cg-erc)

函数cg-erc直接设置连接参数,可以通过  M-x cg-erc 直接连接。
通过easymenu在 Tools 菜单下增加一个 ERC 菜单项,也可用来连接。
设置组合键 C-c e f 来连接。 


*** Useful commands
(in server buffer) Search for all channels with keyword in name
/msg chanserv list *keyword*

To retrieve command history
M-p
M-n

No TrackBacks

TrackBack URL: http://cyberhut.org/mt/mt-tb.cgi/28

Leave a comment

About this Entry

This page contains a single entry by cg published on October 14, 2007 10:14 PM.

Gnus+MSMTP实现多账号邮件发送 was the previous entry in this blog.

MacOSX使用 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.