[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107207: * lisp/progmodes/compile.el
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107207: * lisp/progmodes/compile.el (compilation-filter-start): Doc fix. |
Date: |
Wed, 08 Feb 2012 23:28:32 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107207
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-08 23:28:32 -0800
message:
* lisp/progmodes/compile.el (compilation-filter-start): Doc fix.
* etc/NEWS: Related edit.
modified:
etc/NEWS
lisp/ChangeLog
lisp/progmodes/compile.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2012-02-09 07:24:30 +0000
+++ b/etc/NEWS 2012-02-09 07:28:32 +0000
@@ -668,9 +668,10 @@
*** 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'
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-02-09 07:24:30 +0000
+++ b/lisp/ChangeLog 2012-02-09 07:28:32 +0000
@@ -1,7 +1,7 @@
2012-02-09 Glenn Morris <address@hidden>
* 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.
=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2012-02-09 07:24:30 +0000
+++ b/lisp/progmodes/compile.el 2012-02-09 07:28:32 +0000
@@ -74,8 +74,8 @@
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107207: * lisp/progmodes/compile.el (compilation-filter-start): Doc fix.,
Glenn Morris <=