Newest Questions
27,900 questions
0
votes
0
answers
6
views
Why does VTerm cut lines?
I've been experiencing an issue with vterm where it cuts off lines at certain points, and these cuts persist even after resizing the window. I understand this is a known limitation, but I'm seeking ...
0
votes
0
answers
3
views
Avoiding binding "C-f" to 'quail-next-translation
quail.el says,
(define-key map "\C-f" 'quail-next-translation)
I just want C-f to do forward-char like usual.
What should I put into .emacs to fix it?
I can't even figure out what to ...
0
votes
0
answers
8
views
How to fix crashing of WSL Emacs over X?
On a Windows machine I run the MobaXterm X server system. I use this to display Emacs running on a remote Linux machine. This works fine.
I also use this X system to display Emacs running on a WSL ...
1
vote
1
answer
24
views
How to put auto-save files in another dir?
I'm editing some files in Proton Drive and it's creating tons of trash files for the auto-saves (#filename#). I'd like Emacs to put those somewhere else, not next to the file. I've been poking around, ...
0
votes
0
answers
34
views
How can I prevent rg.el from opening the first result?
Whenever it opens the first result, I often have to decline lsp to start up in that project
If I can avoid opening the first result, this would give me a zen moment.
0
votes
0
answers
21
views
Saving an Emacs Rmail email message to a file with only some of the header fields
When I output an Emacs Rmail email message to a file (using C-o) it writes all of the message headers. I only want to save the following fields:
From:
To:
Cc:
Subject:
Date:
Is there ...
-1
votes
0
answers
23
views
Wie kann Mann wiessen dass mein Foto geteilt hat [closed]
Ich bin Aqel Alizada ich möchte gar nicht mein Foto in tik Tok. Verteilt werden
0
votes
0
answers
37
views
How can I get the current directory in VTerm?
How can I get the current directory using vterm functions?
I've found this snippet, but it only returns that it's not a valid directory
(defun vterm-copy-internal-directory ()
"Copy the ...
0
votes
0
answers
49
views
Emacs doesn't use OS's keyboard layout
I am using Arch Linux with KDE Plasma (Wayland).
My keyboard layout is jp106.
After updating Emacs to the latest version, my Emacs(GUI) does not use my OS default keyboard layout(jp106), but the US ...
0
votes
0
answers
34
views
ert--activate-font-lock-keywords problem
I've had installed both Sly and SLIME to use for learning common lisp, but Sly appears to stop every time I would get an error and had to be manually restarted (which is probably configurable somehow,...
0
votes
0
answers
20
views
How to remove tags in mu4e?
How does one remove a tag from a message in mu4e?
e.g. how do I remove foo from tags in the example message below?
mu4e-message-view-example:
From: x
Subject: x
To: x
Date: Fri, 2 May 2025 01:02:01 +...
1
vote
1
answer
57
views
Change quote type inside of LaTeX environment in Doom Emacs
I am using Doom Emacs on Windows. I prepare documents in LaTeX and have AUCTeX installed. I am using the minted package and would like doom emacs to simply insert a simple double quote to denote ...
2
votes
1
answer
33
views
How do I rename a snippet?
I observe 2 fundamental-mode snippets (current-date bound to dd and current-date-and-time bound to dt) which conflict with delete-directory in emacs-lisp-mode and deftest in python-mode respectively.
...
0
votes
2
answers
36
views
Lisp error: (file-missing "Cannot open load file" "No such file or directory" "direnv")
Trying to get Emacs setup on a new install and have copied my config over to ~/.config/emacs/. Its not perfect so I have manually installed auto-compile with M-x package-install auto-compile and ...
1
vote
0
answers
29
views
eglot: Showing types of variables in the minibuffer
I'm using GNU Emacs 30.1 on GNU/Linux with standard eglot and working with C++ code using clangd 20.1.4 as the LSP server.
Up until a short while ago (a month or two maybe? Not sure) when I put point ...