From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Babel language support for Mathematica Date: Thu, 09 Jan 2014 11:55:40 +0100 Message-ID: <87sisxtoer.fsf@bzg.ath.cx> References: <87ha9dwisd.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1DHG-00053C-Qu for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 05:56:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1DH8-0005Wp-Ej for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 05:55:54 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:52338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1DH7-0005We-9P for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 05:55:45 -0500 Received: by mail-wi0-f179.google.com with SMTP id z2so3277105wiv.12 for ; Thu, 09 Jan 2014 02:55:44 -0800 (PST) In-Reply-To: (Yi Wang's message of "Thu, 9 Jan 2014 10:51:53 +0000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Yi Wang Cc: emacs-orgmode@gnu.org Yi Wang writes: > Yes, I already set this. But curiously the Mathematica code is still > not highlighted like other codes. I wonder there may be some > non-standard things inside mma.el (the Mathematica package file major > mode) then? I don't think so, you may just have to check that the mode defined in mma.el is automatically boundled with .m files -- which is not the case with a default Emacs installation, where .m files are open with objc-mode. -- Bastien