Adam Porter

Results 2645 comments of Adam Porter

Have just had a possible insight into this problem: In the following source code: ```el (defun hyperdrive-entry-at (version entry) "Return ENTRY at its hyperdrive's VERSION, or nil if not found."...

Today, thanks to @josephmturner's help, I finally put together this puzzle piece from the Info page `(elisp)Sentinels`: > If an error happens during execution of a sentinel, it is caught...

@piknik Wow, thanks for sharing that. Did you report an Emacs bug with that info and code? Also, what versions of Emacs did you see that behavior on? I don't...

> @alphapapa I haven't run into any issue specifically when errors are invoked or caught in a sentinel. In fact, my projects have a nested sentinel call stack, where sentinels...

@kaibagley Hello, That error means that curl didn't recognize the arguments given to it. Windows's version of "curl" is not the real curl, it's some ersatz Microsoft version. Please see:...

@piknik FWIW, I've made some changes in a branch that seem to solve the problem of sometimes getting a nil return value from a `plz` request. https://github.com/alphapapa/plz.el/tree/wip/no-signal-from-sentinel I didn't copy...

This seems to be fixed in v0.7 and on `master` now. I'll leave this issue open, though, because of the longstanding Emacs process-handling issues, and in case they crop up...

AFAIK this is solved now, so closing.

By the way, for the use case you present, ideally there would be no need for the user to specify additional arguments for curl--rather, it should all be doable with...

Hi Dima, As usual, I forgot that there was an associated issue to close. :) Thanks for reminding me. Yes, I'll close it, but please try the new feature out...