gitonthescene

Results 137 comments of gitonthescene

@sebastiansturm - `font-lock-support-mode` is set to `jit-lock-mode` even while `font-lock-fontified` is `nil`. Where in the code do you see a connection between these settings? As I said, I made a...

I see I missed the last question. `font-lock-flush` does work for me and is what lead me to figure out the issue.

@sebastiansturm - Sorry. Nothing has changed since my first post. I’m simply answering your last question. It’s really a question of how you want to handle this. I think changing...

Sorry, I did mean `font-look-ensure`. I edited the comment above but that probably didn’t come through in the update notification. As I say I’m developing this from scratch so I...

@sebastiansturm Are you able to reproduce any of the reported results in any sort of a test environment? If it helps, I've attached my bare-bones mode definition. [ngnk-mode.el.txt](https://github.com/emacs-lsp/lsp-mode/files/13981833/ngnk-mode.el.txt)

I mocked up a [dummy repository](https://github.com/gitonthescene/dummy-lsp-mode). Maybe this could be used as the basis for some unit tests or something. Let me know if you have questions. Also, would it...

I can only guess the difference is something in your init file. Next step is to run this with as empty an init file as possible.

@sebastiansturm In any event it sounds like you're not interested in investing any energy into this. I'll leave you to do with this what you want.

@sebastiansturm - Glad you were able reproduce the issue.

Couldn’t you also support transformations in a dummy `comment` language and just ignore those transformations? They should end up in the recipe looking like `comment:here are my comments`. Also, I’m...