Sebastián Monía
Sebastián Monía
I sometimes use indirect buffers to edit a single function and ran into this problem too. Just adding a +1.
I modified the function to get it working with omnisharp-roslyn (C#) like this: ``` (defun eglot--format-markup (markup) "Format MARKUP according to LSP's spec." (unless markup (setq markup "")) (pcase-let ((`(,string...
I really like the hl-line color, I chose to make the region more noticeable. Which I understand is a bigger change, but again, I thought hl-line was too good the...
Just yesterday I ran into this in a Sly w/Emacs compiled from master (I am setting up a fresh dev environment). In the linked post, Eli suggests "The users can...
sounds good, thanks for replying! the timing of seeing this reported and being patched just as yesterday I ran into it. Best workaround I guess is using C-M-i to invoke...
I don't have a particularly strong use case, I just happened to have an alist and was using keywords as keys for convenience. I dumped the data to a file...
Submitted #45 which addresses this problem :sunglasses:
I am interested in the GDB/MI interface, will check out the link supplied. A list of the commands supported and the link to the docs could be a good start...
Completion is already marked as no exclusive.
Apparently this was broken only in Emacs 28 (dev branch), so I can assume it will work again by the time Emacs 28 releases. Still worth it to look into,...