Top new questions this week:
|
The GNU Emacs Lisp Reference Manual, 12.5 Defining Global Variables: If you use a defconst or defvar special form while the variable has a local binding (made with let, or a function argument), it …
|
I want the current message in the Echo Area to keep showing up until the next message (which will also appear in the *Messages* buffer) is emitted. But how my Emacs does now is: $ emacs -q Use M-x …
|
I have this line in the early-init.el file: (setq package-enable-at-startup nil) and these lines in the init.el file: (require ‘package) (add-to-list ‘package-archives ‘(“melpa” . “…
|
How can I know the largest available value of max-lisp-eval-depth? C-h v max-lisp-eval-depth only says that this variable can be increased: You can safely make it considerably larger than its default …
|
When a new user types M-x narrow-to-region, Emacs will prompt for a query: Please type y, n, ! or SPC (the space bar): _ where the _ stands for a cursor. Thus, Emacs only accepts these 4 character …
|
I tested two similar generators, and the result confused me. This iterator yields values as I expected: ELISP> (iter-defun f (x) (setq x (iter-yield (1+ x))) (setq x (iter-yield …
|
Is there a builtin mechanism that copies the result of C-x C-e rather than inserting it into the buffer with the non-negative prefix. I think this would have been more useful by default.
|
Greatest hits from previous weeks:
|
I read the org-mode manual but did not find a short cut to insert: #+BEGIN_SRC #+END_SRC I guess I need to create a configuration in ~/.emacs to set a shortcut? Or, is there a shortcut but I did …
|
Having some issues with PATH settings on Emacs that are affecting my Haskell environment: I’m using ZSH, and when I go to the command line and call echo $PATH, it returns: /Users/g/Library/Haskell/…
|
I find myself consistently zooming out (C-x C–) in every buffer that I am using in order to see more lines of code that I’m working on. Is there a way to set the zoom level in my .emacs, not …
|
It says emacs/bin/emacs.exe. If it’s not necesarily useful, I’d like to stop it from starting with emacs. The extra window is messing me up a bit.
|
In Dired mode, I can m mark files and R to move them to a destination. Some times the destination path is too long. With the destination open in a split window, is there a way to move files quicker? …
|
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’ve installed the solarized theme package via MELPA. I can select one of the two solarized themes via `customize-theme and it activates it. When I save the theme settings it adds the following to my …
|
Can you answer these questions?
|
For example, I would like Org-Mode to be able to read elisp variables or link abbreviations when input as value for #+EXPORT_FILE_NAME:. Where and how should I ask for that?
|
I’m looking for a way to customize the LaTeX language mode in calc so that:3 m/s gets displayed like \SI{3}{\meter\per\second} instead of \frac{3 m}{s}. That would be very useful for yanking into a …
|
In my config file, I set properties for some faces used by my setup of Doom Emacs. These properties are promptly ignored when Emacs is loaded, and what I see is how things were before. I’m guessing …
|