roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
590 stars 38 forks source link

Need to have a filter list #4

Closed mbuczko closed 11 years ago

mbuczko commented 11 years ago

some windows (like those created by anything) shouldn't trigger golden-ratio re-arrange. would be nice to filter them out, eg. by buffer name.

driftcrow commented 11 years ago

Yeah, some windows (like ediff control panel...)shouldn't be trigger .filter them out is to be necessary.

roman commented 11 years ago

Can you give me a list of buffer names to filter, I would love to help, but really don't know what buffers to filter...

driftcrow commented 11 years ago

Thanks for your attention this request, I think this feature in useful in some scenics :

you can create a list then anyone can customize by himself.

mbuczko commented 11 years ago

Exactly. Configurable list of buffer names would be perfect. Everyone could adjust it to his needs.

hickinbottoms commented 11 years ago

I thought the same thing, and have added code to support this in issue/pull request 15: https://github.com/roman/golden-ratio.el/pull/15

It allows customisation through two lists of exclusions (some examples are in the code comments):

This seems to work quite well for me.

roman commented 11 years ago

This feature was added by commit 9843ca2