emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: stardiviner <numbchild@gmail.com>
Cc: Org-Mode <emacs-orgmode@gnu.org>
Subject: Re: Org-mode Babel does not show syntax highlight when open with another mode
Date: Sat, 17 Oct 2015 03:30:42 -0400	[thread overview]
Message-ID: <87r3ku9ckd.fsf@kyleam.com> (raw)
In-Reply-To: 87io6ll5lw.fsf@gmail.com

stardiviner <numbchild@gmail.com> writes:

> I try to configure Org-mode to open ruby source code block with `enh-ruby-mode`.
>
> configuration as following:
>
> #+BEGIN_SRC emacs-lisp
> (with-eval-after-load 'enh-ruby-mode
>   (add-to-list 'org-src-lang-modes '("ruby" . enh-ruby)))
> #+END_SRC
>
> This will open code block in `enh-ruby-mode` when you edit with [C-c '].
>
> You can see the syntax highlighting failed result screenshot at here:
>
> http://emacs.stackexchange.com/questions/17042/org-mode-babel-failed-syntax-highlight-after-change-org-src-lang-modes
>
> I hope to keep the syntax highlight, (If can use enh-ruby-mode syntax highlight
> will be better).

Sorry for the delayed response.  It seems the problem is that
enh-ruby-mode highlights its buffers in a way that doesn't respond to
font-lock-fontify-buffer, which org-src-font-lock-fontify-block calls in
the buffer " org-src-fontification:enh-ruby-mode" to get the faces.

--
Kyle

      reply	other threads:[~2015-10-17  7:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05 14:54 Org-mode Babel does not show syntax highlight when open with another mode stardiviner
2015-10-05 15:03 ` stardiviner
2015-10-17  7:30   ` Kyle Meyer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3ku9ckd.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=numbchild@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).