GNU bug report logs - #17003
M-x customize-face do not list font list

Previous Next

Package: emacs;

Reported by: David Englund <public <at> beloved.name>

Date: Wed, 12 Mar 2014 23:07:01 UTC

Severity: wishlist

Merged with 20648

Full log


Message #10 received at 17003 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: David Englund <public <at> beloved.name>
Cc: 17003 <at> debbugs.gnu.org, 20648 <at> debbugs.gnu.org
Subject: Re: bug#20648: Consider adding font list to M-x customize-face
Date: Sun, 08 May 2022 14:10:27 +0200
David Englund <public <at> 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




This bug report was last modified 3 years and 37 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.