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

Allow multiple jshint-mode servers to run simultaneously (allows multiple emacs windows) #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2014

  1. [compat] Missing fs.existsSync on node v0.6.12

       Patch fs to get missing existsSync.
    init-js committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    546d983 View commit details
    Browse the repository at this point in the history
  2. Support for multiple jshint-mode servers running in parallel (one per…

    … port)
    
      Allows multiple emacs programs to be open and benefit from jshint-mode
      at the same time. A server is started on the lowest unused port in the
      (configurable) range 3003 to 3100.
    
      The server gets a new argument --lastport INT. The flymake-hook filters
      stdout for the "Server started" message and extracts the port from there.
    init-js committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    ccd1ef9 View commit details
    Browse the repository at this point in the history