8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi. i get this line, and also "...-anon1", printed on stderr with the following (not necessarily exemplary) script:
#!/usr/bin/emacs --script ;; path to names (let ((default-directory "~/.emacs.d/straight/build/")) (normal-top-level-add-subdirs-to-load-path)) (eval-when-compile (require 'names)) ;;;###autoload (define-namespace qbo-convert: (defun x () (push a b)) )
the output:
Edebug: names-edebug-anon0 Edebug: names-edebug-anon1
i appear to be running 20151201.0. (hmm...) cheers.
20151201.0
The text was updated successfully, but these errors were encountered:
i suppose this might be from these lines in names.el
(let ((it (names--get-edebug-spec function)) (names--verbose (eq function 'push)))
but, as the help string for push says
This is morally equivalent to (setf PLACE (cons NEWELT PLACE)), except that PLACE is evaluated only once (after NEWELT).
presumably, one can substitute the latter for the former (assuming evaluating PLACE has no side-effects).
Sorry, something went wrong.
No branches or pull requests
hi. i get this line, and also "...-anon1", printed on stderr with the following (not necessarily exemplary) script:
the output:
i appear to be running
20151201.0
. (hmm...) cheers.The text was updated successfully, but these errors were encountered: