p4.el icon indicating copy to clipboard operation
p4.el copied to clipboard

Support remote files.

Open gildea opened this issue 3 years ago • 0 comments

When calling the "p4" program, use process functions that can have handlers for remote file names, and pass those functions the local version of the file name on the remote host where "p4" will run.

The one difficult function to replace is 'call-process-region', which has no handled variant 'process-file-region'. For this we copy a process-file-region implementation from the 'xref' package.

gildea avatar Nov 07 '21 19:11 gildea