-
-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Description
I found that counsel--descbinds-cands was failing to find any bindings because there is a space before the function name in the output of describe-buffer-bindings (Emacs 25.2.1). Changing the regex as follows fixes it:
(while (not (eobp))
(when (looking-at "^\\([^\t\n]+\\)\t+\s*\\(.*\\)$")
(let ((key (match-string 1))
Metadata
Metadata
Assignees
Labels
No labels