Hi Takafumi, Takafumi Arakaki <aka....@gmail.com> writes:
> I am thinking about including my version of > org-src-font-lock-fontify-block in EIN, but Dan Davison suggested to > ask in this ML because it could be a problem in org-mode too. I'm not sure I understand the problem you are trying to fix for your own code here but things work fine here in Org. > Does anyone know what is happening here? Not really. Do you always need this or is it just for some modes? Maybe those modes use `font-lock-face' while other modes use `face' and highlighting in Src Blocks would need to add `font-lock-face' in the first case while just adding `face' in the second one. Perhaps adding both is some extra security... but I'd rather wait for a real bug in Org :) Thanks anyway for reporting this, -- Bastien