GNU bug report logs - #36113
27.0.50; grep-find cursor position

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Thu, 6 Jun 2019 10:41:01 UTC

Severity: minor

Tags: fixed

Found in version 27.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noam Postavsky <npostavs <at> gmail.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 36113 <at> debbugs.gnu.org, Andreas Röhler <andreas.roehler <at> easy-emacs.de>, Juri Linkov <juri <at> linkov.net>
Subject: bug#36113: 27.0.50; grep-find cursor position
Date: Fri, 21 Jun 2019 07:20:39 -0400
>> '(grep-find-command
>>    ("find . -maxdepth 1 -type f -name \"*.[a-z][a-z]\" -exec grep -nH -e  {} +" . 67))
>
> That value doesn't match the customize type.

Right, fix the customize type and docstring then.  Meanwhile,

    (with-eval-after-load 'grep
      (grep-apply-setting
       'grep-find-command
       '("find . -maxdepth 1 -type f -name \"*.[a-z][a-z]\" -exec grep -nH -e  {} +" . 67)))

works anyway.





This bug report was last modified 4 years and 276 days ago.

Previous Next


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