Timeline for How to conditionally reuse the current window to display a buffer?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 27, 2015 at 21:07 | comment | added | Kaushal Modi | Interesting.. from the source code of display-buffer, if the second arg action is non-nil and NOT a list (in the let form .. (inhibit-same-window (and action (not (listp action))))), inhibit-same-window is set to t. | |
| May 27, 2015 at 20:49 | comment | added | Kaushal Modi | Thanks! So it looks like it inhibits opening the buffer in the same window by default when it does display-buffer-reuse-window. | |
| May 27, 2015 at 20:36 | history | answered | Drew | CC BY-SA 3.0 |