emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About the 'minibuffer' frame parameter


From: Eli Zaretskii
Subject: Re: About the 'minibuffer' frame parameter
Date: Fri, 05 Aug 2016 22:25:59 +0300

> Date: Fri, 05 Aug 2016 18:37:50 +0200
> From: martin rudalics <address@hidden>
> CC: address@hidden
> 
>  > You mean, you think there's some code out there that expects to
>  > receive nil in that case?  Do we have any code in our tree that might
>  > expect that?
> 
> I'm afraid so, yes.  Otherwise this rigmarole would hardly make sense.
> 
> But I haven't checked all places because I rather soonish stumbled upon
> things like
> 
> (eq (cdr (or (assq 'minibuffer initial-frame-alist)
>            (assq 'minibuffer window-system-frame-alist)
>            (assq 'minibuffer default-frame-alist)
>            '(minibuffer . t)))
>      t)
> 
> in ‘frame-notice-user-settings’.  And one revealing comment is in
> ‘set-frame-configuration’:
> 
>                 ;; Since we can't set a frame's minibuffer status,
>                 ;; we might as well omit the parameter altogether.

We could simply change the above code to follow suit.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]