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 movet


From: Drew Adams
Subject: RE: next-error-highlight = t - highlighting doesn't stay until you moveto the next locus
Date: Sat, 24 Mar 2007 09:50:25 -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.

Yes, the latest code in CVS still has the problem. See the definition of
`compilation-goto-locus' in compile.el. Thanks for looking into this.





reply via email to

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