Top new questions this week:
|
The GNU Screen utility has the ability to log all shell output to a file, a useful feature to log the output of a long running build system, for instance. The log file generated by GNU Screen …
|
I’m kind of a newbie and want to use Python on Emacs. I noticed that there is a folder rpc-venv here: /Users/user/.emacs/elpy/rpc-venv/lib/python3.7/site-packages Where all python packages are …
|
Note: I’m using org-cite, not org-ref. As I’m writing, I sometimes add a new citation to my references.bib file. But org-mode can’t always find it. Instead, org highlights the new citation as an …
|
I want to write a defcustom definition for a variable my-var. my-var is an alist that maps strings to plists. Each such plists maps one of three keys (:x, :y, :z) to a list of strings. So, a member …
|
I’m just not able able to replicate the answer on this. Starting with: lipsum I do (my interpretaton): Alt-W over the word (copy) Enter (new line) Ctrl-Y (paste) Alt-2 Ctrl-X z (repeat last two …
|
I have recently moved to emacs as my mail client. I am using message-mode to write and send email through notmuch. Specifically, the major mode is called Message[Notmuch]. I would like to remap C-c C-…
|
There are multiple questions with “sqlite” in the title, but they all want to run SQL queries interactively, which sql-mode does. What I want is the following: I have a pre-existing SQLite …
|
Greatest hits from previous weeks:
|
I am writing a document and I have a problem with Emacs’ performance that I think appeared just yesterday. I haven’t made any alterations in my init file or installed any new packages. The problem is …
|
I am on a mac and I am running emacs 24.4.1, but I have the same problem also with 22.1.1. When I open mac on a terminal on the remote host, it does not recognise option key (alt) like the meta key. I …
|
I have an org-mode file, some sub-sections have some big paragraphs. When I export as html the whole paragraphs are displayed as single lines. I understand that I have to put a ‘\\’ on every line, a …
|
I’ve normally used ~/.emacs for my config file, but I’ve noticed others using ~/.emacs.d/init.el. Are there advantages to the init.el location? Any disadvantages?
|
When you push a branch with Magit (with P P) and the branch has no upstream, Magit asks you the name of the branch you want to push to. That’s great. Once you set the upstream for a branch, however, …
|
I have the code below: Hello There I am some code And want to add code in front of it, like: I said Hello I said There I said I am some code So how would I add a prefix to each line?
|
I’ve used git config –global core.editor emacs to set my git editor as emacs but when I do that and commit something the editor opens up a new window instead of opening emacs within the terminal. I …
|
Can you answer this question?
|
I’m running Emacs 27.2 inside Ubuntu 16.04 in terminal mode inside a Bash version 4.3.48 shell. Normally the describe-key for the end keyboard key shows that it’s <end>. However, when Emacs is …
|