Hi Michael,
Pontus Michael writes:
> Source block fontification is achieved by copying source block
> contents into temporary buffer under appropriate major mode and
> mirroring face text-properties into original buffer.
thanks for the change and the detailed explanations.
Eric, I'm short of t
Sorry, the code in last source block in my attachment got a little bit
messed up. I corrected it in this attachment.
On 21 March 2014 12:23, Bastien wrote:
> Hi Michael,
>
> thanks for the patch.
>
> Pontus Michael writes:
>
> > Primary reason for this change is to fix the problem which I desc
Source block fontification is achieved by copying source block contents
into temporary buffer under appropriate major mode and mirroring face
text-properties into original buffer.
Problem is that this procedure doesn't account for user option
`org-edit-src-content-indentation'. This option adds de
Hi Michael,
thanks for the patch.
Pontus Michael writes:
> Primary reason for this change is to fix the problem which I describe
> as
> follows:
>
> This function is not 100% compatible with a org-edit-src facility,
> which provides an option to have indentation added to the code inside
> the b
I make a change to function which copies contents of source code
block to temporary buffer, applies fontification through the means of
relevant major mode and transcribes text-properties back to org-buffer
so that they are applied on top of code in affected source code block.
Primary reason for th