Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

Eyebrowse-mode fires before-change-functions hook on every movement #79

@vlthr

Description

@vlthr

I am having an issue with the combination of eyebrowse with beacon-mode. The issue is that the beacon shown by beacon-mode displays incorrectly (does not disappear as it should).

The cause of this seems to be that beacon-mode hooks before-change-functions (see here), which is normally executed whenever changes are being made to a buffer. When eyebrowse-mode is active, this hook seems to be run with every movement made in the buffer. Does anyone know what this behavior is being caused by?

To check when the hook is being run I used the following:

(add-hook 'before-change-functions '(lambda (a b) (message "changed %s %s" a b)))

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