hayamiz / twittering-mode

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

Add support for Twitter's new 280 character limit #142

Closed cfuhrman closed 6 years ago

cfuhrman commented 6 years ago

As of September 2017, Twitter now supports a maximum length of 280 characters. Modify twittering mode to support the increased character limit.

I will be posting a PR with the modified code shortly.

ahungry commented 6 years ago

Is anyone maintaining this package atm?

cvmat commented 6 years ago

I have committed support for posting a tweet longer than 140 characters. It is not so simple. You can see the detail at https://github.com/hayamiz/twittering-mode/pull/143