GNU bug report logs - #64140
29.0.91; C-u M-x grep doesn't work correctly after M-x vc-git-grep

Previous Next

Package: emacs;

Reported by: Daniel Martín <mardani29 <at> yahoo.es>

Date: Sun, 18 Jun 2023 00:33:02 UTC

Severity: normal

Found in version 29.0.91

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Daniel Martín <mardani29 <at> yahoo.es>
Cc: 64140 <at> debbugs.gnu.org
Subject: bug#64140: 29.0.91; C-u M-x grep doesn't work correctly after M-x vc-git-grep
Date: Sun, 18 Jun 2023 10:19:03 +0300
> Date: Sun, 18 Jun 2023 02:32:28 +0200
> From:  Daniel Martín via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> Steps to reproduce:
> 
> emacs -Q
> C-x C-f emacs/src/xdisp.c RET
> M-x vc-git-grep RET
> Perform any search.
> Place the point over any symbol, for example, char_can_wrap_before.
> C-u M-x grep
> 
> The suggested grep command to confirm is
> 
> git --no-pager char_can_wrap_before *.c
> 
> which is incorrect, it should be
> 
> grep --color=auto -nH --null -e char_can_wrap_before *.c

You are saying that vc-git-grep should use a separate history
variable?




This bug report was last modified 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.