aabacchus

Results 32 comments of aabacchus

You're right. I've changed this following an example from the POSIX specification for `xargs`: prefixing every non-alphanumeric character with a backslash to escape them.

Given the rate of development (3 commits in nearly 7 months), I am willing to maintain a manpage alongside the wiki if that's your worry. Alternatively, you could always add...

Use the community-maintained repo at https://codeberg.org/kiss-community/repo; this repo is (currently) not maintained. (By the way, you don't *have* to do step 17). #383 #386 #390 #394

I suppose the same features could be implemented using `stdlib.setenv` and `unistd.exec` but that would be a) much more verbose, b) probably slower, and c) execve is in POSIX, after...

Indeed, I am currently using this in place of an exece: ```lua -- path is a string, cmd is an array, env is a table -- Despite the variable name,...

If you couldn't build `gnupg1`, the directory `/root/.gnupg/` probably doesn't exist. Are you running as root or a normal user (what is the output of `id -nu`)? What didn't work...

Thanks for noting the `update=false` extra argument. Why does just redisplaying `f` also reset the zoom, does display implicitly call `reset_limits!` and can this behaviour be changed?

Ok, but then why is configure.ac still included?

http://elinks.cz/documentation/installation.html This page, and the `INSTALL` file, also recommend to use the configure script and don't mention meson.