Dmitrii Korobeinikov writes:
> * Implementation
>
> I am not familiar with Emacs internals to say what's feasible of the
> proposed structure.
Have you looked at Phil Lord's lentic package? I think it implements a
lot of what you're talking about.
https://github.com/phillord/lentic
# not an Emacs bug
tags 18617 notabug
close 18617
quit
Kaushal Modi writes:
> A quick look at the code shows that it pollutes the namespace with
> undeclared and un-let-bound variables like "tag" (and there could be
> more like that).
>
> If we investigate further, we might find a culprit like t
t (Bug#25132).
>>
>> Call modification hooks in org-src fontify buffers
>> ae8264c5cccf19d5b25a340a605bf2f07de1577e
>> Noam Postavsky
>> Sun Jan 29 11:01:32 2017 -0500
>>
>> At the moment, the minimum ECM I know of is to install spacemacs and
&
On Wed, Jul 20, 2016 at 9:47 PM, Stefan Monnier
wrote:
> - maybe we can even adjust_match_data in every call to replace_range
> rather than just in the one from Freplace_match.
That would be simpler, though I wasn't sure if it would be correct.