emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 38111b5: Describe flymake-start-on-save-buffer in m


From: João Távora
Subject: [Emacs-diffs] master 38111b5: Describe flymake-start-on-save-buffer in manual and NEWS
Date: Fri, 8 Jun 2018 17:31:22 -0400 (EDT)

branch: master
commit 38111b5e98380c518aeb1bb7be52b7972a248332
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Describe flymake-start-on-save-buffer in manual and NEWS
    
    Fixes: bug#31738
    
    * doc/misc/flymake.texi (Using Flymake, Customizable variables):
    Mention flymake-start-on-save-buffer.
    
    * etc/NEWS: Mention flymake-start-on-save-buffer.
---
 doc/misc/flymake.texi | 8 ++++++++
 etc/NEWS              | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index e7f4da7..502d408 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -84,6 +84,10 @@ Syntax check is done ``on-the-fly''.  It is started whenever
 @code{flymake-start-on-flymake-mode} is nil;
 
 @item
+the buffer is saved, unless @code{flymake-start-on-save-buffer} is
+nil;
+
address@hidden
 a newline character is added to the buffer, unless
 @code{flymake-start-syntax-check-on-newline} is nil;
 
@@ -220,6 +224,10 @@ after a newline character is inserted into the buffer.
 A boolean flag indicating whether to start syntax check immediately
 after enabling @code{flymake-mode}.
 
address@hidden flymake-start-on-save-buffer
+A boolean flag indicating whether to start syntax check after saving
+the buffer.
+
 @item flymake-error
 A custom face for highlighting regions for which an error has been
 reported.
diff --git a/etc/NEWS b/etc/NEWS
index 3282340..46a57b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -183,6 +183,9 @@ shown in the currently selected window.
 You should instead set properties on known diagnostic symbols, like
 ':error' and ':warning', as demonstrated in the Flymake manual.
 
+*** New customizable variable 'flymake-start-on-save-buffer'
+Control whether Flymake starts checking the buffer on save.
+
 ** Package
 *** New 'package-quickstart' feature
 When 'package-quickstart' is non-nil, package.el precomputes a big autoloads



reply via email to

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