dbrock / bongo

Play music with GNU Emacs
http://www.emacswiki.org/emacs/Bongo
Other
210 stars 22 forks source link

Are there anybody who enjoys how bongo destroys current window configuration? #38

Closed Bad-ptr closed 7 years ago

Bad-ptr commented 7 years ago

See the bongo-quit, and bongo functions. Can you make saving/setting window configuration optional?

I think that the logic of this behavior is broken because after you call bongo-quit(which deletes other windows which is terrible) you can split/delete windows and then bongo revives what you don't need anymore(window configuration from the past). This is confusing.

iqbalansari commented 7 years ago

I agree, the way bongo interacts with the window configuration is broken right now, maybe we should remove that part, since nowadays there are better tools to manage window configurations (like winner-mode).

dbrock commented 7 years ago

You're right, this probably does more harm than good.

Personally, I very seldom use more than two windows, so I guess I wouldn't really have noticed this...