unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17003: M-x customize-face do not list font list
@ 2014-03-12 23:06 David Englund
  2022-05-08 12:10 ` bug#17003: bug#20648: Consider adding font list to M-x customize-face Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: David Englund @ 2014-03-12 23:06 UTC (permalink / raw)
  To: 17003

The font list you find by going to Options - Set Default Font... from 
the menu bar is not visible at M-x customize-face.


Can you please add it?





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#17003: bug#20648: Consider adding font list to M-x customize-face
  2014-03-12 23:06 bug#17003: M-x customize-face do not list font list David Englund
@ 2022-05-08 12:10 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-05-08 12:10 UTC (permalink / raw)
  To: David Englund; +Cc: 17003, 20648

David Englund <public@beloved.name> writes:

> The font list you find by going to Options - Set Default Font... from
> the menu bar is not visible at M-x customize-face.
>
> Can you please add it?

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I think that would be nice -- we could have a button that pops up

(if (fboundp 'x-select-font)
    (x-select-font)
  (mouse-select-font))

and then uses the selected font to fill in the font attributes in the
face (family/foundry/weight etc) specification in the Customize buffer.

But I took a look at implementing this, and as usual, I got lost in the
way Widgets are defined, and I gave up.  If somebody else wants to take
a stab at this, I think it would make a nice addition.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-08 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-12 23:06 bug#17003: M-x customize-face do not list font list David Englund
2022-05-08 12:10 ` bug#17003: bug#20648: Consider adding font list to M-x customize-face 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).