Re: delete ligature support for Arabic "la" from the less(1) command line

2019-08-31 Thread Mohammadreza Abdollahzadeh
Hi Ingo, Persian is my native language and I think that the major problem that all RTL (Right-To-Left) languages like Persian and Arabic currentlly suffer from is the lack of BiDi (Bidirectionality) support in console and terminal environment like xterm(1). KDE konsole(1) support bidi and that's

Re: delete ligature support for Arabic "la" from the less(1) command line

2019-08-31 Thread Evan Silberman
Ingo Schwarze wrote: > I have no idea how many of those work in konsole(1) - but i'm sure > none of those, except the four LAM WITH ALEF discussed here, work > with less(1), so i think support for LAM WITH ALEF provided no value > in the first place. The way it is implemented, with an ad-hoc

delete ligature support for Arabic "la" from the less(1) command line

2019-08-31 Thread Ingo Schwarze
Hi, i have to admit that i am neither able to speak nor to write nor to understand the Arabic language nor the Arabic script, but here is my current, probably incomplete understanding of what our less(1) program is trying to do with Arabic ligatures. If somebody is reading this who is able to

Re: sxiccmu - A64 support

2019-08-31 Thread Mark Kettenis
> Date: Thu, 29 Aug 2019 00:50:02 +0200 > From: Krystian Lewandowski > > Hello Mark, > below is the patch I'm using for a while now on Pinebook and A64+. > I thought, if it's good enough maybe it could be accepted to the main > tree. > > I used it with device tree entries below, apm was able to

Re: [Patch] smtp(1) with proto "smtps" should default to port smtps/465

2019-08-31 Thread gilles
no you're not, i'll commit this tomorrow unless eric@ beats me to it 31 août 2019 13:57 "Ross L Richardson" a écrit: > ...unless I'm very mistaken! > > Ross > > > Index: smtpc.c > === > RCS file:

[Patch] smtp(1) with proto "smtps" should default to port smtps/465

2019-08-31 Thread Ross L Richardson
...unless I'm very mistaken! Ross Index: smtpc.c === RCS file: /cvs/src/usr.sbin/smtpd/smtpc.c,v retrieving revision 1.6 diff -u -p -r1.6 smtpc.c --- smtpc.c 2 Jul 2019 09:36:20 - 1.6 +++ smtpc.c 31 Aug 2019

[patch] pstat: print names for msts and endrun line discs

2019-08-31 Thread Iain R. Learmonth
Hi, I've been working on a line discipline for something else and I noticed that the msts and endrun line disciplines are not displayed in pstat. Here attached is a simple patch that fixes the issue. This is also a practice run for me at submitting patches, so please let me know if I'm doing

Re: route, arp, ndp padding

2019-08-31 Thread Claudio Jeker
On Sat, Aug 31, 2019 at 12:07:21AM +0200, Alexander Bluhm wrote: > On Fri, Aug 30, 2019 at 09:54:49PM +0200, Claudio Jeker wrote: > > Just throw a struct sockaddr_storage in that union. It will make sure > > there is enough space for everything and then you can skip the MAXIMUM > > dance you do