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

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

bug#60024: 28.2; rgrep as part of function don't work


From: Stefan Kangas
Subject: bug#60024: 28.2; rgrep as part of function don't work
Date: Mon, 12 Dec 2022 16:32:30 -0800

tags 60024 + patch confirmed
found 60024 29.0.60
thanks

Einar Largenius <jaadu@lysator.liu.se> writes:

> I have the following function:
>
> (defun search-journal (regexp)
>   "Searches journal for `regexp'."
>   (interactive "sSök i journalen: ")
>   (rgrep regexp "* .*" org-directory))
>
> When I run it after startup. It gives me an error:
>
> rgrep-default-command: Wrong type argument: stringp, nil
>
> After I run M-x rgrep<RET>C-g. The above command works just fine. I
> tested with emacs -Q and the same thing happens.

Could you please test the attached patch and see if it fixes your
problem?

Thanks.

Attachment: 0001-Fix-bug-when-calling-rgrep-non-interactively.patch
Description: Text Data


reply via email to

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