From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jmckitrick@gmail.com Newsgroups: gmane.emacs.help Subject: Need ideas for salesforce mode Date: Thu, 20 Feb 2014 03:42:30 -0800 (PST) Message-ID: <863991ef-77c3-4e64-89c3-b36b6995b457@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1392915333 21654 80.91.229.3 (20 Feb 2014 16:55:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Feb 2014 16:55:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 20 17:55:44 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WGWuU-00083r-IQ for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Feb 2014 17:55:42 +0100 Original-Received: from localhost ([::1]:39597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGWuU-0004kJ-7p for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Feb 2014 11:55:42 -0500 X-Received: by 10.52.29.16 with SMTP id f16mr484403vdh.8.1392896550443; Thu, 20 Feb 2014 03:42:30 -0800 (PST) X-Received: by 10.140.50.34 with SMTP id r31mr24325qga.15.1392896550367; Thu, 20 Feb 2014 03:42:30 -0800 (PST) Original-Path: usenet.stanford.edu!k15no24676107qaq.0!news-out.google.com!s3ni27308qas.0!nntp.google.com!f11no24702054qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.77.156.183; posting-account=DpCMFwoAAACUUYRrTfjIhGJ0rlD9rT1r Original-NNTP-Posting-Host: 108.77.156.183 User-Agent: G2/1.0 Injection-Date: Thu, 20 Feb 2014 11:42:30 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203866 X-Mailman-Approved-At: Thu, 20 Feb 2014 11:55:16 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96141 Archived-At: I'd like to use mavensmate as a backend for salesforce.com project compilat= ion and deployment. It's a python module that uses json for commands. Thi= s would be a replacement for the Eclipse Force.com plugin. Is there an emacs mode already out there that follows a similar model of ca= lling an external program for compilation, handles a json response, and all= ows access to some project-management features? I know about 'make' suppor= t, but I'd like to start as simple as possible, just to get things up and r= unning.