all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Setting 'which-key-dont-use-unicode'
@ 2024-06-23 21:05 Kévin Le Gouguec
  2024-06-24  1:44 ` Justin Burkett
  0 siblings, 1 reply; 8+ messages in thread
From: Kévin Le Gouguec @ 2024-06-23 21:05 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: Justin Burkett, Philip Kaludercic

Hello!

Paging help-gnu-emacs before filing a bug because I'm not sure of the
intended behavior.  After seeing 2024-06-18 "Disable usage of unicode
for which-key by default" (cc0a3a5f65b), I promptly went to my .emacs to
opt in to Unicode symbols, and was surprised to meet some resistance.

In an Emacs built from 2024-06-23 "; Fix typos" (fb11294d415) on the
emacs-30 branch, I tried

  (a) this .emacs:

    (use-package which-key
      :custom
      (which-key-dont-use-unicode nil)
      (which-key-mode t))

  (b) this .emacs:

    (custom-set-variables
     '(which-key-dont-use-unicode nil)
     '(which-key-mode t))

  (c) an empty .emacs, then

    M-x which-key-mode
    M-x toggle-option which-key-dont-use-unicode

  (d) a combination of this .emacs:

    (use-package which-key
      :custom
      (which-key-mode t))

  with this .emacs.d/early-init.el:

    (setq which-key-dont-use-unicode nil)

and only attempt (d) yielded which-key messages with '→' instead of ':'
for the separator symbol (resp. '…' instead of '..'  for truncation).

Wondering if I am doing something wrong (a definite possibility, the
perils of juggling ${HOME}s for repro purposes), if (d) really is the
intended way to effectively unset which-key-dont-use-unicode, or if this
is a potential bug report or feature request?



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

end of thread, other threads:[~2024-06-26 13:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-23 21:05 Setting 'which-key-dont-use-unicode' Kévin Le Gouguec
2024-06-24  1:44 ` Justin Burkett
2024-06-24  2:58   ` Philip Kaludercic
2024-06-24  6:06     ` Kévin Le Gouguec
2024-06-24  7:12       ` Philip Kaludercic
2024-06-24 13:02         ` Robert Pluim
2024-06-25  5:52           ` Kévin Le Gouguec
2024-06-26 13:38             ` Philip Kaludercic

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.