From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Garbs Subject: Babel support for Vala Date: Sun, 9 Jul 2017 22:09:49 +0200 Message-ID: <20170709200949.zgj7lihw2q2u6bqo@cgarbs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUIWn-0004Zy-2c for emacs-orgmode@gnu.org; Sun, 09 Jul 2017 16:10:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUIWi-0007K4-Ed for emacs-orgmode@gnu.org; Sun, 09 Jul 2017 16:10:01 -0400 Received: from mail.shuttle.de ([194.95.249.4]:49424) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dUIWi-0007Iz-7A for emacs-orgmode@gnu.org; Sun, 09 Jul 2017 16:09:56 -0400 Received: from yggdrasil.mitch.h.shuttle.de (p54BABFA1.dip0.t-ipconnect.de [84.186.191.161]) by mspool3.srv.dfn.de (Postfix) with ESMTPSA id 06A3810F0 for ; Sun, 9 Jul 2017 22:09:50 +0200 (CEST) Received: from mitch by yggdrasil.mitch.h.shuttle.de with local (Exim 4.89) (envelope-from ) id 1dUIWb-0005OA-QC for emacs-orgmode@gnu.org; Sun, 09 Jul 2017 22:09:49 +0200 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi there, I have written a minimal Babel mode supporting the Vala[1][2] language based on both ob-template.el and ob-C.el. I would like to contribute it to lisp/contrib if you deem it useful. ob-vala.el is available here: https://github.com/mmitch/babel-vala so long Mitch [1] https://wiki.gnome.org/Projects/Vala [2] https://wiki.gnome.org/Projects/Vala/About PS: I'm neither fluent in Vala, Lisp or Orgmode - I stumbled across Vala and wanted to document how I write a simple Vala example, decided to try doing that Literate Programming style with Orgmode and then found out I had to write a Babel mode first ;-) -- ....Christian.Garbs....................................https://www.cgarbs.de Experience varies directly with equipment ruined.