Jake Waksbaum
Jake Waksbaum
I'm not sure exactly why crate2nix is picking up the uncommitted change in nixpkgs, but any rate, the following patch worked for me: ```rust diff --git a/default.nix b/default.nix index 6e472e4..a914899...
Sorry I didn't see this. So should I define `O_TMPFILE` to be a number with only ones so that bitwise or-ing it has no effect? Ie `~0`?
Okay I've added an `#include ` based on the man page, but I don't have a linux machine handy right now to test it. The commit is here: 51ffe99319896c901e8f91f0abf8066e4eb93c95 but...
What's the status of this PR? I would like this feature, so if there's anything I can do to get this merged let me know.
I think that this a problem with `url-retrieve-synchronously`. This works: ```emacs-lisp (url-retrieve "https://api.github.com/repos/Kapeli/feeds/contents" (lambda (status) (switch-to-buffer (current-buffer))))) ``` As a side note, if we do want to switch to `curl`...
> Nope, this fails here as well. What do you mean by "here"? I just meant that evaluating that using `eval-expression` gives me a buffer with a response in it,...
Maybe I've misunderstood, but this makes me think that the proxy is not the issue. Because `url-retrieve` works for me even though `url-retrieve-synchronously` doesn't. So at least there are 2...
@lionel- I unquoted `get-keymap-for-mode`. I'm not quite sure how to implement this feature the way you suggested with minor mode hooks. I'm a relatively inexperienced emacs hacker, so could you...
Oh nice! Didn't see that.
In versions around 2.4, it mentioned this bug in the documentation. For example in this commit: 9f0c96ed1eb9eda5e74f13acf1ddc3ab523b0bd4 But later on in this commit 05eea1ea715745d4e2086d that warning was removed.