From: Drew Adams <drew.adams@oracle.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 16815@debbugs.gnu.org
Subject: bug#16815: 24.3.50; Provide completion for `describe-font' (enhancement request)
Date: Fri, 29 Apr 2016 11:39:59 -0700 (PDT) [thread overview]
Message-ID: <640c1da6-43a2-4c50-b50f-675f0b316b8b@default> (raw)
In-Reply-To: <8760v0z5bh.fsf@gnus.org>
> Hm... would that be completion over this?
>
> (fontset-list)
> =>
> ("-DAMA-Ubuntu Mono-normal-normal-normal-*-24-*-*-*-m-0-fontset-startup"
> "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard" "-*-*-*-*-*-*-
> *-*-*-*-*-*-fontset-default")
No. That is a list of fontsets, not fonts.
The completion candidates should be the installed fonts.
This is what I use, FWIW:
(let ((fonts (make-hash-table :test #'equal))
(fontset-lst (fontset-list)))
(setq fontset-lst (delete "-*-*-*-*-*-*-*-*-*-*-*-*-fontset-default"
fontset-lst))
(dolist (ft (append fontset-lst (x-list-fonts "*")) fonts)
(puthash ft t fonts)))
next prev parent reply other threads:[~2016-04-29 18:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 21:03 bug#16815: 24.3.50; Provide completion for `describe-font' (enhancement request) Drew Adams
2016-04-29 17:35 ` Lars Ingebrigtsen
2016-04-29 18:39 ` Drew Adams [this message]
2016-04-29 19:23 ` Eli Zaretskii
2019-11-02 16:23 ` Lars Ingebrigtsen
2019-11-02 17:25 ` Eli Zaretskii
2019-11-03 15:33 ` Lars Ingebrigtsen
[not found] ` <<640c1da6-43a2-4c50-b50f-675f0b316b8b@default>
[not found] ` <<831t5ow76o.fsf@gnu.org>
2016-04-29 19:33 ` 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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=640c1da6-43a2-4c50-b50f-675f0b316b8b@default \
--to=drew.adams@oracle.com \
--cc=16815@debbugs.gnu.org \
--cc=larsi@gnus.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 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).