Jan Seeger
Jan Seeger
Interesting, here it's definitely the proxy. `request.el` definitely looks like a good alternative here, maybe gated with an availability check so it's only used when installed.
I've had a look at the `url.el` elisp, and it's a tangled mess for me. I think that bug that might well have it's origin in the basic structure of...
The problem is that during extraction of the docset, the full list of files in the `.tgz` file kept in memory and passed around as a string. This is used...
More information in #35.
Yep, same problem here: ``` building '/nix/store/ypl5afl0g6iadvbhhilnjnb7yx5l7zi2-jackson-annotations-2.12.0.pom.drv'... trying https://plugins.gradle.org/m2/com/fasterxml/jackson/core/jackson-annotations/2.12.0/jackson-annotations-2.12.0.pom % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed direnv: ([/usr/bin/direnv export...
I'm also looking for a workaround until this ticket is implemented.
I've implemented a somewhat ugly fix in PR #3349.
Yes, I just came across this error. tar with absolute paths is unsusable, because it takes drive letters as hostnames for remote connections. bsdtar fixes this.
Hello! "_" as symbol constituent means that "a_b_c" is a symbol, but the words consist of "a", "b" and "c". When "_" is a word character, the word is "a_b_c"...
Fixed the font-locking rules to add symbol characters to all regexes. This fixes font-locking for identifiers containing underscores. However, I'm not clear on the interoperability with XEmacs, as I don't...