Robert Pluim writes: >>>>>> On Mon, 24 Jun 2024 03:46:37 -0400 (EDT), Philip Kaludercic > said: > > Philip> branch: emacs-30 > Philip> commit 768e92b9c0214a2aa1be2afbee48c455583d3110 > Philip> Author: Philip Kaludercic > Philip> Commit: Philip Kaludercic > > Philip> Update options that depend on 'which-key-dont-use-unicode' > > Philip> * lisp/which-key.el (which-key-dont-use-unicode): Add a custom setter > Philip> that re-evaluates a manual list of options use > Philip> 'which-key-dont-use-unicode' to determine their default value. > > Philip> https://lists.gnu.org/archive/html/help-gnu-emacs/2024-06/msg00130.html > > This commit causes `which-key-separator' and `which-key-ellipsis' to > be nil for me (after `which-key-mode'). Reverting this commit fixes it. Eh, that might be because `which-key-dont-use-unicode' is being evaluated before the other two options, but the :set function is giving them initial values (nil), even though we haven't determined their default value yet. Does