Alex Bennée

Results 230 comments of Alex Bennée

Does the directory /home/xxxx/project or /home/xxxxx exist on the remote end?

You've obscured the actual names - any special characters or other such things in the paths?

Whats the full source path? /ssh:root@myserver:|foo ?

Can you actually rsync over adb? I suspect this is because we are just using tramp-remote-file-p rather than specifically testing we are on an ssh connection. Of course we could...

@divansantana there is no reason why the same sort of approach can't be done - in fact the code would be almost identical, just invoking a different inferior command.

I did eventually get something working with the following Dockerfile: ``` # FROM node:18 # Duplicate deb line as deb-src RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list...

I suspect there should be a better place to put temp files that in /usr/app. The shell is fish which evals (shellcmd) I think you can do this in most...

Do you know if anyone is considering enabling SVE/SVE2 for these functions?

So I've run into the same problem but I can confirm I can log in with a minimal emacs: ``` emacs -l "/home/alex/mysrc/elisp.git/mininit.el" -l ement.el ``` However my normal emacs...