Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I use perforce for my revision control, when I hit p4 changes it always opens up the list on emacs, and we all know the pain of deleting text in it. How do i change it to gedit or vim or anything else? My default text editor is gedit.

share|improve this question
This has nothing to with Emacs. I'm removing the tag and adding p4. – Noufal Ibrahim Apr 11 '12 at 16:34

2 Answers

On the command line, set P4EDITOR either as an environment variable or in the P4CONFIG file.

share|improve this answer
That's the variable. I'd be surprised if it didn't respect EDITOR too though. – Noufal Ibrahim Apr 12 '12 at 4:37
Perforce will respect EDITOR if P4EDITOR is unset. – Eric Miller Apr 17 at 13:56

Try setting the EDITOR environment variable. Also, the command line p4 should have an option to specify an editor. Also, the .p4config file might have something as well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.