Re: [PATCH] lineedit: fix output formatting for tab completion

2010-05-31 Thread Denys Vlasenko
On Sunday 23 May 2010 23:34, Tomas Heinrich wrote: > Hi, > > there are two minor bugs in lineedit's tab completion output with regard > to unicode chars: > > - unicode chars with visual width != 1 cause the columnar output to misalign >$ touch /tmp/ab >$ ls /tmp/^I^I > > - chars configu

Re: [PATCH] Kbuild: fix generating Config.in and Kbuild

2010-05-31 Thread Denys Vlasenko
On Thursday 27 May 2010 14:46, Bernhard Reutner-Fischer wrote: > This stuff is part of the make machinery, so implement it in make > proper. > Avoids spurious, slow re-generation of the generated Config.in and > Kbuild files. Well, our makefile machinery is complex and it tries so hard to not rege

Re: mdev not firing

2010-05-31 Thread Vladimir Dronnikov
> It seems that the kernel is not calling what is given in > /proc/sys/kernel/hotplug or that mdev is not sourcing /etc/mdev.conf You can make /proc/sys/kernel/hotplug point to a helper script (say, /etc/hotplug) which can read: #!/bin/sh set >>/tmp/MDEV echo $@ >>/tmp/MDEV exec /bin/busybox mdev

Re: mdev not firing

2010-05-31 Thread beebee
On 05/30/10 21:33, bee...@piments.com wrote: Hi, sorry to bug with what is likely finger trouble on my part but I can't find a solutions and have wasted far too much time searching for one. I've built BB for ARM with mdev options on Y, but when I plug a usb wifi device mdev.conf is not getting