bug#68850: emacs: rgrep does not work over tramp

2024-12-10 Thread Simon Streit
Thank you for your quick reply! Tomas Volf <~@wolfsden.cz> writes: > Customizing `find-program' to just "find" and restarting Emacs does the > trick. So just sticking > > (setopt find-program "find") > > into `init.el' should work. > > I played with it around for a bit but did not figure out

bug#68850: emacs: rgrep does not work over tramp

2024-12-10 Thread Tomas Volf
Hello, Simon Streit writes: > Is there maybe an easy way around this? I tried: > > (connection-local-set-profile-variables > 'remote-system > '((tramp-remote-path . ("/bin" "/usr/bin" "/sbin" "/usr/sbin" > "/usr/local/bin" "/usr/local/sbin" "/local/bin" > (connection-local-set-profiles

bug#68850: emacs: rgrep does not work over tramp

2024-12-10 Thread Simon Streit
Hello Tomas, Tomas Volf <~@wolfsden.cz> writes: > when I try to execute rgrep over a tramp connection, I get the following > error: > > /bin/sh: > /gnu/store/sk8rxsrj3drr4arypicnhy899vgn3prr-findutils-4.9.0/bin/find: not > found > > That is somewhat expected, since the remote machine is not a

bug#68850: emacs: rgrep does not work over tramp

2024-01-31 Thread Tomas Volf
Hello, when I try to execute rgrep over a tramp connection, I get the following error: /bin/sh: /gnu/store/sk8rxsrj3drr4arypicnhy899vgn3prr-findutils-4.9.0/bin/find: not found That is somewhat expected, since the remote machine is not a Guix one, but even if it were, it would require to have th