From: Stephen Berman <stephen.berman@gmx.net>
To: Jean Louis <bugs@gnu.support>
Cc: Help GNU Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Enlarging minibuffer prompt
Date: Thu, 24 Oct 2024 09:34:01 +0200 [thread overview]
Message-ID: <87cyjqq7iu.fsf@gmx.net> (raw)
In-Reply-To: <45668c80e0e5884119534d41c6ef87e8.support1@rcdrun.com> (Jean Louis's message of "Thu, 24 Oct 2024 09:11:33 +0300")
On Thu, 24 Oct 2024 09:11:33 +0300 Jean Louis <bugs@gnu.support> wrote:
> I would like minibuffer to be significantly larger.
>
> There is face `minibuffer-prompt' which I could customize:
>
> [X] Height: Value Menu Scale: 1.5
>
> So that gives me more readable, visible prompt.
>
> But then the text in the prompt, the actual text I am entering is
> `default' face.
>
> And I was thinking that text I am entering in the minibuffer prompt
> should be something like `minibuffer-default-face', some face that is
> customized especially for minibuffer.
>
> 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)))
Steve Berman
next prev parent reply other threads:[~2024-10-24 7:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-24 6:11 Enlarging minibuffer prompt Jean Louis
2024-10-24 7:34 ` Stephen Berman [this message]
2024-10-24 10:57 ` Jean Louis
2024-10-24 12:26 ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-10-24 14:18 ` Jean Louis
2024-10-24 16:17 ` [External] : " Drew Adams
2024-10-24 16:50 ` Jean Louis
2024-10-24 17:09 ` Jean Louis
2024-10-24 17:50 ` Drew Adams
2024-10-24 17:52 ` Drew Adams
2024-10-24 19:09 ` Jean Louis
2024-10-24 21:23 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87cyjqq7iu.fsf@gmx.net \
--to=stephen.berman@gmx.net \
--cc=bugs@gnu.support \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.