Timeline for Prevent Emacs from resizing windows
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 27 at 1:47 | comment | added | phils | @732 The variable is automatically buffer-local when set -- but as normally nothing sets it, just setting the default value works (did you try it??). It also quickly demonstrates a flaw in your request, which is that if you insist upon all existing windows retaining their current size you you lose the ability to split windows. Is that what you wanted? I suspect not. In which case your real question is a bit different / more complex. | |
| Dec 25, 2017 at 6:53 | comment | added | 732 | The problem is this is buffer-local, so I'd have to set it for every buffer I ever open. If I switch to a buffer without this variable set and do another ag search, then the windows get resized again. There has to be a way to prevent windows from resizing when new buffers get displayed. | |
| Aug 26, 2017 at 2:07 | history | answered | Jeff Spaulding | CC BY-SA 3.0 |