David Holm
David Holm
ccls used to work perfectly for me in Emacs but at some point it stopped working and I have been unable to figure out why. When I open a new...
Would it be possible to add a configuration option for MD051 to support section anchors as [defined by Gitiles markdown](https://gerrit.googlesource.com/gitiles/+/HEAD/Documentation/markdown.md#named-anchors)? I believe they pretty much follow the same convention as...
The old layout is difficult to maintain due to the size of gdbinit and the fact that it is difficult to identify various components. The file has now been broken...
Todo items should show up in the calendar so that there is one place you can go to keep track of everything that needs to be done before a certain...
Replaces the various pip-app functions with a single function, `pip-app`, that accepts commands just like `pip`. One benefit of this is that the user only has to remember a single...
I have installed _magit_ using _el-get_ and I am currently using revision _6369383_ on _GNU/Emacs 24.3.1_. When running _magit-review_ from the Magit status buffer I receive the following traceback: ```...
Would it be possible for `jenkins` to use `auth-source` to get the API token so that it can be stored encrypted instead of in plaintext in the Emacs configuration?
**Describe the bug** We just upgraded from CodeChecker `6.23.1` to `6.24.0` and the `--trim-path-prefix` option to `CodeChecker parse` appears to have stopped working as the generated HTML pages are using...
Hi, I'm trying to build c-ares `1.34.5` using GCC `15.1.0` on GNU/Linux but it's failing due to that a lot of files are referring to `errno` but without including `errno.h`....