Re: [PATCH] vi: add expandtab option

2021-04-18 Thread Bernhard Reutner-Fischer
On Fri, 16 Apr 2021 15:50:49 +0100 Ron Yorston wrote: > Peter0x44 wrote: > >> I've haven't signed off on them because I'd like to get a signoff from > >> Peter on the first > >I'm a little confused on what I'm being asked here - should I just > >submit the patch again, with my git user.name cha

Re: [RFC v2 2/2] vi: make de-indentation with ctrl-D more like vim

2021-04-18 Thread Denys Vlasenko
Can I add Signed-off-by: Ron Yorston to your two recent patches? On Sat, Apr 17, 2021 at 10:26 AM Ron Yorston wrote: > > Commit ac6495f6f (vi: allow ctrl-D to reduce indentation) treated > ctrl-D during autoindent as a backspace. This was adequate for > indentation using tabs but doesn't w

Re: [RFC v2 2/2] vi: make de-indentation with ctrl-D more like vim

2021-04-18 Thread Ron Yorston
Denys wrote: >Can I add > > Signed-off-by: Ron Yorston > >to your two recent patches? OK. Could you also add Signed-off-by: Peter D to the first? Peter sent an updated patch with that sign off on Friday and my patch was very much inspired by his. Ron ___

[PATCH] build system: new configuration interface (nconfig)

2021-04-18 Thread Xabier Oneca -- xOneca
This patch adds a more modern-looking interface using ncurses. The implementation does not depend on lxdialog, which is currently distributed with Busybox. The code is borrowed from the Linux kernel source tree, and tweaked to fit and work with Busybox's build system. The revision I arbitrarily se

Re: [PATCH] build system: new configuration interface (nconfig)

2021-04-18 Thread Bernhard Reutner-Fischer
Hi Xabier, On Sun, 18 Apr 2021 19:20:22 +0200 Xabier Oneca -- xOneca wrote: > This patch adds a more modern-looking interface using ncurses. The > implementation does not depend on lxdialog, which is currently distributed > with > Busybox. > > The code is borrowed from the Linux kernel sourc

Re: [PATCH] build system: new configuration interface (nconfig)

2021-04-18 Thread Xabier Oneca -- xOneca
Hi Bernhard, > The usual way to update out kconfig was to pull the upstream version > from the kernel, refresh our patch (if we had one) and commit > both. We usually picked the current stable kernel version and mentioned > that version in the commit message for future reference and updates. > > U

Re: [PATCH] build system: new configuration interface (nconfig)

2021-04-18 Thread Bernhard Reutner-Fischer
On Sun, 18 Apr 2021 21:43:06 +0200 Xabier Oneca -- xOneca wrote: > Hi Bernhard, > > > The usual way to update out kconfig was to pull the upstream version > > from the kernel, refresh our patch (if we had one) and commit > > both. We usually picked the current stable kernel version and mention