From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Russel Subject: Re: coloring source for scala Date: Thu, 30 Aug 2012 07:41:53 +0200 Message-ID: References: <877gshj9aq.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6xWB-0007qR-2A for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 01:42:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6xWA-0001TN-7z for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 01:42:14 -0400 Received: from mail-qa0-f41.google.com ([209.85.216.41]:56748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6xWA-0001TF-41 for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 01:42:14 -0400 Received: by qafk30 with SMTP id k30so5031766qaf.0 for ; Wed, 29 Aug 2012 22:42:13 -0700 (PDT) In-Reply-To: <877gshj9aq.fsf@altern.org> 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: Bastien Cc: emacs-orgmode@gnu.org thanks for your quick answer > > (setq org-src-fontify-natively t) > it doesn't give exactly what I was looking for. This fontify the code inside my org file. Now, when I set the language to 'java', I have color, but when I set it to scala, I don't have nice color. Is there a way to have color for scala ? Alex