-
@tizoc So I made this repo today with CL code that uses reader conditionals (if that's what they're called in CL) to distinguish with CL implementation is being built. This allows the same code to be …
-
Add support for running scripts without starting the REPL.
tizoc updated
7 years ago
-
After #2 is solved.
tizoc updated
7 years ago
-
#### Description :octocat:
Unable to use org-ref to open PDF from Bibtex file
#### Reproduction guide :beetle:
- Start Emacs
- Set `org-ref-pdf-directory` within `(with-eval-after-load 'org …
-
I'm using an emacs build from master, as of last weekend. It reports as `27.0.50`.
This happens for me with or without `use-package` - the only difference is that `use-package` catches the error an…
-
## Expected behavior
clj-refactor loads without errors
## Actual behavior
```
Debugger entered--Lisp error: (file-error "Cannot open load file" "No such file or directory" "seq-25")
require…
-
# Standard error stream discussion
Right now Shen has no concept of standard error stream, only standard input. Adding this is easy, but ports will have to update accordingly.
## Current implementati…
tizoc updated
7 years ago
-
`fbound?` relies on a function having an entry in `(get Name source)`, according to the source of the `fbound?` and `ps` functions.
Here's an excerpt from a REPL session I just had.
```
Shen, c…
-
I updated the shen sources in my [ShenSharp project](https://github.com/rkoeninger/ShenSharp/commit/97653d5516fa6491f09a7933a7b61d271e9a7000) and re-built the kl using the standard SBCL implementation…
-
### Issue Summary
Looks like when `ChoiceBlock` has a lot of elements - admin page goes to infinite loop. I could be wrong, but the same code worked earlier.
### Code
I have code like this:
…