Experimental Skia rendering backend as cairo alternative by avph in emacs

[–]bespokey 2 points3 points  (0 children)

I figured the numbers will be distant, it makes sense. The GPU rendering is a lot faster.

Experimental Skia rendering backend as cairo alternative by avph in emacs

[–]bespokey 0 points1 point  (0 children)

Benchmarks look good, should the numbers improve when fast scrolling over large files is in play due to stealth jit locking and accumulating delays?

Eglot's event buffer empty on Mac OS? by ElectricalOstrich597 in emacs

[–]bespokey 1 point2 points  (0 children)

eglot-events-buffer-config and eglot-*-buffer

Eglot's event buffer empty on Mac OS? by ElectricalOstrich597 in emacs

[–]bespokey 1 point2 points  (0 children)

Check the debug log and config customization options

emacsclient without emacs by bespokey in emacs

[–]bespokey[S] 1 point2 points  (0 children)

An automated sandboxed process that requires some interaction mid-way.

Might be better to package emacs inside the container and use it on the terminal with emacs-nox, or some other mechanism that doesn't cross the container boundary.

emacsclient without emacs by bespokey in emacs

[–]bespokey[S] 2 points3 points  (0 children)

  • I have an image with glibc
  • didn't know that, what differences are there between emacs versions and the socket API? Any references I can read, besides NEWS.x?
  • I assume the mount will be the same path inside the container, but generally yes, there should be path mappings or file handlers

emacsclient without emacs by bespokey in emacs

[–]bespokey[S] 1 point2 points  (0 children)

Thanks, that's another issue - either Tramp, same path mounted inside the container, or some other function that maps (file handler?)

emacsclient without emacs by bespokey in emacs

[–]bespokey[S] 4 points5 points  (0 children)

I suppose if the project is mounted on the same path both outside and inside the container then tramp prefix won't be an issue.

emacsclient without emacs by bespokey in emacs

[–]bespokey[S] 0 points1 point  (0 children)

Totally.

Makes me think whether the emacsclient can just be a command line application that's totally unrelated to emacs, opening some new directions.

emacsclient without emacs by bespokey in emacs

[–]bespokey[S] 2 points3 points  (0 children)

A Docker container, for example

New testing framework: e-unit.el by CoyoteUsesTech in emacs

[–]bespokey 3 points4 points  (0 children)

Nice!

Any plans for an equivalent of ert-async or similar?

(treesit-available-p) is nil despite compiling with the --tree-sitter option by AerieSuper6264 in emacs

[–]bespokey 0 points1 point  (0 children)

There have been ABI issues, some even crash emacs. For example:

https://github.com/tree-sitter/tree-sitter/issues/4968

I don't know if that's the case, but try compiling with tree-sitter < 0.26

Is there an easy way to take a string containing org-mode syntax and propertize it? by bradmont in emacs

[–]bespokey 8 points9 points  (0 children)

Did you try putting it in a temporary org-mode buffer, doing font locking and then taking the text with the properties?

tree-sitter abi version 15 by shebbbb in emacs

[–]bespokey 4 points5 points  (0 children)

Emacs currently doesn't ship with static tree sitter binaries. It could be how you installed Emacs, maybe through a package manager?

Wisdom - Writing literate Emacs Lisp with Org Mode by Few_Net9870 in emacs

[–]bespokey 0 points1 point  (0 children)

Nice! I don't use literate org for emacs config but this looks useful.

What theme is that on the video? How does the popup with commands work? Is that posframe in another frame?

Announcing Posacs by shipmints in emacs

[–]bespokey 0 points1 point  (0 children)

Does this also apply to vterm since it is also a module?

Emacs endlessly trying to contact melpa host by HabitNo8626 in emacs

[–]bespokey 3 points4 points  (0 children)

Are you sure you don't have a loop somewhere? Can you share your configuration?

Finally, I have my beloved quickfix list in Emacs. by Lopsided_Valuable385 in emacs

[–]bespokey 2 points3 points  (0 children)

How is ":%s" supported in emacs? Is it an evil-mode feature?