Stefan Kangas
Stefan Kangas
Yes, they are different archives. [GNU ELPA](https://elpa.gnu.org/) is configured in Emacs by default, whereas [MELPA](https://melpa.org/#/) is not. (Note that ELPA properly refers only to the protocol that is used by...
On current master, we have this MELPA-inspired version in `leuven.el`: ``` ;; Version: 20200513.1928 ``` On GNU ELPA, we do not follow the versioning scheme; all packages have versions like,...
Hi @fniessen, Sure, I can add a pull request with the new version number. Do you have any preferences for where to start, or does `1.0` sound good to you?
PS. Feel free to merge #25 and #27 before this pull request, if possible.
It seems like I've made a subtle mistake: in #25, the version was already bumped to 1.1. That means there is less need for bumping the version here. However, it...
> darkfeline ***@***.***> writes: > Renaming a file in the same directory using dired-async hangs for a good 2-4 seconds (specifically, any async operation that finishes too quickly). > Can't...
Thanks!
Maybe it's time for a new release?
Hmm, is this https://github.com/abo-abo/swiper/commit/5f49149073be755212b3e32853eeb3f4d0f972e6 ? If yes, perhaps it is time for bumping the version? Thanks.
> #881 has been merged, I'd like to close this issue if anyone can independently confirm and ideally provide a test for it. Thanks, closing.