Marc Zonzon

Results 18 comments of Marc Zonzon

I use reeder v4 with fever plug-in on a site running tt-rss v. 20. and it works correctly. Only I noticed very slow synch. I use a hosted installation so...

The elisp manual is not so clear about define-key, it only says > The argument BINDING can be any Lisp object, but only certain types are meaningful. (For a list...

Thank you Justin, the added example in 1692a1e will help to understand the syntax. The way of understanding examples is subjective, and your mileage may vary, but I still find...

In the examples that I gave in my initial post, I omitted `define-prefix-command` which is equivalent to the use of `fset` but more elegant, with it you would write: (define-prefix-command...

The following replacement can be used: (global-set-key (kbd "C-λ λ") '("My little interactive lambda." . (lambda () "My little interactive lambda." (interactive) (if (eq (count-windows) 1) (switch-to-buffer nil) (other-window 1)))))

I also experienced the same error on Debian bookworm with local rsync version 3.2.6 protocol version 31, and remote version rsync version 3.2.3 protocol version 31. After failing `RSRYNC_OLD_ARGS=1` properly...

Note that it is fixed in commit [988009a](https://github.com/deajan/osync/commit/988009a438a6b6455783d2933b8af65a80bbe72a). The previous 99f107f still lack an export. May be it would be cleaner in some future release to adopt the new argument...

After blaming the git repo, I see that the culprit is the commit baadcee from 13 march 2023 which fixes the limit by shifting 5 >> 30, which needs 33bits,...

As told above juicefs v1.0.3 compile without error on arm32, at least with a slightly reduced feature list, tikv don't compile, I have successfully compiled juicefs on my armv5l and...

Thank you for this branch. Using the arm32 branch juicefs.lite compile without problem on both armhf and armv5l. If I try to compile juicefs with no tag, tikv has an...