GNU bug report logs - #20648
Consider adding font list to M-x customize-face

Previous Next

Package: emacs;

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

Date: Mon, 25 May 2015 01:38:02 UTC

Severity: wishlist

Merged with 17003

To reply to this bug, email your comments to 20648 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#20648; Package emacs. (Mon, 25 May 2015 01:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Englund/Hedlund <public <at> beloved.name>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 25 May 2015 01:38:03 GMT) Full text and rfc822 format available.

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

From: David Englund/Hedlund <public <at> beloved.name>
To: bug-gnu-emacs <at> gnu.org
Subject: Consider adding font list to M-x customize-face
Date: Mon, 25 May 2015 03:37:31 +0200
The font list found in Options - Set Default Font... from
the menu bar is not visible at M-x customize-face.





Merged 17003 20648. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Mon, 30 Sep 2019 03:51:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20648; Package emacs. (Sun, 08 May 2022 12:11:02 GMT) Full text and rfc822 format available.

Message #10 received at 20648 <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 36 days ago.

Previous Next


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