Giter Club home page Giter Club logo

emacs-flymake-cursor's Introduction

License: GPL v3 MELPA MELPA Stable

flymake-cursor.el

NOTE: This project is no longer actively maintained, please consider https://github.com/flycheck/flycheck instead.

CI

This project is a plugin for Emacs to work in conjunction with flymake.el it displays any flymake error for the current line on the minibuffer.

The project is a fork of http://www.emacswiki.org/emacs/flymake-cursor.el

It adds the following features:

  • Customizable delay before the error appears in the minibuffer.
  • Customizable number of errors to display in the minibuffer.
  • Does not overwrite the minibuffer if it's currently in use for user input.
  • Updates message area more consistently as flymake changes state.
  • Turns off when flymake-mode is turned off.
  • Now operates as a minor-mode of its own so you can turn on and off directly.
  • Requires flymake, ensuring a clean byte-compile.

INSTALLATION

####Package Manager This package is available on MELPA and MELPA Stable, so you can

M-x package-install flymake-cursor

####Self installation Place flymake-cursor.el within your Emacs load-path and the following to your .emacs file or your init.el:

(eval-after-load 'flymake '(require 'flymake-cursor))

CUSTOMIZATION

You can customize the behaviour of flymake-cursor.el with the flymake-cursor group in customize mode, or you can edit the following custom variables directly:

  • flymake-cursor-error-display-delay sets the delay before an error is displayed in the minibuffer.
  • flymake-cursor-number-of-errors-to-display sets how many errors to display in the minibuffer at once.
  • flymake-cursor-auto-enable sets whether flymake-cursor should automatically enable itself whenever flymake is enabled.

KNOWN ISSUES & BUGS

  • None currently.

emacs-flymake-cursor's People

Contributors

akash-akya avatar dependabot[bot] avatar ic3guy avatar illusori avatar jcs090218 avatar ramnes avatar ryoung786 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

emacs-flymake-cursor's Issues

Project maintenance

Hi, Is there a maintainer for this package? I would like to maintain this package if there is no one maintaining it! :D

@illusori

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.