This is a test from my emacs.
Related Posts
emacs Evernote
You never know where is the key point. At the very beginning, I thought the most difficult part will be the configuration for Evernote mode and w3m will be the…
emacs Evernote
You never know where is the key point. At the very beginning, I thought the most difficult part will be the configuration for Evernote mode and w3m will be the…
mac下用emacs上gtalk聊天
好了,一鼓作氣,再來玩一個新花樣:用emacs接gtalk聊天,變態吧? 查了一下,現成有jabber.el,關鍵就是設置了。老規矩,下載下來,放到~/.emacs.d/site-lisp中去。jabber.el其實不是一個文件,而是一整個包,缺省的解壓是在一個帶版本號的目錄下,我改成了~/.emacs.d/site-lisp/emacs-jabber,所以在.emacs中,加了這麼一句: (add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-jabber") 然後是這麼幾句: (require 'jabber-autoloads) (setq jabber-account-list '( ("yuleshow@gmail.com" (:password."*************") (:network-server . "talk.google.com") (:port . 443) (:connection-type . ssl)) )) 好了,用M-x jabber-connect連接服務器,然後用M-x jabber-chat-with聊天吧,爽去吧! 目前還有幾個很小的問題,第一,雖然上面設置了用戶名和密碼,但是連接時 還要輸一遍;第二,如何新開幾個窗口(我指自動的,其實蘋果下很方便地可以用 commnd-n開新的出來),省得在buffer之間切換了。 上兩張圖,讓大傢伙兒見識見識:…