===============error info======================
Warning (initialization): An error occurred while loading `c:/Documents and Settings/qingjieh/Application Data/.emacs':
Symbol's function definition is void: defstruct
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.
It's very strange that it works fine if I put following twittering config in .emacs
@DappleHou Thanks for your feedback. It is because of cl reference is missing from weibo.el. I just fixed that. Could you please update and try again? Thanks.
===============error info====================== Warning (initialization): An error occurred while loading `c:/Documents and Settings/qingjieh/Application Data/.emacs':
Symbol's function definition is void: defstruct
To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.
It's very strange that it works fine if I put following twittering config in .emacs
(load-file "/twittering-mode.el") (require 'twittering-mode) (setq twittering-use-ssl nil twittering-oauth-use-ssl nil) (setq twittering-icon-mode 1) (setq twittering-enabled-services '(sina)) (setq twittering-accounts '((sina (username "adfadfadfadf@sdfsdf.com") (auth oauth))))
By the way, I got the latest version today.