Top new questions this week:
|
In Emacs, I want to have line continuation indicators (the curly arrows by default) shown before or after my wrapped text (e.g. in the fringes). However: I don’t want want to be able to tell apart my …
|
Is there a way to make certain abbreviations straightforward, without the use of extra keys? Here’s an approximation: (defun abbrev-or-insert () (interactive) (self-insert-command 1) (expand-…
|
By default, in terminal, emacs’s mode-line-mule-info displays: buffer coding systems keyboard coding systems terminal coding systems EOF indicator Example: -UUU:%%–F1 *GNU Emacs* All L1 (…
|
I’ll often make changes to my init.el and find that after I M-x load-file, the results can be different next time I open emacs. Or maybe while one thing I modified gets better, something else gets …
|
I have line-numbers displayed, but when I copy the text, the normal behavior is of course to not include the line numbers in the copied text. However, when I want to paste something on sites like this …
|
I’m trying to allow for evaluation of code blocks within a trusted Org mode document (following instructions at orgmode.org/manual/Evaluating-Code-Blocks.html) but can’t seem to dodge the …
|
I’ve looked through the manual but can’t seem to find the answer. Is it possible to suppress the TOC when exporting to ascii, but have it export to html?
|
Greatest hits from previous weeks:
|
I wish to run Emacs from the latest development version. I’ve downloaded the latest Emacs development version from savannah.gnu.org/projects/emacs (with git clone -b master git://git.sv.gnu….
|
I see a lot of people (extension authors and others) give configuration examples with setq: (setq foo ‘bar) These parameters are often defined with defcustom, making them available for customization …
|
When you have to edit system files, it’s an usual situation that you launched Emacs with a normal user before, so the file will be write-protected. What can I do to gain root privileges? I mean …
|
It’s possible to install a new theme in spacemacs? How should I do this? I’m trying to install some theme from themegallery.robdor.com/
|
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 …
|
I am trying out a new major mode, how can I take advantage of Emacs’ documentation system to get a listing of key bindings available in that specific buffer?
|
I’ve read the various manual pages about DEADLINE and SCHEDULED, and have used them both. I understand that DEADLINE is used in the Agenda to alert in advance about an upcoming deadline, and to …
|
Can you answer these questions?
|
I want to call an external tool which will eventually invoke $EDITOR to do its thing. However from inside an org-babel code block this fails because while executing the code block the emacs I’m …
|
I am using evil-mode and now want to use vertico for completion. I’ve got it setup so it works when I hit M-x, C-x C-f, C-x C-b, etc. However, it doesn’t work in evil’s ex-prompt (the command prompt …
|
I am trying out emacs.ng and I am specifically looking to render graphics (webpage) images in emacs. So, I wanted to try webrender. However, after ./config –with-webrender I get errors due to …
|