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

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

[debbugs-tracker] bug#34068: closed (26.1; next-error does not go to cor


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34068: closed (26.1; next-error does not go to correct column for grep)
Date: Sat, 19 Jan 2019 07:55:01 +0000

Your message dated Sat, 19 Jan 2019 09:54:12 +0200
with message-id <address@hidden>
and subject line Re: bug#34068: 26.1; next-error does not go to correct column 
for grep
has caused the debbugs.gnu.org bug report #34068,
regarding 26.1; next-error does not go to correct column for grep
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34068: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34068
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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.




--- End Message ---
--- Begin Message --- Subject: Re: 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 <address@hidden>
> 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.


--- End Message ---

reply via email to

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