Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flycheck idle timer clobbers match data #1805

Open
1 of 4 tasks
darkfeline opened this issue Jun 19, 2020 · 0 comments · May be fixed by #1806
Open
1 of 4 tasks

Flycheck idle timer clobbers match data #1805

darkfeline opened this issue Jun 19, 2020 · 0 comments · May be fixed by #1806

Comments

@darkfeline
Copy link
Contributor

darkfeline commented Jun 19, 2020

Bug description

Flycheck adds a timer flycheck--handle-idle-trigger which clobbers match data.

Steps to reproduce

Steps to reproduce the behavior:

  1. Open scratch buffer
  2. Repeatedly evaluate (match-data)
  3. See how the match data changes

Expected behavior

Timers should not clobber match data.

Screenshots

If applicable, add screenshots to help explain your problem.

System configuration

Syntax checkers for buffer *scratch* in lisp-interaction-mode:

First checker to run:

  emacs-lisp
    - may enable:    yes
    - may run:       t
    - executable:    Found at /usr/bin/emacs
    - next checkers: emacs-lisp-checkdoc

Flycheck Mode is enabled.  Use C-u C-c ! x to enable disabled
checkers.

--------------------

Flycheck version: 32snapshot (package: 20200610.1809)
Emacs version:    26.3
System:           x86_64-pc-linux-gnu
Window system:    x

Emacs configuration:

  • Plain Emacs / Custom configuration
  • Spacemacs
  • Doom Emacs
  • Other shared configuration

Additional notes

Add any other context about the problem here.

darkfeline added a commit to darkfeline/flycheck that referenced this issue Jun 19, 2020
@darkfeline darkfeline linked a pull request Jun 19, 2020 that will close this issue
darkfeline added a commit to darkfeline/flycheck that referenced this issue Jun 19, 2020
darkfeline added a commit to darkfeline/flycheck that referenced this issue Sep 25, 2020
darkfeline added a commit to darkfeline/flycheck that referenced this issue Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant