Top new questions this week:
|
In all of my source files, in whatever language, I use some trick or other to end compilation and then add a documentation trailer in perldoc format from which I can generate a man page. I always keep …
|
I have a plain text data file, consisting of 28 million tab-delimited records, each containing nine fields. The left ends of the first three records look like this: I would like to truncate each of …
|
I am using pattern matching in Emacs Lisp with pcase. I would like to simplify the rx expressions I am using by binding common pattern with rx-let. However, it seems like if you use rx by itself the …
|
How to switch buffers (prev & next) with minimal buffer list order modification? To be succinct and without getting into the weeds of particular details, the best way to explain what I am trying …
|
In my config I have (bind-keys* (“C-<backspace>” . (lambda () (interactive) (kill-line 0)))) which deletes the entire line backwards until column position 0. I would like to only …
|
I use C-x d *.org to list only files with .org extension. Is there a way to make this permanent for that directory? I have to do this every time I open that directory, it would be nice to have it …
|
I would like to ask a question about org-mode and font-lock-mode. I just started using Emacs and, since I am not a programmer, I use it mostly for writing and handling texts. And, I am quite …
|
Greatest hits from previous weeks:
|
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 tried to install emacs and in an attempt to install MELPA, tried: (this is my init.el file) (package-initialize) (add-to-list ‘package-archives ‘(“gnu” . “http://elpa.gnu.org/packages/”)) (add-to-…
|
When setting up my emacs for a new work environment, I am unable to get the elpy configuration to correctly use python 3. I have installed all of the required packages in /usr/local/bin and have …
|
How do I switch between windows quickly? I often have multiple windows open and need to switch between them. Right now, I use C-x o to get to the one I want. Is there a more efficient workflow …
|
I’m working on a custom and small Emacs configuration that I want to share with some friends as a git repository for them to use as a baseline for their own future configurations. For this I need …
|
From the Emacs Eclim github page: Install emacs-eclim. You have two options: Installation from the MELPA package archive. Just add the archive to package-archives if you haven’t already, and then …
|
I notice that there are several different repositories that often contain the same software. Why would I want to prefer: GNU ELPA Marmalade MELPA over the others? Since any one repository does not …
|
Can you answer these questions?
|
I installed this package github.com/emacs-languagetool/flycheck-languagetool to use languagetool with emacs. However, I am getting languagetool errors at my org documents’ code blocks too. How …
|
I set (setq org-startup-with-inline-images t) but opening a org file from within org-brain visualize I have to type twice C-c C-x C-v To show up image. Even If a set at the beginning of each of …
|
In NT Emacs (Mingw64/MSYS2 distro): — for me returns: c:/Users/user/AppData/Roaming (expand-file-name “~”) This is in consent with the manual: www.gnu.org/software/emacs/manual/…
|