From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: TheLonelyStar Newsgroups: gmane.emacs.help Subject: haXe code completion Date: Mon, 2 Feb 2009 14:07:53 -0800 (PST) Message-ID: <21799555.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233612507 27271 80.91.229.12 (2 Feb 2009 22:08:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 22:08:27 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 02 23:09:41 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LU6z1-0001CD-9Q for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Feb 2009 23:09:35 +0100 Original-Received: from localhost ([127.0.0.1]:37703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU6xi-0005Ay-Hp for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Feb 2009 17:08:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LU6xQ-0005Aj-6X for help-gnu-emacs@gnu.org; Mon, 02 Feb 2009 17:07:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LU6xP-0005AX-Lx for Help-gnu-emacs@gnu.org; Mon, 02 Feb 2009 17:07:55 -0500 Original-Received: from [199.232.76.173] (port=38016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU6xP-0005AU-GN for Help-gnu-emacs@gnu.org; Mon, 02 Feb 2009 17:07:55 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:58888) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LU6xO-0004g7-Vz for Help-gnu-emacs@gnu.org; Mon, 02 Feb 2009 17:07:55 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LU6xN-0000ZB-ER for Help-gnu-emacs@gnu.org; Mon, 02 Feb 2009 14:07:53 -0800 X-Nabble-From: nabble2@lonely-star.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61865 Archived-At: Hi, I would like haXe (www.haxe.org) code completion in emacs. The haxe compiler provides everything that is needed. If invoked with the information of the position in the source, it returns to stderr a xml-list with completon possibilites. But I am not good in wrtiting emacs lisp. How can I: - Invoke an external program and store the output to stderr? - Parse xml? - Display a list for autocompletion? Thanks! Nathan -- View this message in context: http://www.nabble.com/haXe-code-completion-tp21799555p21799555.html Sent from the Emacs - Help mailing list archive at Nabble.com.