twittering-mode
twittering-mode copied to clipboard
分 service 设置 curl 参数和 status format
as title
curl by service 支持了。
status format 也支持。please try.
Currently curl socks proxy is ad-hoc implementation, don't set both
http proxy and curl socks proxy. To use curl socks proxy:
(setq twittering-proxy-use t
twittering-curl-socks-proxy '("--socks" "HOST:PORT")
twittering-uri-regexp-to-proxy "twitter.com")
代理应该使用下面的方法,根据 url 设置代理
(setq twittering-curl-socks-proxy '("--socks5-hostname" "127.0.0.1:7070") twittering-uri-regexp-to-proxy "twitter.com")
分 service 设置 status 目前支持的有点问题,还需要 xwl 继续开发