bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#8014: 24.0.50; compilation-mode does not track directories


From: Glenn Morris
Subject: bug#8014: 24.0.50; compilation-mode does not track directories
Date: Wed, 16 Feb 2011 21:53:54 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Sam Steingold wrote:

> Alas, clicking on the warnings does not work: I am asked which file I
> want to visit. 

This works in Emacs 23.
It works in trunk if one redefines compilation--previous-directory as:

(defun compilation--previous-directory (pos)
  (previous-single-property-change pos 'compilation-directory))

so I guess something is going wrong in that function, which is supposed
to be a faster version of the above.





reply via email to

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