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

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

bug#36113: 27.0.50; grep-find cursor position


From: Noam Postavsky
Subject: bug#36113: 27.0.50; grep-find cursor position
Date: Fri, 21 Jun 2019 07:20:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

>> '(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.






reply via email to

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