-
Hello. There seems to be a strange issue when running `rebar3 dialyzer` on LFE modules that include an Erlang header file. A warning in the LFE code is flagged as occurring in the Erlang header file…
-
The command Lisp Paredit: Indent works incorrectly.
This code
(defun make-key-button-instance-with-action (&key button short-help long-help action)
(g-signal-connect button "clicked"
(…
-
```
(eval-when-compile (require 'names))
;;;###autoload …
-
(ql:quickload "paiprolog") gets the following error:
*\* - Continuable Error DEFUN/DEFMACRO(DEFMETHOD): # is locked.
The quickload maintainer says this is a problem with paiprolog itself.
-
Hi, I love the idea of using Hercules together with Evil to learn my way around the new set of bindings. And it almost works!
Here's a screenshot set up to show the motion keys, just via:
```li…
-
Good morning!
I've frequently found myself wanting to `counsel-git-grep`, but having the results open in another window. I was able to achieve this by splitting up [counsel-git-grep-action](https:/…
-
The problem appears in Emacs 24.5.1 with graphics interface. Here is the code that shows the problem:
```
(require 'company)
(require 'cl-lib)
(defun my-backend
(command &optional arg &re…
-
### Thank you for the bug report
- [X] I am using the latest version of `dirvish` related packages.
- [X] I checked [CUSTOMIZING|EXTENSIONS](https://github.com/alexluigit/dirvish#resources).
- [ ] Yo…
ajgrf updated
2 months ago
-
The terminal-notifier command accepts an argument, "execute", that is an arbitrary command to execute when the user clicks on the notification popup it generates. This argument could be leveraged to a…
-
something like
``` lisp
(defun main () (let ((status 1)) (unwind-protect (progn (main-1) (setf status 0)) (clean-up-and-quit status))))
```