Eli Zaretskii writes: >> From: Mark Oteiza >> Date: Sun, 02 Aug 2015 14:36:37 -0400 >> >> Here's a patch for handling the MPD_HOST being a socket. > > Thanks. > >> + :remote (if (string-prefix-p "/" host) >> + host)) > > This looks wrong to me, the proper test for a remote file name is > file-remote-p (if this is what you want to test here). Yeah you're right, I was abusing this wording for :remote When specified for a client process, the FAMILY, HOST, and SERVICE args are ignored. when I should have been using :family and :service together. This should be better: