all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Weird font problem
Date: Sat, 15 Jun 2024 11:26:43 +0300	[thread overview]
Message-ID: <86o782vcfw.fsf@gnu.org> (raw)
In-Reply-To: <865xum1g12.fsf@fastmail.fm> (message from Joost Kremers on Thu,  06 Jun 2024 13:12:25 +0200)

> From: Joost Kremers <joostkremers@fastmail.fm>
> Cc: help-gnu-emacs@gnu.org
> Date: Thu, 06 Jun 2024 13:12:25 +0200
> 
> The culprit seems to be the orderless package.
> 
> Starting Emacs with:
> 
> ```
> emacs -Q -L .emacs.d/elpa/compat-29.1.4.5 -L .emacs.d/elpa/vertico-20240511.2047/ -L .emacs.d/elpa/orderless-20240401.959/
> ```
> 
> Then in e.g., *ielm*, execute the following Lisp code reproduces the problem for
> me:
> 
> ```
> ELISP> (require 'vertico)
> 
> ELISP> (vertico-mode)
> 
> ELISP> (setq completion-styles '(orderless basic))
> 
> ELISP> (setq completion-category-defaults nil)
> 
> ELISP> (require 'orderless)
> ```
> 
> At this point, when I do 'C-x 8 RET' and type 'docu', I see the effect: the
> highlighted candidate has the hex box, the other candidates show the correct
> glyph.
> 
> Orderless does define some faces, but I don't have time right now to dig
> further. Loading orderless without vertico doesn't seem to exhibit the problem,
> though. (That is, 'C-x 8 RET docu TAB' shows five candidates, but all are
> displayed as hex boxes.)

I suspect it's the fact that orderless defines all faces to have the
'bold' weight, and the font you are using for these characters has
only the bold weight and doesn't have the "regular" weight.



  reply	other threads:[~2024-06-15  8:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05  7:39 Weird font problem Joost Kremers
2024-06-05 12:28 ` Eli Zaretskii
2024-06-05 20:59   ` Joost Kremers
2024-06-06  5:31     ` Eli Zaretskii
2024-06-06  7:15       ` Joost Kremers
2024-06-06 10:13         ` Eli Zaretskii
2024-06-06 11:12           ` Joost Kremers
2024-06-15  8:26             ` Eli Zaretskii [this message]
2024-06-17  8:16               ` Robert Pluim

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86o782vcfw.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.