mooseyboots / mastodon.el

Emacs client for Mastodon. moved to:
https://codeberg.org/martianh/mastodon.el
GNU General Public License v3.0
167 stars 26 forks source link

Sending toot closes second window #99

Open alexjgriffith opened 7 years ago

alexjgriffith commented 7 years ago

Just a small UX suggestion

If I have two windows open and I call mastodon-toot it opens in the non active window. When I send the toot with mastodon-toot--send it closes the buffer and the second window.

When sending a toot with one window open to begin with this is fine. However when two windows are open before starting the new toot i would prefer it to leave both windows open and return focus to the previous window when the toot is sent.

clarkenciel commented 7 years ago

I wonder if we should really open the compose-toot buffer in a sort "trough" buffer at the bottom of the window a la helm?

alexjgriffith commented 7 years ago

That would be cool! Though i think it impacts your ability to call other functions. I think that is why i switched from helm to ivy. But that was years ago.