hayamiz / twittering-mode

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

twittering-edit-skeleton: default to inherit-mentions #128

Closed dunn closed 6 years ago

dunn commented 7 years ago

I.e., in a reply by @\wendy to

@\wendy @\salem hello

sent by @\tomas, the initial string in the reply popup should be

@\tomas @\salem

This is the default behavior of all other Twitter clients that I'm aware of.

cvmat commented 7 years ago

twittering-mode has the "edit skeleton" function, with which you can customize initial contents on editing a tweet. With the configuration (setq twittering-edit-skeleton 'inherit-mentions), all mentions are added to initial contents of the buffer for editing a reply. How about it?

dunn commented 7 years ago

Dang, how did I miss that? Looks exactly what I wanted. Maybe it can be on by default?

dunn commented 7 years ago

Updated this to just change twittering-edit-skeleton to be set to inherit mentions, which I think is a more sensible default.