help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Enlarging minibuffer prompt


From: Jean Louis
Subject: Re: Enlarging minibuffer prompt
Date: Thu, 24 Oct 2024 13:57:54 +0300
User-agent: Mutt/2.2.12 (2023-09-09)

* Stephen Berman <stephen.berman@gmx.net> [2024-10-24 10:36]:
> > Is there a way that I can customize the `default' face but only within
> > the minibuffer?
> >
> > My final goal would be to enlarge the minibuffer only from my program,
> > based on variables that user customizes within my software.
> 
> How about something like this:
> 
> (add-hook 'minibuffer-setup-hook (lambda () (text-scale-adjust 2)))

That is very good option, I will start using it as single user. 

Though it is very general for whole Emacs. 

I would like that users can set up the text-scale-adjust by variable,
and that minibuffer enlarges only when invoked through my
functions. Adding and removing hook during the function does not sound
nice to me. But is good for time being.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

✡️🛡️ Proudly standing with Israel, a nation rooted in history and culture. 
Let's condemn hatred and promote understanding.

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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