bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72077: 30.0.60; customizing which-key-dont-use-unicode to nil result


From: Robert Pluim
Subject: bug#72077: 30.0.60; customizing which-key-dont-use-unicode to nil results in nil which-key-separator
Date: Fri, 12 Jul 2024 16:31:46 +0200

mkdir /tmp/emacs-30
HOME=/tmp/emacs-30 src/emacs
M-x which-key-mode
M-x customize-variable which-key-dont-use-unicode RET

toggle it to nil, save it, resulting in the following .emacs:

    ;;; -*- lexical-binding: t -*-
    (custom-set-variables
     ;; custom-set-variables was added by Custom.
     ;; If you edit it by hand, you could mess it up, so be careful.
     ;; Your init file should contain only one such instance.
     ;; If there is more than one, they won't work right.
     '(which-key-dont-use-unicode nil))
    (custom-set-faces
     ;; custom-set-faces was added by Custom.
     ;; If you edit it by hand, you could mess it up, so be careful.
     ;; Your init file should contain only one such instance.
     ;; If there is more than one, they won't work right.
     )

C-x <pause> shows which-key using ?→ as separator

<exit emacs>

HOME=/tmp/emacs-30 src/emacs

C-h v which-key-dont-use-unicode RET

    which-key-dont-use-unicode is a variable defined in ‘which-key.el’.

    Its value is nil
    Original value was t

C-h v which-key-separator RET

    which-key-separator is a variable defined in ‘which-key.el’.

    Its value is nil
    Original value was " → "

C-h v which-key-ellipsis RET

    which-key-ellipsis is a variable defined in ‘which-key.el’.

    Its value is nil
    Original value was "…"

M-x which-key-mode
C-x <pause> shows which-key using 'nil' as separator


Robert
-- 

In GNU Emacs 30.0.60 (build 13, x86_64-pc-linux-gnu, GTK+ Version
 3.24.38, cairo version 1.16.0) of 2024-07-11 built on rltb
Repository revision: ec1e300a215504bb9905a31145924d7f3d2cb9ab
Repository branch: emacs-30
Windowing system distributor 'The X.Org Foundation', version 11.0.12009000
System Description: Debian GNU/Linux 12 (bookworm)

Configured using:
 'configure -C --with-native-compilation=no'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB





reply via email to

[Prev in Thread] Current Thread [Next in Thread]