emacs-devel
[Top][All Lists]
Advanced

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

Re: New Flymake rewrite in emacs-26


From: Lele Gaifax
Subject: Re: New Flymake rewrite in emacs-26
Date: Wed, 04 Oct 2017 15:41:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux)

Will make a proper bug report with a patch, if you prefer.

    diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
    index 5dd72f81e2..18d9d05e62 100644
    --- a/doc/misc/flymake.texi
    +++ b/doc/misc/flymake.texi
    @@ -182,7 +182,7 @@ Syntax check statuses
     @cindex Syntax check statuses

     After syntax check is finished, its status is displayed in the mode line.
    -The following statuses are defined.
    +The following statuses are defined:

     @multitable @columnfractions 0.25 0.75
     @item @code{Wait}
    @@ -356,7 +356,7 @@ Adding support for a new syntax check tool
     @code{init-function} is required to initialize the syntax check,
     usually by creating a temporary copy of the buffer contents.  The
     function must return @code{(list cmd-name arg-list)}.  If
    address@hidden returns null, syntax check is aborted, by
    address@hidden returns null, syntax check is aborted, but
     @code{flymake-mode} is not switched off.

     @item cleanup-function
    diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
    index 0b28dc31cf..1e959d884c 100644
    --- a/lisp/progmodes/flymake.el
    +++ b/lisp/progmodes/flymake.el
    @@ -335,7 +335,7 @@ flymake-diagnostic-functions
     * the remaining arguments are keyword-value pairs in the
       form (:KEY VALUE :KEY2 VALUE2...).  Currently, Flymake provides
       no such arguments, but backend functions must be prepared to
    -  accept to accept and possibly ignore any number of them.
    +  accept and possibly ignore any number of them.

     Backend functions are expected to initiate the buffer check, but
     aren't required to complete it check before exiting: if the

ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
address@hidden  |                 -- Fortunato Depero, 1929.




reply via email to

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