-
An elisp file with the text below does not parse successfully, and gives the error message "Scan error: unbalanced parentheses." Which is not true (and in this case was quite difficult to track down)…
-
I don't know elisp well enough to know if there's a better way to do this (hence an issue and not a pull request). This code returns the directory of the current buffer if there isn't a project root. …
sr105 updated
6 years ago
-
I want to write a function that would update a different feed list each time it is called.
```elisp
(defun update-a-different-feed-list-each-call ()
(let ((elfeed-feeds (make-a-random-feed-list…
-
Currently the emacs function `nrepl-discover` excludes ops with the name `nrepl-discover`, but the value returned by `nrepl.discover/ops` just has the name `discover`, which then results in a new `def…
-
This issue is to summarise the differences between the two. it should be added to the book as a chapter.
1. CAR/CDR of NIL fail in ML,returns NIL in CL.
2. NLAMBDA and NDEFUN are not present in CL…
-
The built-in function `toggle-theme` does not run hooks in `modus-themes-after-load-theme-hook`. It's probably not a big enough issue to be put into the modus package, but it did cause me a touch of c…
-
How exactly I can set indentation function of sub-mode?
I have tried to
- Adjust it in `:creation-hook` of class. But it affecting the whole buffer.
```
(defun js-embed-autoload ()
"Embedded Javas…
-
Hi, first of all thanks a lot for this package and effort that goes into it!
I have been using undo-tree for years but learned about undo-fu + vundo combo and decided to switch, and I love it, the …
-
(method-combination-utilities:method-combination-expand (print-object 1 t))
From what I can see the problem is that `(defun method-combination-expander-function (method-combination)`` returns nil
``…
-
Hello @protesilaos, I been using logos for while, this is a great package I really like how it integrates focus and navigation.
The issue I have is when trying to add some logos commands to a navig…