[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is restore_window_configuration in read_minibuf (minibuf.c) for
From: |
martin rudalics |
Subject: |
Re: What is restore_window_configuration in read_minibuf (minibuf.c) for? |
Date: |
Mon, 19 Apr 2021 18:02:48 +0200 |
> So what seems needed is an extra &optional parameter to
> set-window-configuration, DONT-SET-MINIWINDOW which would inhibit the
> restoration of the mini-window. The call from unwinding a minibuffer
> would pass a non-nil value for this argument. Messy, but I haven't got
> any better ideas.
>
> What do you think?
You could probably also set the minibuffer window(s) separately to
whatever you want after the configuration has been restored. It's messy
in either case.
martin