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
broken :)
Anyway, I'm fine with having bash_completion git snapshots.
I've just installed bash-completion-git-20090924 with yaourt - works
fine. The only issue is:
dd if -> dd if\=
(but that's not so critical)
Cheers,
Sergey
Strange, for me the completion works fine:
On Thu, Sep 24, 2009 at 5:42 PM, Firmicus wrote:
> Evangelos Foutras a écrit :
>> Eric Bélanger wrote:
>>> On Wed, Sep 23, 2009 at 3:53 PM, Evangelos Foutras
>>> wrote:
>>>
Aaron Griffin wrote:
> On Wed, Sep 23, 2009 at 1:04 PM, Evangelos Foutras
>
> wrote:
> I pushed a
Evangelos Foutras a écrit :
> Eric Bélanger wrote:
>> On Wed, Sep 23, 2009 at 3:53 PM, Evangelos Foutras
>> wrote:
>>
>>> Aaron Griffin wrote:
>>>
On Wed, Sep 23, 2009 at 1:04 PM, Evangelos Foutras
wrote:
I pushed all of your patches. The last one didn't apply cleanly, s
idea to switch bash_completion back
>> > to git snapshots now that development is more active, yet their
>> > releases are few and far between
>> >
>>
>> Haha, I cloned this morning and it was still broken :)
>>
>> Anyway, I'm fine with hav
ir
> > releases are few and far between
> >
>
> Haha, I cloned this morning and it was still broken :)
>
> Anyway, I'm fine with having bash_completion git snapshots.
>
I've just installed bash-completion-git-20090924 with yaourt - works
fine. The only issue is:
dd if -> dd if\=
(but that's not so critical)
Cheers,
Sergey
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
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:
>>
>>
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
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
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
>> >>
* [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
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
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
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
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
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
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
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
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
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
* [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
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
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
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
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
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
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-general] dd and bash_completi
* [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
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
30 matches
Mail list logo