Re: [arch-general] dd and bash_completion

2009-10-12 Thread Aaron Griffin
On Sun, Oct 11, 2009 at 9:57 AM, clemens fischer wrote: > On Thu-2009/09/24-22:24 Aaron Griffin wrote: > >> And this appears to be fixed in git >> >> http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2 >> http://code.phraktured.net/cgit.cgi/bash-

Re: [arch-general] dd and bash_completion

2009-10-11 Thread Xavier
On Sun, Oct 11, 2009 at 4:57 PM, clemens fischer wrote: > On Thu-2009/09/24-22:24 Aaron Griffin wrote: > >> And this appears to be fixed in git >> >> http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2 >> http://code.phraktured.net/cgit.cgi/bash-

Re: [arch-general] dd and bash_completion

2009-10-11 Thread clemens fischer
On Thu-2009/09/24-22:24 Aaron Griffin wrote: > And this appears to be fixed in git > > http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2 > http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f871fe4101ed89cb98e201aed8c975fd3061905b

Re: [arch-general] dd and bash_completion

2009-10-09 Thread Xavier
On Thu, Sep 24, 2009 at 10:28 PM, Aaron Griffin wrote: >> >> And this appears to be fixed in git >> >> http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2 >> http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f871fe4101ed89cb98e201aed

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Aaron Griffin
On Thu, Sep 24, 2009 at 10:30 PM, Armando M. Baratti wrote: > Strange, for me the completion works fine: > $ dd if=/h > $ dd if=/home > > The only thing is I'm not using the package bash-completion, but bash > completion works anyway for me. > Maybe someone could try to remove bash-completion pack

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Armando M. Baratti
Sergey Manucharian wrote: On Thu, 24 Sep 2009 22:40:28 +0200 Thomas Bächler wrote: Aaron Griffin schrieb: And this appears to be fixed in git http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2 http://code.phraktured.net/cgit.cgi/bash-compl

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Aaron Griffin
On Thu, Sep 24, 2009 at 3:48 PM, Sergey Manucharian wrote: > On Thu, 24 Sep 2009 22:40:28 +0200 > Thomas Bächler wrote: > >> Aaron Griffin schrieb: >> >> And this appears to be fixed in git >> >> >> >> http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Sergey Manucharian
On Thu, 24 Sep 2009 22:40:28 +0200 Thomas Bächler wrote: > Aaron Griffin schrieb: > >> And this appears to be fixed in git > >> > >> http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2 > >> http://code.phraktured.net/cgit.cgi/bash-completion/com

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Bächler
Aaron Griffin schrieb: And this appears to be fixed in git http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2 http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f871fe4101ed89cb98e201aed8c975fd3061905b I can confirm this is fixed

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Aaron Griffin
On Thu, Sep 24, 2009 at 3:24 PM, Aaron Griffin wrote: > On Thu, Sep 24, 2009 at 3:15 PM, Aaron Griffin > wrote: >> On Thu, Sep 24, 2009 at 2:41 PM, Thomas Göbel wrote: >>> * [24.09.2009 21:27]: On Thu, Sep 24, 2009 at 7:39 AM, Thomas Bächler wrote: > Xavier schrieb: >> >>

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Aaron Griffin
On Thu, Sep 24, 2009 at 3:15 PM, Aaron Griffin wrote: > On Thu, Sep 24, 2009 at 2:41 PM, Thomas Göbel wrote: >> * [24.09.2009 21:27]: >>> On Thu, Sep 24, 2009 at 7:39 AM, Thomas Bächler >>> wrote: >>> > Xavier schrieb: >>> >> >>> >> I just tried git, before realizing there was a good pkgbuild

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Xavier
On Thu, Sep 24, 2009 at 10:15 PM, Aaron Griffin wrote: > > Ah, well obviously it's more complicated than I though. > > The point is, that the COMP_WORDBREAKS setting, is splitting "if=" > into "if" and "=", which doesn't match the case statement. > > If we want to fix this just for dd, we need to

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Aaron Griffin
On Thu, Sep 24, 2009 at 2:41 PM, Thomas Göbel wrote: > * [24.09.2009 21:27]: >> On Thu, Sep 24, 2009 at 7:39 AM, Thomas Bächler wrote: >> > Xavier schrieb: >> >> >> >> I just tried git, before realizing there was a good pkgbuild for it : >> >> http://aur.archlinux.org/packages.php?ID=27520 >> >>

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Göbel
* [24.09.2009 21:27]: > On Thu, Sep 24, 2009 at 7:39 AM, Thomas Bächler wrote: > > Xavier schrieb: > >> > >> I just tried git, before realizing there was a good pkgbuild for it : > >> http://aur.archlinux.org/packages.php?ID=27520 > >> > >> and it does not work either. > > > > I also checked the

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Aaron Griffin
On Thu, Sep 24, 2009 at 7:39 AM, Thomas Bächler wrote: > Xavier schrieb: >> >> I just tried git, before realizing there was a good pkgbuild for it : >> http://aur.archlinux.org/packages.php?ID=27520 >> >> and it does not work either. > > I also checked the git code for dd and it is identical to th

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Aaron Griffin
On Thu, Sep 24, 2009 at 7:38 AM, Thomas Bächler wrote: > Xavier schrieb: >> >> On Thu, Sep 24, 2009 at 2:32 PM, Thomas Bächler >> wrote: >>> >>> Xavier schrieb: Before this update, bash completion was enabled by default only for login shells. After this update, only for non lo

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Bächler
Xavier schrieb: I just tried git, before realizing there was a good pkgbuild for it : http://aur.archlinux.org/packages.php?ID=27520 and it does not work either. I also checked the git code for dd and it is identical to the 1.0 code. signature.asc Description: OpenPGP digital signature

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Bächler
Xavier schrieb: On Thu, Sep 24, 2009 at 2:32 PM, Thomas Bächler wrote: Xavier schrieb: Before this update, bash completion was enabled by default only for login shells. After this update, only for non login shells. Wrong. /etc/profile.d/bash_completion.sh still exists and is executed for logi

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Xavier
On Thu, Sep 24, 2009 at 2:32 PM, Thomas Bächler wrote: > Xavier schrieb: >> >> Before this update, bash completion was enabled by default only for >> login shells. >> After this update, only for non login shells. > > Wrong. /etc/profile.d/bash_completion.sh still exists and is executed for > login

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Xavier
On Thu, Sep 24, 2009 at 2:17 PM, Xavier wrote: > > About dd completion problems, maybe someone should try last git code : > http://git.debian.org/?p=bash-completion/bash-completion.git;a=summary > And if it does not work, report a bug there : > http://alioth.debian.org/tracker/?atid=413095&group_i

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Bächler
Xavier schrieb: Before this update, bash completion was enabled by default only for login shells. After this update, only for non login shells. Wrong. /etc/profile.d/bash_completion.sh still exists and is executed for login shells. signature.asc Description: OpenPGP digital signature

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Alessandro Doro
On Thu, Sep 24, 2009 at 02:17:23PM +0200, Xavier wrote: > On Thu, Sep 24, 2009 at 2:08 PM, Alessandro Doro wrote: > > On Wed, Sep 23, 2009 at 01:15:25PM +0200, Thomas Göbel wrote: > >> Hi all, > >> > >> i noticed that bash_completion and dd do not work together. Tiping dd > >> if=/h will not compl

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Bächler
Alessandro Doro schrieb: On Wed, Sep 23, 2009 at 01:15:25PM +0200, Thomas Göbel wrote: Hi all, i noticed that bash_completion and dd do not work together. Tiping dd if=/h will not complete to if=/home. Without bash_completion everything works fine. Maybo someone knows how to fix this? After t

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Göbel
* [24.09.2009 14:14]: > After these updates: > [2009-09-24 13:23] upgraded bash (4.0.028-1 -> 4.0.033-1) > [2009-09-24 13:23] upgraded bash-completion (1.0-2 -> 1.0-3) > completion of file/directory names after if= works here. > > The completion of the dd command line options doesn't work. I als

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Xavier
On Thu, Sep 24, 2009 at 2:08 PM, Alessandro Doro wrote: > On Wed, Sep 23, 2009 at 01:15:25PM +0200, Thomas Göbel wrote: >> Hi all, >> >> i noticed that bash_completion and dd do not work together. Tiping dd >> if=/h will not complete to if=/home. Without bash_completion >> everything works fine. M

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Alessandro Doro
On Wed, Sep 23, 2009 at 01:15:25PM +0200, Thomas Göbel wrote: > Hi all, > > i noticed that bash_completion and dd do not work together. Tiping dd > if=/h will not complete to if=/home. Without bash_completion > everything works fine. Maybo someone knows how to fix this? > After these updates: [20

Re: [arch-general] dd and bash_completion

2009-09-24 Thread hollunder
On Thu, 24 Sep 2009 13:42:20 +0200 Daniel Riedemann wrote: > Hello all, > > I can confirm this behaviour, so it doesn't work for me either. I > switched to zsh and the grml-config... but if you have a solution I > would be also very interested in. > > Regards I just tried it (never used dd) a

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Daniel Riedemann
Hello all, I can confirm this behaviour, so it doesn't work for me either. I switched to zsh and the grml-config... but if you have a solution I would be also very interested in. Regards

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Bächler
goodme...@gmail.com schrieb: I have the same problems. Maybe it is a good design? After all, dd is a danger cmd It is supposed to work if you look at /etc/bash_completion and search for _dd. signature.asc Description: OpenPGP digital signature

Re: [arch-general] dd and bash_completion

2009-09-24 Thread goodmenzy
I have the same problems. Maybe it is a good design? After all, dd is a danger cmd On 2009-09-24 09:27:35, Thomas B鋍hler wrote: > Date: Thu, 24 Sep 2009 09:27:35 +0200 > From: Thomas B鋍hler > To: General Discusson about Arch Linux > Subject: Re: [arch-gen

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Göbel
* [24.09.2009 12:00]: > On Wed, Sep 23, 2009 at 01:15:25PM +0200, Thomas Göbel wrote: > > Hi all, > > > > i noticed that bash_completion and dd do not work together. Tiping dd > > if=/h will not complete to if=/home. Without bash_completion > > everything works fine. Maybo someone knows how to fi

Re: [arch-general] dd and bash_completion

2009-09-24 Thread Thomas Bächler
Thomas Göbel schrieb: Hi all, i noticed that bash_completion and dd do not work together. Tiping dd if=/h will not complete to if=/home. Without bash_completion everything works fine. Maybo someone knows how to fix this? Same here. If you come up with a fix, tell me. signature.asc Descripti

Re: [arch-general] dd and bash_completion

2009-09-23 Thread Partha Chowdhury
On Wed, Sep 23, 2009 at 01:15:25PM +0200, Thomas Göbel wrote: > Hi all, > > i noticed that bash_completion and dd do not work together. Tiping dd > if=/h will not complete to if=/home. Without bash_completion > everything works fine. Maybo someone knows how to fix this? > here it works fine. Do

[arch-general] dd and bash_completion

2009-09-23 Thread Thomas Göbel
Hi all, i noticed that bash_completion and dd do not work together. Tiping dd if=/h will not complete to if=/home. Without bash_completion everything works fine. Maybo someone knows how to fix this? Tom -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against propri