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: martin rudalics
Subject: Re: About the 'minibuffer' frame parameter
Date: Fri, 05 Aug 2016 19:35:08 +0200


>> Is there anyone out there who has an idea how the 'minibuffer'
>> parameter should be set and used?  Maybe nobody uses them any more.
>
> If by "them" you mean frame parameter `minibuffer' then yes, I use it.
>
> I create a standalone minibuffer frame, so my `minibuffer-frame-alist'
> has (minibuffer . only), using (setq minibuffer-frame-alist ...).
>
> And my `default-frame-alist' has (minibuffer), aka (minibuffer . nil).
> I do that similarly: (setq default-frame-alist...).
>
> But I think you probably knew all that, so it is perhaps not really
> what you are asking.

I know that you use stand-alone minibuffers and that you have to _set_
the 'minibuffer' frame parameter for that.  I wanted to know how people
_use_ that parameter after, for example, doing

(frame-parameter nil 'minibuffer)

If nobody _uses_ it then we don't have to care about it.

martin




reply via email to

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