twittering-mode icon indicating copy to clipboard operation
twittering-mode copied to clipboard

分 service 设置 curl 参数和 status format

Open wd opened this issue 13 years ago • 4 comments

as title

wd avatar Mar 23 '12 11:03 wd

curl by service 支持了。

xwl avatar Mar 24 '12 14:03 xwl

status format 也支持。please try.

xwl avatar Mar 24 '12 16:03 xwl

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")

xwl avatar Mar 25 '12 00:03 xwl

代理应该使用下面的方法,根据 url 设置代理

(setq twittering-curl-socks-proxy '("--socks5-hostname" "127.0.0.1:7070") twittering-uri-regexp-to-proxy "twitter.com")

分 service 设置 status 目前支持的有点问题,还需要 xwl 继续开发

wd avatar Mar 28 '12 10:03 wd