Skip to content

Showing flymake diagnostics at point using posframe

License

Notifications You must be signed in to change notification settings

Ladicle/flymake-posframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flymake-posframe

Showing flymake diagnostics at point using posframe

screenshot/flymake-posframe.gif

Installation

(use-package posframe)
(use-package flymake-posframe
  :load-path "<path to 'flymake-posframe'>"
  :hook (flymake-mode . flymake-posframe-mode))

Customization

Variables

flymake-posframe-error-prefix
String to be displayed before every error line.
flymake-posframe-warning-prefix
String to be displayed before every warning line.
flymake-posframe-note-prefix
String to be displayed before every note line.
flymake-posframe-buffer
Name of the flymake posframe buffer.
flymake-posframe-default-prefix
String to be displayed before every default line.
flymake-posframe-timeout
Number of seconds after which the posframe will auto-hide.
flymake-posframe-internal-border-width
Number of the internal border width for the flymake posframe.
flymake-posframe-max-width
Maximum number of the flymake posframe width.
flymake-posframe-max-height
Maximum number of the flymake posframe height.
flymake-posframe-parameters
The frame parameters used by flymake-posframe.

faces

flymake-posframe-face
The background and foreground color of the flymake-posframe frame.
flymake-posframe-prefix-error-face
The prefix face for the flymake-posframe error dialog.
flymake-posframe-prefix-warning-face
The prefix face for the flymake-posframe warning dialog.
flymake-posframe-prefix-note-face
The prefix face for the flymake-posframe default dialog.
flymake-posframe-prefix-default-face
The prefix face for the flymake-posframe default dialog.

About

Showing flymake diagnostics at point using posframe

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published