function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pjmaypjmay 

Emacs support

Does anyone know of an Apex mode for Emacs?  Are there any packages to facilitate Force.com development?

 

mikefmikef

I've never heard of Emacs support but you can turn on Emacs shortcut keys in Eclipse.

 

Go to Preferences > Keys > Schema and change the schema from default to Emacs.

 

Yes I know it's a pain to install, configure, and learn Eclipse.

So your choices are, build the Emacs toolkit, or use Eclipse in Emacs mode. :)

 

You can check out pocket soap here for an example of how to build an apex connection in TextMate.

pjmaypjmay

Thanks for the info.  I've got the Emacs key bindings installed, but that doesn't give Eclipse any more power.  ;-)

 

I'll look through the example you provide.