Skip to content

counsel--descbinds-cands failing #1089

@ambihelical

Description

@ambihelical

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions