[Touch-packages] [Bug 837882] Re: Vim on Ubuntu is compiled without clipboard and xterm_clipboard support

2015-08-28 Thread Peter Cordes
If you want full-featured vim in a terminal, install vim-gtk and run it as vim. It only opens a new window if you run it as gvim, or vim -g. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu.

[Touch-packages] [Bug 1173728] Re: bash programmable completion not loaded by default

2014-12-02 Thread Peter Cordes
So to be clear, the changes I'm suggesting are: * /etc/skel/.bashrc (pkg=base-files) change the progcomp check to an un-commented # enable programmable completion [[ -e /etc/profile.d/bash_completion.sh ]] . /etc/profile.d/bash_completion.sh * /etc/bash.bashrc (pkg=bash): remove the progcomp

[Touch-packages] [Bug 1221503] Re: completion with ubuntu-bug complains about missing release-upgrade.py

2014-12-01 Thread Peter Cordes
attaching a patch. I think I tested everything I changed. I replaced the loop over ls output with grep -l | sed. I made a bunch of overall changes and improvements to the script, too. When completing an empty word, instead of returning the full list of all available packages, all PIDs, and all

[Touch-packages] [Bug 75695] Re: huge performance hit for -i with UTF-8 locales

2014-12-01 Thread Peter Cordes
with 14.04: time find -name '*.[ch]' | xargs grep -i 'volatile.*s3tc' # en_CA.utf8 real0m44.320s user0m43.777s sys 0m0.459s time find -name '*.[ch]' | LANG=C xargs grep -i 'volatile.*s3tc' real0m2.078s user0m1.795s sys 0m0.381s time find -name '*.[ch]' | xargs grep

[Touch-packages] [Bug 1221503] Re: completion with ubuntu-bug complains about missing release-upgrade.py

2014-11-30 Thread Peter Cordes
You have alias ls='ls -F', and /etc/bash_completion.d/apport_completion fails to use command ls to avoid getting your alias. /etc/bash_completion.d/apport_completion is supplied by apport, so it's a bug in that package. working on a patch now. ** Package changed: bash-completion (Ubuntu) =

[Touch-packages] [Bug 750585] Re: [FFe] support for making linux-libc-dev coinstallable under multiarch

2014-11-29 Thread Peter Cordes
IDK how this got added to bash-completion. It's already an arch:all binary package, since it's just shell code. Ah, I see. False positive from Steve's text search that found: completions/strace:done 2/dev/null /usr/include/asm/unistd.h ./completions/strace:

[Touch-packages] [Bug 750585] Re: [FFe] support for making linux-libc-dev coinstallable under multiarch

2014-11-29 Thread Peter Cordes
just saw Steve's earlier comment, apparently the logic to pick the right unistd_32.h or unistd_64.h was added after that, so this is Fix Released, not Invalid. There's now asm/unistd_x32.h as well. AFAICT from poking around in the kernel source, uname -m should return x86_64 when called from a