# apt-get install w3m-el curl nxml-mode nxslproc svn
$ svn export http://emacspeak.googlecode.com/svn/trunk/lisp/g-client/
$ cd g-client
$ make
~/.emacs
(load-library "g")
(when (locate-library "g")
(autoload 'gblogger-sign-in "g" "Resets client so you can start with a different userid." t)
(autoload 'gblogger-blog "g" "Retrieve and display feed of feeds after authenticating." t)
(eval-after-load 'g
'(progn
(setq g-user-email "hoge@gmail.com")
(setq gcal-user-email "hoge@gmail.com")
(setq gblogger-user-email "hoge@gmail.com")
(setq browse-url-browser-function 'w3m-browse-url))))
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.