-
This code works in a single file as top level and shows no warnings or errors:
```
(defparameter *glob* 99) ;; you can also use defvar
(setf *glob* 98)
```
In a larger file there is a warning …
-
Making notes with `%T` as an identifier results in a title with TeX markup. On the other hand, `ebib-create-org-title` cleans the TeX. If this is a bug, I think it can be fixed quite easily. Here is w…
-
creating several functions in crow and calling them doesnt work
```
(defvar result)
;;(defvar x)
;;(defvar y)
;;(set x (getln))
;;(set y (getln))
(defun mathAdd (x y)
(set result (+ x y…
-
Thanks for your great work.
I want to know whether the behavior I wrote in title is in specification or not.
For example, type "de" and type "TAB" twice in *scratch* buffer.
Then I get candidates
``…
-
```lisp
(defclass-std:defclass/std foo2 ()
((bar baz)))
(defparameter foo2 (make-instance 'foo2))
```
=> `#`
```lisp
(print-object/std foo2)
```
=> `#`
```lisp
(defun collect-…
-
"Debugger entered--Lisp error: (void-function defun_) (defun_ rsense-buffer-command ) "this is what i see when i start emaces with debugger-ini
i guess it should be (defun rsense-buffer-command) ,am…
-
Minimal test case:
```lisp
(defun foo ()
2)
'foo#|bar|
```
At least in smart mode, if you delete any of the trailing brackets, they don't come back.
I think what's happening is that p…
gilch updated
2 months ago
-
Greetings,
I've run into a limitation of CFFI's foreign library loading (or my understanding) which results in some code duplication I'd been hoping to avoid.
I've just written a trivial module …
-
Hi,
When Emacs is compiled with a suffix (configure option "--program-suffix=-fsf" in my case), with-editor cannot find the matching emacsclient. I work-around the issue with the following code in …
yalfg updated
13 hours ago
-
As to ensure that convert strings to `quri:uri` objects, we have defined:
- `url` methods for strings and quri:uri
- `ensure-url`
- `string->url`
- `strings->urls`
Also we have defined the type…
aadcg updated
2 months ago