[Bash-completion-devel] Des économies d’énergie pour votre maison grâce à la géolocalisation

2014-03-16 Thread Solar Test
Vous recevez cet email car vous êtes inscrit à la base M.E.S. Si le message ci-dessous ne s'affiche pas correctement, vous pouvez consulter la version en ligne. [http://s1.emailing-factory.fr/static/n/npNjm66MuORSs5RVKIXDGv/c/xls8eb78a76fd1849d0b29cfe6936]

[Bash-completion-devel] Bug#741860: bash-completion 1:2.1-2 tab-completion is broken

2014-03-16 Thread shirish शिरीष
Package: bash-completion Version: 1:2.1-2 Severity: important Dear Maintainer, I do not know whether the issue is with bash or bash-completion but either way it's broken. This happened though few days ago only. This is what happens when I try to use tab-completion. [download] Destination:

[Bash-completion-devel] Bug#741479: Is #741860 the same issue/bug as described in the bugs or this is a new bug ?

2014-03-16 Thread shirish शिरीष
Dear bash-completion users and reporters, I have experienced some issue as yours and some more things . As I'm a bit of a newbie as far as bash-completion I don't know whether it's part of the same bug or it's the same bug which also has this mis-feature. Any guidance would be good. --

[Bash-completion-devel] Bug#741657: Bug#741657: /etc/profile.d/bash_completion.sh: non portable return from a dot script

2014-03-16 Thread Ville Skyttä
Fixed upstream, thanks for the report. http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=commitdiff;h=867282a ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-devel] Bug#741860: using -x to find the issue in bash-completion.

2014-03-16 Thread shirish शिरीष
Hi all, Here's some more digging :- $ ls Net* Network Mapping-_uIOdTfp6Pw.en.srt Network Mapping-_uIOdTfp6Pw.mp4 $ set -x $ touch Net+ local cur prev words cword split + _init_completion -s + local exclude= flag outx errx inx OPTIND=1 + getopts n:e:o:i:s flag -s + case $flag in + split=false

[Bash-completion-devel] Bug#741903: bash-completion: only directories listed when path starts with ~/

2014-03-16 Thread Paul Brossier
Package: bash-completion Version: 1:2.1-2 Severity: normal Dear Maintainer, I'm not sure this is the package causing the bug, but since recently, a path starting with ~/ only gets completed with directories, not files. Here is an example: $ mkdir ~/testing_completion $ touch

[Bash-completion-devel] Bug#741860: some more digging about bash-completion.

2014-03-16 Thread shirish शिरीष
Hi all, I did some more digging. Apparently it seems that as root bash-completion performs it tasks correctly. It's only when as a user it does not. root@debian# touch Network\ Mapping-_uIOdTfp6Pw. tab key Network Mapping-_uIOdTfp6Pw.mp4 Network Mapping-_uIOdTfp6Pw.srt This is the desired