Nicholas Vollmer
Nicholas Vollmer
I'm unable to reproduce with the following test case: Test Case ```emacs-lisp (straight-bug-report :post-bootstrap (straight-use-package 'vterm) (let ((default-directory (straight--repos-dir))) (message "%S" (straight--process-run "ls" "-lah")))) ``` - Test run at: `2023-11-01...
> I think you're right. Furthermore I think the reason the subdirectory is > (incorrectly) added to `load-path` is this: > > https://github.com/radian-software/straight.el/blob/e0f3ba8e3fcf66b746c99418e916a3d2fe7a3c35/straight.el#L5270 > > It seems that as a...
> After this Emacs is completely bricked, and I have to remove the straight/build and straight/repos directories, and download and recompile all packages again. You should be able to start...
> I've updated `straight.el` to `8753008`. > > Now Emacs loads fine, but `vertico-prescient` still doesn't work, as I get the error: `Error (use-package): Cannot load vertico-prescient` Installs fine with...
> If I try to execute the test in the *scratch* buffer I get an error Buffer *straight-bug-report-process* does not visit a file. Please ensure debug-on-error is non-nil (you can...
> `debug-on-error` is `t`, after turning it on with `toggle-debug-on-error`. Yet when executing the test it doesn't enter the debugger, and shows the same error. Where is this error displayed?...
> I have the same problem: > > ``` > Debugger entered--Lisp error: (wrong-type-argument stringp afternoon-theme) > intern(afternoon-theme) > #f(compiled-function (it) #)((afternoon-theme :url "https://github.com/osener/emacs-afternoon-theme" :ignored-files ("*.png"))) > > ``` Please...
> And edebug seems to say the issue is with the (append ... ...) part: That's odd. The print-level should be let-bound to nil here. Try evaluating the following in...
@valignatev: > The straight commit I'm on is 039e5c9a9b5c00749602afb41341e9e77ba09429. Please update straight.el to the latest commit and see if that works for you.
@valignatev please share your init file. It looks like the package installed correctly for you in the test environment.