# HG changeset patch # User Daniel Pfeiffer # Date 1080816397 0 # Node ID bf0752d84f5a5eb0892af1a27aa98622183e6e27 # Parent 69f903f9844f9de40b0e67320e8a335ea9f674c4 message deletion note added to M-x compile diff -r 69f903f9844f -r bf0752d84f5a etc/NEWS --- a/etc/NEWS Thu Apr 01 10:42:04 2004 +0000 +++ b/etc/NEWS Thu Apr 01 10:46:37 2004 +0000 @@ -95,6 +95,10 @@ red. Informational messages are by default skipped with `next-error' (controlled by `compilation-skip-threshold'). +Location data is collected on the fly as the *compilation* buffer changes. +This means you could modify messages to make them point to different files. +This also means you can not go to locations of messages you may have deleted. + The variable `compilation-error-regexp-alist' has now become customizable. If you had added your own regexps to this, you'll probably need to include a leading `^', otherwise they'll match anywhere on a line. There is now also a