Augusto Stoffel

Results 133 comments of Augusto Stoffel

> In your opinion, is there any difference between the thing designated by "completion subject" and the thing designated by "thing at point"? No difference. The difference for me is...

> LSP doesn't have a good mechanism to communicate the bounds of the thing it is trying to complete This clearly needs to be fixed. VSCode also has glitches related...

Try this: type `\kern` and then `C-h .` (or `M-x eldoc-doc-buffer RET`). If this doesn't work, then there's an issue in your setup for sure. If it works, the issue...

This issue is still present in Hunspell 1.7.0, and includes the `en_GB` dictionary: ``` $ echo "He asked, 'Why can't I quote?'" | hunspell -d en_GB Hunspell 1.7.0 * *...

Should comparison of wrapped objects (both POBJECTs in Lua and Lua objects in Python) follow the host language semantics or the native language semantics? I would say they should follow...

The feature originally requested can be achieved using the count parameter of `debug.sethook`. (One could check the clock time every so often, or just bound the total number of instructions...

Ah, I was missing `embark-dwim`. What I mentioned initially is nice in that it's DWIM, there's no new key to learn. On the other hand the option you suggested might...

Ah okay, indeed I misunderstood you. I think in this case the `:default-action` key is an addition that makes sense (regardless of Daniel's suggestion which makes sense as well).

Interesting idea, I'll investigate if shr allows this. It likely does. (FWIW, the link target is displayed in the echo area.)

I'm not quite sure I understand what you mean, could you make it more concrete? In any case, all the information we have to work with is the sanitized HTML...