whitty / upbuild

Simple directory tree build helper
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Consider emitting "Entering/Leaving directory notification" #13

Closed whitty closed 10 years ago

whitty commented 11 years ago

Emacs tracks directory changes a la make. Emitting this could help emacs find the appropriate source files.

(defvar compilation-directory-matcher '("(?:Entering|Leavin(g)) directory `(.+)'$" (2 . 1))

whitty commented 10 years ago

Implemented in 0.7.1