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

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

bug#39224: 27.0.60; project-search fails to jump to match


From: Dmitry Gutov
Subject: bug#39224: 27.0.60; project-search fails to jump to match
Date: Wed, 22 Jan 2020 01:53:22 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 21.01.2020 21:30, Felician Nemeth wrote:
Steps to reproduce the bug:

mkdir /tmp/bug
cd /tmp/bug
git init
echo -e "aa\nbb\ncc" > one
echo -e "aa\nbb\ncc" > two
emacs -Q /tmp/bug
M-x project-search RET bb RET
M-x fileloop-continue RET
M-x project-search RET aa RET

The first project-search correctly finds "one" and moves the point to
"bb".  The second project-search pops the buffer named "one" but doesn't
move the point to "aa", which is what I expected to happen.

Same here.

Paging Stefan.





reply via email to

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