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

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

Re: .gcov fontification in compile.el


From: Juri Linkov
Subject: Re: .gcov fontification in compile.el
Date: Sun, 28 May 2006 11:01:06 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> There are a few issues with that, all the lines in the qcov use the
> `underline' face. This is kind of distracting and it does not help in
> any way.

This unnecessary fontification can be removed by deleting
".+$" from the end of gcov-never-called-line and gcov-called-line.

> The fontification of lines that use the full length of the counter
> field is incorrect.
> Example:
>
> 116305350: 1328:  for (i = 0; i < nodes; i++) {
>
>    (gcov-called-line
>      "^ +[-0-9]+: +\\([1-9]\\|[0-9]\\{2,\\}\\):.*$" nil 1 nil 0)
>        ^^^^
>        Shouldn't ? be used instead of + here?

Maybe this space was added to avoid false matches with other outputs?

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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