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: Trevor Spiteri
Subject: bug#34068: 26.1; next-error does not go to correct column for grep
Date: Mon, 14 Jan 2019 13:43:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

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.






reply via email to

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