p4.el
p4.el copied to clipboard
Emacs Perforce Integration
hi, Thanks for your p4.el, that's great. i'm wondering is there a way to do this ? p4 sync file.c#4 Copy the fourth revision of file.c to the client workspace,...
When I'm attempting to open a file remotely over TRAMP, the open fails, and I see the following error: p4-maybe-start-update-statuses: Writing to process: Input/output error, P4 - This doesn't happen...
In `ediff-buffers`, the second argument is the "new" buffer, so the two arguments in https://github.com/gareth-rees/p4.el/blob/master/p4.el#L1781 should be swapped.
i.e.. the changelist is not listed in p4 filelog but *is* listed in p4 changes -i and is referenced in the p4 annotate -icq output; perhaps if the last revision...
At least retroactively tagging 0.11 would make it available via melpa-stable, rather than just the moribund marmalade...
The change to the keymap made in 65072e1e5934a51eb27e0c6ef0f8da9eab3d4834 has left me puzzled many times. I've used p4.el for many years (since 2004/5 I think) and have the last year thought...
Running `p4-opened` produced output like this: ``` //info.ravenbrook.com/project/mps/master/code/arena.c#1 - integrate change 191196 (text+k) //info.ravenbrook.com/project/mps/master/manual/source/topic/arena.rst#1 - integrate change 191196 (text) ``` The change number 191196 was linked for the second line...
1. Run the `p4-branches` command to get a list of branches. 2. Click on a branch name with the mouse (or move point to the branch name and type RET)....
Sometimes my Emacs gets into a state such that, if I C-x C-f some-file-for-the-first-time then the file buffer doesn't appear and I get the message "while: Writing to process: Invalid...
Occasionally, when opening new buffers of switching buffers, p4-maybe-start-update-statuses is called. When this is called, the message "Process P4 not running" is displayed in the mode line and the new...