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

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

bug#34068: 26.1; next-error does not go to correct column for grep


From: Eli Zaretskii
Subject: bug#34068: 26.1; next-error does not go to correct column for grep
Date: Sat, 19 Jan 2019 09:54:12 +0200

> From: Trevor Spiteri <tspiteri@ieee.org>
> Date: Mon, 14 Jan 2019 13:43:21 +0100
> 
> This is a regression from 25 which has the correct behaviour.
> 
> emacs -Q
> C-x C-f /tmp/hello
> Hello
> C-x C-s
> M-x grep
> C-a C-k grep --color -nH --null -e ll /tmp/hello
> C-x `
> 
> This puts the mark in column 0, not in column 2, even though "ll" is
> highlighted in the *grep* buffer.
> 
> This is a regression in 26.1, it used to work in 25.
> 
> To fix it in my local copy, I edit grep-regexp-alist in grep.el. There
> are two instances of 'grep-match-face which I replaced with an unquoted
> grep-match-face.

Thanks, I installed your proposed change, and I'm closing the bug.





reply via email to

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