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

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

Re: compilation-forget-errors still used by tex-mode.el


From: Daniel Pfeiffer
Subject: Re: compilation-forget-errors still used by tex-mode.el
Date: Sat, 20 Mar 2004 14:52:32 +0100

Salut Stefan,

Stefan Monnier <address@hidden> skribis:

> +(defun compilation-forget-errors ()
> +  ;; FIXME: should we do something more like throw away markers
> +  ;; and/or force a font-lock refresh?  --stef
> +  (set-marker compilation-parsing-end (point-min)))

I think the best for starting another command at the end of existing output
might be

  (setq compilation-locs
      (make-hash-table :test 'equal :weakness 'value))

This would conserve highlighting and the markers found for the preceding
output.  But new output would get located anew.

coralament / best Grötens / liebe Grüße / best regards / elkorajn salutojn
Daniel Pfeiffer

-- 
lerne / learn / apprends / läramå / ucz się    Esperanto:
                              http://lernu.net/




reply via email to

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