p4.el
p4.el copied to clipboard
Emacs Perforce Integration
It would be nice to use `visual-line-mode`, but we can't — describe output includes diffs as well as descriptions.
On Windows, I have `(require 'p4)` in my `.emacs`. If there is no Internet connection (e.g. Ethernet unplugged), then I get an error on startup: ``` error in process sentinel:...
See the [documentation](http://www.gnu.org/software/emacs/manual/html_node/elisp/Magic-File-Names.html). This is definitely the right way to go for browsing the Perforce server, but there is a major difficulty: how do we pick a directory to run...
1. File type was changed. 2. File was opened in changelist A, but you are about to submit changelist B.
`p4.el` should be listed in [Category:Emacs-Perforce_integrations](http://wiki.workshop.perforce.com/wiki/Category:Emacs-Perforce_integrations) on [workshop.perforce.com](http://wiki.workshop.perforce.com/wiki/Welcome_to_the_Perforce_Workshop).
It'd be nice to be able to use p4.el while editing a file remotely over TRAMP. I don't know if this is feasible given that p4 doesn't integrate with the...
Many features work by parsing the human-reading output from Perforce. These features will break if the output language is not English, which can happen if the server has been set...
It's possible for the status update process to get permanently wedged (remaining in "run" status but making no progress) when the network connection gets disconnected. I've seen this happen when...