> > This fixes the problem for local file names, but not for remote > ones. "/ssh:user@host:/path/~/file" would still be expanded to something > like "/ssh:user@host:/home/user/file". Well, better than nothing. > > What do people think to use the "/:" prefix also for the local part of > remote file names? Then one could use "/ssh:user@host:/:/path/~/file", > making substitute-in-file-name a noop. Makes sense to me.