-
**Describe the bug**
When editing areas which use `contenteditable="true"` (as opposed to using a ), PgUp/Down and Home/End keys don't do anything.
**Precise recipe to reproduce the issue**
- V…
whirm updated
2 years ago
-
When executing `read` or `read-from-string` in multitasking environment, a race condition exists with jscl::*labelled-objects*, which is a global variable.
The following code is thread safe:
```
…
hemml updated
10 months ago
-
On SBCL, the following works:
```lisp
CL-USER> (let ((lambda-list '(a))
(body 'a))
(compile nil `(sb-int:named-lambda (my-fun-name) ,lambda-list ,body)))
#
NI…
-
Imported from SourceForge on 2024-07-06 18:10:36
Created by **[macrakis](https://sourceforge.net/u/macrakis/)** on 2024-03-25 22:54:52
Original: https://sourceforge.net/p/maxima/bugs/4278
---
`Ratsu…
rtoy updated
4 months ago
-
Hello, a [query came up in r/lisp](https://www.reddit.com/r/lisp/comments/1c8u11k/comment/l0hiy8j/?utm_source=share&utm_medium=web2x&context=3) that might be solved through support for cross-referenci…
-
It uses the lisp reader to read source forms. And breaks when to intern something into a locked package. Which happens a lot with sbcl sources, where symbols may no longer exist at runtime.
-
Imported from SourceForge on 2024-07-06 09:21:13
Created by **[andrea_latina](https://sourceforge.net/u/andrea_latina/)** on 2017-11-12 20:44:15
Original: https://sourceforge.net/p/maxima/bugs/3351
-…
rtoy updated
4 months ago
-
osx 10.10 ccl64 build from trunk, make line was make DESTDIR="path/to/buildapp" LISP="path/to/dx86cl64" install
note hardcoded use of sbcl at frame 14.
(20E7C6A0) : 0 (>-2 NIL 0) 2293
(20E7C6D0) :…
-
CCL may be our only reasonable cross platform cl.
Needs:
Threading, drakma.
Wants: decent read line type interface.
Document how to load files and set up slime for CCL.
-
princ というか `*print-escape*` が `nil` だったら REPORT-FUNCTION を使う。
[CLHS: Macro RESTART-BIND](http://www.lispworks.com/documentation/lw50/CLHS/Body/m_rst_bi.htm)
> :report-function
> Value is evaluated…