Top new questions this week:
|
The keystrokes M-up, M-down, M-RET etc. do not work as described in the manual in an ordered list, but they change all the plain list into an unordered list. What could have happened? Emacs v.26.3 …
|
the title gives it all away: I want this 9874599842006432.08 To become this 9,874,599,842,006,432.08 with 1 single replace regexp operation and flexible, so that the same string also would work on a …
|
I have written a Python function that takes a string input and performs a semantic search in my org-roam-directory and outputs the results in the following format after 2 seconds of computation: [{‘…
|
Instead of links in org mode to external applications, what I want is links to org mode sections. I hope that open emacs://org/id/<uuid> in a browser will open emacs(GUI) and jump to the heading …
|
I just installed Arch (Arcolinux) and everything works fine except emacs which refuses indentation in Org mode files with the Alt-left-arrow (M-<left>)or the Alt-right-arrow (M-<right>) …
|
I work with different Emacs frames on the same desktop. When I run compile Emacs splits the current frame and creates a clone of the buffer *compilation*, although the compilation buffer is already …
|
Greatest hits from previous weeks:
|
If I have Emacs split horizontally and on top I’m editing elisp code and on the bottom I am in the shell. By default, Emacs makes the two windows equal in size, but I’d like the shell buffer smaller. …
|
A lot of projects I work on install eslint as a dev dependency, with a custom set of eslint plugins. Right now, flycheck uses the globally installed version of eslint rather than the version of eslint …
|
When I run Emacs in a text terminal instead of the normal GUI mode, I can copy in Emacs by activating the start of a region with C-SPC, and then select what I want, and then do M-w. Is there any way …
|
I have limited emacs experience. Tried to find a solution to disable line wrapping in Spacemacs but couldn’t find any. The solution to this problem in Vim is to execute set nowrap. But it’s not …
|
I have been trying off and on for over a year now to use Emacs as a C/C++ IDE. I have only been marginally successful thus far, but have run into a few brick walls along the way. Currently I am …
|
I know how to display line numbers (and columns) in the mode-line, but I’d like emacs to display the line numbers for all the lines on the left-hand side. I’ve seen this done in vim and other text …
|
I’m using C-c C-c to send a buffer to a Python shell. The buffer has an import at the beginning. I found that if I modify the module I’m importing, it doesn’t reflect the changes if I run the buffer …
|