Questions tagged [emacs-29]
3 questions
2
votes
1 answer
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?

A Schmitz
- 23
- 2
0
votes
1 answer
language specific tree-sitter major mode wont show up
I'm using GNU Emacs 29.1 and have installed the tree-sitter haskell grammar: libtree-sitter-haskell.so via treesit-install-language-grammar but somehow haskell-ts-mode wont show up as a major mode under M-x.
However rust-ts-mode shows up even if I…

hubbledeepfield
- 13
- 4
0
votes
0 answers
Why does emacs-29 translates meta to meta+hyper ("M-somekey" to "H-M-somekey")?
With emacs 28 everything worked fine. After installing emacs-29 I see the following: for example typing "Meta + w" creates "H-M-w" which is undefined. With emacs-28 I got "M-w runs the command kill-ring-save" when I invoke describe key via "C-h…

mscfd
- 1
- 1