Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Would it be possible to make change only on the Python files? Commented Oct 11, 2021 at 12:40
  • If you do C-u C-x p g you can pick the directory and the file name pattern. Commented Oct 11, 2021 at 13:23
  • Can I set it single time and could it make the pattern search based on that? Commented Oct 11, 2021 at 13:52
  • You can write your own wrapper around project-find-regexp for that, which calls it with the parameters you need. Commented Oct 11, 2021 at 13:56
  • your own wrapper around project-find-regexp // can you give a small example how can I write a wrapper to handle only Python files? Commented Oct 11, 2021 at 14:57