* etc/NEWS: Related edit.
*** Compilation mode can be used without font-lock-mode.
`compilation-parse-errors-function' is now obsolete.
-*** `compilation-filter-start' is let-bound to the start of the text
-inserted by the compilation filter function, when calling
-compilation-filter-hook.
+---
+*** New variable `compilation-filter-start', bound while
+compilation-filter-hook runs. It records the start position of the
+text inserted by compilation-filter.
---
*** `compilation-error-screen-columns' and `compilation-first-column'
2012-02-09 Glenn Morris <rgm@gnu.org>
* progmodes/compile.el (compilation-first-column)
- (compilation-error-screen-columns): Doc fixes.
+ (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
* vc/log-view.el (log-view-toggle-entry-display):
* vc/vc.el (vc-merge, vc-pull): Doc fixes.
after `call-process' inserts the grep output into the buffer.")
(defvar compilation-filter-start nil
- "Start of the text inserted by `compilation-filter'.
-This is bound to a buffer position before running `compilation-filter-hook'.")
+ "Position of the start of the text inserted by `compilation-filter'.
+This is bound before running `compilation-filter-hook'.")
(defvar compilation-first-column 1
"*This is how compilers number the first column, usually 1 or 0.