-
The functions run and run-works have identical code except for the window title.
The function run created the window without close button.
![2014-10-17-21 09 10](https://cloud.githubusercontent.com/…
plops updated
8 years ago
-
Is it possible to implement `elquery-read-string` to optionally keep the whitespace when reading the string?
```
-(defun elquery-read-string (string)
+(defun elquery-read-string (string &optional…
-
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 tested a scroll panel (https://github.com/defun-games/claylib/blame/main/examples/gui/scroll-panel.lisp) example, and found one error.
The scroll-panel example don't work on SBCL 2.3.5 (Manjaro). T…
-
Sometimes I need to have `http` instead of `https` in the links. Currently I deal with this using
```elisp
(use-package git-link
:ensure t
:bind ("C-c g l" . git-link)
:config
(setq git-…
drdv updated
11 months ago
-
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…
-
```
goroutine 246 [syscall]:
github.com/andelf/go-curl._Cfunc_curl_easy_perform(0x7f9aac05caa0, 0x7f9af4b64ad8)
github.com/andelf/go-curl/_obj/_cgo_defun.c:132 +0x31
github.com/andelf/go-curl.(*CU…
-
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)…
-
```lisp
;;;; SPDX-FileCopyrightText: Atlas Engineer LLC
;;;; SPDX-License-Identifier: BSD-3-Clause
(in-package :analysis)
(defun word-tokenize (string &key (remove-stop-words t) (stem nil) (do…
-
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 …