hayamiz / twittering-mode

An Emacs major mode for Twitter
http://twmode.sourceforge.net/
545 stars 92 forks source link

C-c C-n for mentions; configable api host; http2 if using curl #103

Closed multiSnow closed 1 year ago

multiSnow commented 9 years ago
  1. add C-c C-n to visit mentions timeline, which is similar to replies. may help https://github.com/hayamiz/twittering-mode/issues/70
  2. let twittering-api-host do work if set in config, especially useful with third-part api
  3. test and try using http2 (by adding --http2) with curl if supported. (also change some regexp for work but needs review).
cvmat commented 8 years ago

Thanks for your contribution. I have imported your patch and added changelog for it. Honestly, I had thought that HTTP/2 might be uncertain and might not be necessary at that time. But, according to recent some reports, the Twitter server may return responses in HTTP/2 even if a request is sent in HTTP/1.1. It seems to be necessary now. Thank you very much.