Timeline for How to shift vertical column of windows left and right in a frame?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 15, 2014 at 22:10 | vote | accept | Dan | ||
| Nov 13, 2014 at 13:44 | answer | added | François Févotte | timeline score: 5 | |
| Nov 13, 2014 at 2:53 | comment | added | Dan | @lawlist: thanks for the thoughts and the link. The material I've put together looks broadly like what you sketched, but I can't claim any elegance on its behalf. The use case doesn't strike me as all that esoteric, so I suppose I'm a little surprised that the functionality isn't already baked in somewhere. | |
| Nov 12, 2014 at 23:49 | history | edited | Gilles 'SO- stop being evil' | edited tags | |
| Nov 11, 2014 at 9:18 | comment | added | lawlist | Outline of function: Do everything from B (initial window selected); get info for A, B and D; using display-buffer family of functions display A in top of B and display D in bottom of B -- the split can be made by virtue of the display-buffer family of functions (see example in link mentioned in comment above for internal function split-window); delete A or D and using the delete-window function which permits specifying a specific window; and finally display-buffer B where A or D is. | |
| Nov 11, 2014 at 9:11 | comment | added | lawlist | Here is a link to a left/right display-buffer custom example -- you can modify them to suit your needs: stackoverflow.com/a/21544307/2112489 The below functions are already in window.el | |
| Nov 10, 2014 at 20:00 | history | asked | Dan | CC BY-SA 3.0 |