Top new questions this week:
|
Question The Emacs Calc package info page for Probability Distribution Functions has this to say about the normal distribution function: The ‘utpn(x,m,s)’ function uses a normal (Gaussian) …
|
I have this piece of ruby code: def open(…) local_path.open(…) end and the first two lines have red boxes around them and when I hover over either one it says “syntax error, …
|
How can I run bash scripts from emacs and show the result in emacs?
|
Is there a simple way to show in emacs within an self-made-mode which use emacs font-lock-mode a binary value like “0b10010010” in different colors like the zero in lite gray and the one in …
|
Say my part of document is like: * My Chapter …… ** My Section …… I want to use the words “My Chapter”, inside the “My Section” area. Instead of copying the …
|
When I run bibtex-fill-entry it formats the current entry block where the cursor is at. Note that bibtex-fill-entry (C-c C-q) Fill current BibTeX entry. So I have to traverse all the entries to align …
|
My CentOS 8 Stream comes with emacs-26.1 which does not have ‘base64url-encode-region’. It seems like this came out in emacs-27.x. I’d like to have the functionality as painlessly as possible. I …
|
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 have a table like this: | Verse No | Verse | | | <10> | | 1 | line1 li=> | | 2 | line2 li=> | I would like to view it as | Verse No | Verse | | …
|
Since ediff-files and ediff-buffers result in apply: Searching for program: no such file or directory, diff error on windows machines. How to compare two files using Emacs on a windows system?
|
I would like to change the cursor, like in Terminal, from the block to the I-Beam cursor. From this: To this: How would I do this? Also, on a side note, how do I change the color of the cursor?
|
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 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 …
|
Is it possible to open a specific revision of a file in Emacs with Magit without changing the current branch? I have rebased some local changes to a revision where the modified functions were …
|
Can you answer these questions?
|
I try to convert to pdf with this following code found on Emacs SE: (defun mu4e-action-save-to-pdf (msg) (let* ((date (mu4e-message-field msg :date)) (infile (mu4e~write-body-to-html msg))…
|
i maintain a multi-file package, and i’m having trouble with require statements in it, both for child files of the main parent file inside the package, and for requiring dependencies, which in my case …
|
I want to generate very simple filenames from complex strings during a org-capture. For instance the string “Une idée nouvelle pour calculer $\\int_0^{\\infty} e^{-t^2} \\dd t$” Should be …
|