emacs-devel
[Top][All Lists]
Advanced

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

Re: next-error-highlight = t - highlighting doesn't stay until you move


From: Eli Zaretskii
Subject: Re: next-error-highlight = t - highlighting doesn't stay until you move to the next locus
Date: Sat, 24 Mar 2007 18:13:20 +0200

> From: "Drew Adams" <address@hidden>
> Date: Tue, 20 Mar 2007 16:20:33 -0700
> 
> The doc string says:
> 
> "If t, highlight the locus indefinitely until some
>  other locus replaces it."
> 
> I wish it were so. However, the code says this:
> 
> (if (or (eq next-error-highlight t)
>         (numberp next-error-highlight))
>     ;; We want highlighting:
>     ;; delete overlay on next input.  <---------- NOT GOOD
>     (add-hook 'pre-command-hook 'compilation-goto-locus-delete-o)
> ...

I cannot find this code in the current CVS version of simple.el
(assuming that this where you take it from).  Please see if the latest
code still has the problem.




reply via email to

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