[O] bug#35419: [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2019-04-24 Thread Noam Postavsky
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

[O] bug#18617: bug#18617: 24.3; loading simple-wiki-mode breaks org-mode

2017-11-28 Thread Noam Postavsky
# 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

Re: [O] Fontification error

2017-03-19 Thread Noam Postavsky
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 &

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ā€˜gā€™: Match data clobbered by buffer modification hooks)

2016-07-26 Thread Noam Postavsky
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.