Mark Norton
Mark Norton
Alright, got some results for you on this. Windows OS system. Emacs is in the path. At the commandline: ``` PS C:\Users\nor71443> emacs -q ``` In `*scratch*` I performed the...
Alright, that final invocation (with an added paren at the end, worked for me. ``` (raise-frame (make-frame '((parent-frame . ,(selected-frame)) (width . 80) (height . 12)))) ```  It appears...
The small one without treemacs in it. Sorry, I didn't show the entirety of the screen for brevity.. The smaller frame there has a smaller font than my regular frame....
Sorry for the delay. Was on vacation then have been down for the count sick. However I got a chance to try this again this morning. No they are not...
Just was running into this very problem -- largely I do not use Scheduled or Deadline except for a few significant things, but meeting notices are something I very much...
I'm having trouble figuring out this grammar style for tree-sitter -- it's quite involved. I'm not entirely sure, but I think it comes down to this: Line 7-8: ``` let...
I can sympathize. I wrote a more complete syntax definition for VHDL for Sublime several years ago and the number of corner cases is... well extreme. There were a few...
Final comment. Yes the uben0 one seems to work with `typst-ts-mode` very well. I'm not sure what the Elisp was hooking on, but it might be checking a version or...
OHHH. Okay, I understand better what he did, AND why you were saying "not doing it the way the compiler does it". That grammar is WAY SHORTER. I think you...
Noticed that releases updated but Typst was still set to its submodule pointer of 8 months ago. Poked into the branch for bumping it and it seems like it's failing...