[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with windows and 'quit-restore
From: |
Michael Heerdegen |
Subject: |
Re: Help with windows and 'quit-restore |
Date: |
Wed, 01 Mar 2017 01:57:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Eric Abrahamsen <eric@ericabrahamsen.net> writes:
> Can anyone point me to the correct call for that?
M-x trace-functions shows that your call is equivalent to the one caused
by `display-buffer', so I guess the different behavior has another
reason.
`display-buffer' calls `window--display-buffer' which does some more
stuff - the (set-window-prev-buffers window nil) call looks like it
could be related. Maybe you could try using `window--display-buffer' in
your code?
> Or reveal some better solution to the problem?
The better solution would be to get it work with `display-buffer', I
guess.
Michael.