austin----- / weibo.emacs

Sina weibo client in Emacs
https://github.com/austin-----/weibo.emacs
105 stars 28 forks source link

`M-x weibo-timeline RET` sometimes kills current buffer #43

Open xuchunyang opened 9 years ago

xuchunyang commented 9 years ago

I can reproduce by following these steps:

  1. Launch emacs normally, switch to *scratch* buffer automatically
  2. Hit M-x weibo-timeline, switch to *weibo-timeline* buffer automatically
  3. Hit M-x list-buffers, I cannot find *scratch* buffer

I am using the master branch of weibo.emacs and my emacs version is "25.0.50.5". I have following config for weibo.emacs (simply require weibo feature and set up weibo key/secret).

(use-package weibo
  :load-path "~/wip/weibo.el/"
  :config
  (load-file "~/.private.el"))