-
emacs 24.3 on windows.
elscreen-start fails with "wrong type argument consp, nil"
I tried to eval elscreen.el bit by bit, this function fails with this error:
(defun elscreen-mode-line-update ()
…
-
The following call in [Butler](http://github.com/AshtonKem/Butler) constantly causes the above message.
``` elisp
(defun get-jobs (server buffer callback)
(lexical-let* ((url-request-method "GET")
…
-
Steps to reproduce:
create a dispaly function which draws a gadget and then over it something else.
Expected: that "something else" is above gadget
Observed: gadget is on top
```common-lisp
(…
-
I noticed that every time a new keyword(such as "TODO") is inserted, `svg-tag-make` (or similar functions) is called. I think this is unnecessary because the same parameters will always generate the s…
-
To accept `/cancel` messages from other topics during the execution of a `ros::simple-action-server` callback I had to use something like the following.
```lisp
(defun execute-cb (server goal)
…
-
The syntax for C++ is not highlighted correctly, or has colours that are too similar
## Others
| purple | nord |
|--|--|
|||
## Catppuccin
![2023-02-08T11:46:31,742772803+05:30](https://…
-
### Describe your request
I often times want to search for a specific string that is completely lowercase. **Smart Case** handles this for strings that contain an uppercase character, but doesn't w…
-
Hello,
I wrote a little hack:
``` elisp
(defun js2-add-semi-colons ()
"Add missing semi-colons."
(interactive)
(--each (--select (string-equal (caar it) "msg.missing.semi") (js2-warnings))
…
Silex updated
8 years ago
-
```
(defun burly--frameset-restore (urlobj)
"Restore FRAMESET according to URLOBJ."
(pcase-let* ((`(,_ . ,query-string) (url-path-and-query urlobj))
(frameset (read (url-unhex-s…
-
## Context
I've decided to write a lisp function for formatting with spotless because I think the list format wouldn't allow `"-PspotlessIdeHook="` and `filepath` to be concatenated together. But w…