hola,  ¿cómo puedo instalar la siguiente instrucción?

apt-get install elpa-flycheck flycheck-doc

por alguna razón no me auto completa, descargué los binarios de aquí.

https://packages.debian.org/stable/lisp/elpa-flycheck

cuando intento hacer make me sale el siguiente mensaje de ayuda

-    Available targets:
-      init:    Initialise the project.  RUN FIRST!
-      check:   Check all Emacs Lisp sources (needs Emacs 25)
-      compile: Byte-compile Emacs Lisp sources
-      format:  Format all Emacs Lisp sources
-      specs:   Run all buttercup specs for Flycheck
-      unit:    Run all ERT unit tests for Flycheck (legacy)
-      integ:   Run all integration tests for Flycheck
-      images:  Generate PNG images from SVG sources
-      clean:   Clean compiled files
-      purge:   Clean everything
-
-    Available make variables:
-      PATTERN:  A regular expression matching spec names to run with `specs`
-      SELECTOR: An ERT selector expression for `unit` and `integ`
-      LANGUAGE: The name of a language for `integ`.  Overrides `SELECTOR`
-      EMCSOPTS: Additional options to pass to `emacs`
- EMACS: The path or name of the Emacs to use for tests and compilation
-
-    Available programs:
-      cask: no
-
-    You need cask to develop Flycheck.
-    See http://cask.readthedocs.io/ for more information.


la página oficial del proyecto es la siguiente

http://www.flycheck.org/en/latest/user/installation.html

aquí está la licencia del programa

http://www.flycheck.org/en/latest/licenses.html

la tarea que intento hacer es el resaltado de errores de sintaxis
con software libre en el editor legendario emacs25 principalmente
ya que me recomendaron ateriormente netbeans y sí pude hacer la tarea
pero tengo mucho antojo de usar emacs. gracias buen fin de semana

puedo agregar, que el modo menor flycheck funciona con el modo mayor
elisp pero intento hacerlo funcionar con php

Responder a