Questions tagged [emacs-29]
The emacs-29 tag has no summary.
12 questions
1 vote
0 answers
27 views
Output from evaluating python source code blocks in org-mode not correct [duplicate]
After switching to Mac from Windows, the output of my python org-mode code blocks are not working properly. It keeps printing what seems to be the backend python call instead of the code output. And ...
0 votes
1 answer
187 views
Disabling autocompletions in gud-gdb
I'm debugging a large C/C++ project (several millions lines of code, adding debug symbols to exec make it grow by 2.5Go) using GUD (gdb 12.1) on Emacs 29.1. My issue is that in the gud-<...
0 votes
1 answer
229 views
Where is pixel-scroll-precision-use-momentum described in more detail?
Precision scrolling in Emacs 29 introduces several variables to control the momentum effect while scrolling. Are these terms defined anywhere in more detail, possibly by using a formula or two to ...
1 vote
1 answer
774 views
How to build Emacs29 with tree-sitter without sudo
Here are the commands I'm running First I install tree-sitter make PREFIX=${HOME}/.tree-sitter make PREFIX=${HOME}/.tree-sitter install This populates ~/.tree-sitter directory ├── include │ └── ...
3 votes
2 answers
1k views
Seq-Keep is void when installing magit through use-package
I've been attempting to use magit but it keeps throwing an error that seq-keep is void. I started up emacs only installing use-package and magit and the issue persists. However, when I installed magit ...
14 votes
1 answer
3k views
What to use instead of linum-mode in Emacs 29?
It seems that Emacs 29.1 has deprecated linum-mode. I haven't found a replacement yet. On ELPA I see nlinum-mode, but that seems to use linum, too. So what is the official replacement?