Ingo Lohmar

Results 5 issues of Ingo Lohmar

This should, as far as I can see, not hamper python2 compatibility. But Python2 is no longer supported starting from 2020-01-01, anyway... Changes: - iteritems -> items - print statement...

I seem to recall that, reading some docs or maybe code of the out-of-the-box backends, there once was a common understanding how backends should be written: - they should check...

wishlist
question

I just tested this with `emacs -q`: Loading and enabling `enchive-mode`, then opening an ".enchive" file, the created buffer is read-only. I am unsure as to whether it should be,...

**Do you want to request a *feature* or report a *bug*?** BUG **What is the current behavior?** GitExtensions destroys carefully-crafted .gitconfig files by rewriting all settings lines (w/o comments). **If...

type: bug :bug:
:neckbeard: status: pull request only
:eyeglasses: status: needs review

Correct `auto-revert-mode` behavior is based on the `buffer-stale-function` `dired-buffer-stale-p`. Remember the subtrees' modification times and override `dired-buffer-stale-p` to take them into account. Fixes #176.