syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

Flycheck error message UI inconsistent #6394

Closed darkfeline closed 4 years ago

darkfeline commented 8 years ago

Description :octocat:

Flycheck displays message in GUI popup when point is over error and displays message in minibuffer when mouse cursor is over error.

It is more consistent to flip the two behaviors.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart:

Flycheck displays message in GUI popup when point is over error and displays message in minibuffer when mouse cursor is over error.

Expected behaviour: :heart: :smile:

Flycheck displays message in GUI popup when mouse cursor is over error and displays message in minibuffer when point is over error.

System Info :computer:

(ivy
 (auto-completion :variables auto-completion-enable-sort-by-usage t)
 better-defaults gtags ibuffer spell-checking syntax-checking semantic typography
 (chrome :variables edit-server-new-frame nil)
 dash
 (shell :variables shell-default-shell 'shell shell-default-term-shell
        (mir/with-executable "/usr/local/bin/fish" "/usr/bin/fish" "/bin/bash" "/bin/sh")
        shell-default-height 50)
 prodigy restclient version-control git csv elm html javascript markdown nginx python ruby shell-scripts sql yaml django mir-magit-annex mir-pass mir-rc mir-rc-qualia mir-rc-grandbell)
syl20bnr commented 8 years ago

@darkfeline if you open an issue upstream, can you provide the link here so we can track the issue ? Thank you.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!