emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/flymake-refactor updated (7140018 -> 3b6c736)


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor updated (7140018 -> 3b6c736)
Date: Wed, 27 Sep 2017 13:47:26 -0400 (EDT)

capitaomorte pushed a change to branch scratch/flymake-refactor.

      from  7140018   Protect flymake-ui against commands like fill-paragraph
       new  d68448f   More cleanup before advancing to backend redesign
       new  26f1e0c   Replace flymake-backends with flymake-diagnostic-functions
       new  3dfe11c   Simplify flymake logging and erroring.
       new  879dcef   Misc cleanup in flymake-proc.el
       new  4fea8a9   Allow filtering in flymake-goto-[next/prev]-error
       new  8e42a5d   Cleanup some flymake-ui.el internals
       new  4e2cbaa   Fancy mode-line construct for flymake-mode
       new  245114e   Fix autoload conflict between flymake.el and flymake-ui.el
       new  7a22358   A couple of new flymake backends for emacs-lisp-mode
       new  820b460   Add interactive flymake-start function
       new  e1b913f   Re-implement wraparound for flymake-goto-next-error
       new  3b6c736   Start rewriting flymake manual


Summary of changes:
 doc/misc/flymake.texi                | 268 +++++++--------
 lisp/progmodes/flymake-elisp.el      | 176 ++++++++++
 lisp/progmodes/flymake-proc.el       | 299 +++++++++-------
 lisp/progmodes/flymake-ui.el         | 642 ++++++++++++++++++++++++-----------
 lisp/progmodes/flymake.el            |  13 +
 test/lisp/progmodes/flymake-tests.el | 125 ++++++-
 6 files changed, 1052 insertions(+), 471 deletions(-)
 create mode 100644 lisp/progmodes/flymake-elisp.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]