* bug#15856: Pick a Font window should have a third button so it needn't dissappear
@ 2013-11-10 11:20 jidanni
2019-10-07 15:44 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: jidanni @ 2013-11-10 11:20 UTC (permalink / raw)
To: 15856
Why does the 'Pick a font' window not have an third 'apply' button,
so it can stay there while we are selecting fonts so we don't have to
dig it back out of the menus if we aren't happy with a font?
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#15856: Pick a Font window should have a third button so it needn't dissappear
2013-11-10 11:20 bug#15856: Pick a Font window should have a third button so it needn't dissappear jidanni
@ 2019-10-07 15:44 ` Lars Ingebrigtsen
2019-10-07 23:18 ` 積丹尼 Dan Jacobson
0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-07 15:44 UTC (permalink / raw)
To: jidanni; +Cc: 15856
jidanni@jidanni.org writes:
> Why does the 'Pick a font' window not have an third 'apply' button,
> so it can stay there while we are selecting fonts so we don't have to
> dig it back out of the menus if we aren't happy with a font?
Starting from "emacs -Q", how do you get this "Pick a Font" window?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#15856: Pick a Font window should have a third button so it needn't dissappear
2019-10-07 15:44 ` Lars Ingebrigtsen
@ 2019-10-07 23:18 ` 積丹尼 Dan Jacobson
2019-10-08 15:58 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-10-07 23:18 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 15856
<menu-bar> <options> <menu-set-font>
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#15856: Pick a Font window should have a third button so it needn't dissappear
2019-10-07 23:18 ` 積丹尼 Dan Jacobson
@ 2019-10-08 15:58 ` Lars Ingebrigtsen
0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-08 15:58 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 15856
積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
> <menu-bar> <options> <menu-set-font>
This is
M-: (x-select-font)
which turns out to call xg_get_font, which (basically) just calls
gtk_font_chooser_dialog_new. There doesn't seem to be any way to have
more buttons in that widget than there already is:
https://developer.gnome.org/gtk3/stable/GtkFontChooserDialog.html
We could change the meaning of "select" to "select but don't close the
window", but then you'd have to use "cancel" to choose the final font,
which would be even more awkward.
So I don't think there's any reasonable way to fix this, and I'm closing
this bug report. If somebody comes up with a way to do this, please
reopen.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-10-08 15:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-10 11:20 bug#15856: Pick a Font window should have a third button so it needn't dissappear jidanni
2019-10-07 15:44 ` Lars Ingebrigtsen
2019-10-07 23:18 ` 積丹尼 Dan Jacobson
2019-10-08 15:58 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).