Re: [vi] moving by sentences is inconsistent

2018-10-08 Thread Nils Reuße
> Theo de Raadt hat am 4. Oktober 2018 um 19:35 > geschrieben: > > > Could be defacto standardized. You need to compare the past. > > Your finger memory has surely discovered this fairly recently. Messing > with older people's finger memory is a very dangerous proposition. > > So go do the

[vi] moving by sentences is inconsistent

2018-10-02 Thread Nils Reuße
Hi, there is a flaw in base vi when moving by sentences, going forward is not equal to going backward. Here's what man vi says: [count] ( [count] ) Move count sentences backward or forward, respectively. A sentence is an area of text that begins with the first nonblank

Re: [ed] fixing the list command

2018-04-03 Thread Nils Reuße
> Nils Reuße <n.reu...@hxgn.net> hat am 27. Februar 2018 um 11:27 geschrieben: > > > Hi there, > > the 'l' command in base ed currently does not mark the end of line with a > '$'. This is documented in the man page (POSIX wants each '$' escaped, and a > fin

[ed] fixing the list command

2018-02-27 Thread Nils Reuße
Hi there, the 'l' command in base ed currently does not mark the end of line with a '$'. This is documented in the man page (POSIX wants each '$' escaped, and a final '$' at EOL). Interestingly, the code to mark EOL is already there, just hidden by the BACKWARDS flag ed is compiled with.

Re: xenocara fontconfig: make slight hinting the default

2017-01-17 Thread Nils Reuße
> Matthieu Herrb <matth...@herrb.eu> hat am 16. Januar 2017 um 23:42 > geschrieben: > > > On Sun, Jan 15, 2017 at 10:37:20AM +0100, Nils Reuße wrote: > > On 01/04/2017 01:19 PM, Nils Reuße wrote: > > > Dear all, > > > > > > fontconfig m

Re: [patch] Enable support for Subpixel Antialiasing / LCD Filter

2017-01-16 Thread Nils Reuße
On 01/15/2017 03:04 PM, Stuart Henderson wrote: Other Linux/BSD systems have this option enabled for a long time now, under them Ubuntu, Debian [2], Freebsd [3], Arch Linux [4] and more. There has been a privious discussion on this list on this topic [5] where tedu@ mentions, that this issue

Re: xenocara fontconfig: make slight hinting the default

2017-01-15 Thread Nils Reuße
On 01/04/2017 01:19 PM, Nils Reuße wrote: Dear all, fontconfig made slight hinting the default in version 2.11.95 (see commit at [1]). xenocara currently ships, but does not install the new hinting conf files: $ cd /usr/xenocara/dist/fontconfig/conf.d/ $ for file in *conf; do if ! test

xenocara fontconfig: make slight hinting the default

2017-01-04 Thread Nils Reuße
Dear all, fontconfig made slight hinting the default in version 2.11.95 (see commit at [1]). xenocara currently ships, but does not install the new hinting conf files: $ cd /usr/xenocara/dist/fontconfig/conf.d/ $ for file in *conf; do if ! test -f /etc/fonts/conf.avail/$file; then echo

mention ext4 in mount.8 and mount_ext2fs.8

2015-10-01 Thread Nils Reuße
Hi tech, i was a bit confused when i tried to mount my ext4-drive; it was not obvious to me that i had to pass the -r/-o ro option to mount the disk. The FAQ is also not very explicit about that: "Some of them have limited support; for instance read-only. "