GNU bug report logs -
#23662
25.0.94; isearch-toggle-character-fold keybinding missing
Previous Next
Reported by: dan.dever <at> cavium.com
Date: Tue, 31 May 2016 14:04:02 UTC
Severity: minor
Found in version 25.0.94
Done: Óscar Fuentes <ofv <at> wanadoo.es>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 23662 <at> debbugs.gnu.org (full text, mbox):
Dan Dever <dan.dever <at> caviumnetworks.com> writes:
>> For what it’s worth, ‘which-key-mode’ acts correctly in this case.
>
> Is which-key-mode also 25.1 change? I'm not familiar with it and get
> "No apropos matches for 'which-key-mode'" when I try to discover it.
‘which-key-mode’ is not a part of GNU Emacs, you have to istall it from
melpa or melpa-stable (‘M-x package-install RET which-key’) first if
you’d like to use it. I would recommend you to try.
(which-key-mode 1)
It might be also useful sometimes to get a help for non-prefixed
keybindings, so you might like to map a spare help key sequence
(‘C-h C-k’ / ‘<f1> C-k’ for example):
(define-key 'help-command (kbd "C-k") #'which-key-show-top-level)
This bug report was last modified 9 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.