Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-11 Thread rush
Sorry again, just missed all others in CC. 2012/1/11, Jonathan Nieder jrnie...@gmail.com: Please use a subject line. Often, preserving the subject line of the message you are replying to is enough. Oh, I'm sorry. I don't follow. Isn't COMPAT_DIR _supposed_ to point to

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-11 Thread Jonathan Nieder
rush wrote: 2012/1/11, Jonathan Nieder jrnie...@gmail.com: I don't follow. Isn't COMPAT_DIR _supposed_ to point to /etc/bash_completion.d? Which completion is not working? If I specify /etc/bash_completion.d in this variable noone from /usr/share/bash-completion/completions/ will work. I

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-11 Thread David Paleino
On Wed, 11 Jan 2012 02:39:43 -0600, Jonathan Nieder wrote: rush wrote: 2012/1/11, Jonathan Nieder jrnie...@gmail.com: I don't follow. Isn't COMPAT_DIR _supposed_ to point to /etc/bash_completion.d? Which completion is not working? If I specify /etc/bash_completion.d in this

Bug#648319: [Bash-completion-devel] Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-11 Thread Ville Skyttä
On 2012-01-11 15:41, David Paleino wrote: On Wed, 11 Jan 2012 02:39:43 -0600, Jonathan Nieder wrote: Probably something like local compscript=$(readlink -f $BASH_SOURCE) [[ $compscript == */* ]] compdir=${compscript%/*}/completions in its place would do the trick. Oh, thanks

Bug#648319: Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-11 Thread David Paleino
On Wed, 11 Jan 2012 20:59:19 +0200, Ville Skyttä wrote: On 2012-01-11 15:41, David Paleino wrote: On Wed, 11 Jan 2012 02:39:43 -0600, Jonathan Nieder wrote: Probably something like local compscript=$(readlink -f $BASH_SOURCE) [[ $compscript == */* ]]

Bug#648319: Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-11 Thread Ville Skyttä
On 2012-01-11 21:30, David Paleino wrote: On Wed, 11 Jan 2012 20:59:19 +0200, Ville Skyttä wrote: First, the readlink command does not exist everywhere. Since it's part of the coreutils package in Debian, I supposed it existed on all Linuxes. Surely I don't know about other Unices though

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-11 Thread Jonathan Nieder
Ville Skyttä wrote: I guess Debian will have to implement something like the readlink anyway for backwards compatibility reasons Hmm. I'd rather see the Debian package's behavior remain consistent with upstream. How about this? ---

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job.

2012-01-10 Thread Christoph Anton Mitterer
Hi. Seems the symlink doesn't help, as it's target is not marked executable?! Cheers, Chris. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job.

2012-01-10 Thread David Paleino
On Tue, 10 Jan 2012 23:10:25 +0200, Christoph Anton Mitterer wrote: Seems the symlink doesn't help, as it's target is not marked executable?! Uh? Why should it? David -- . ''`. Debian developer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216 --|--

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job

2012-01-10 Thread Jonathan Nieder
Hi, rush wrote: [Subject: ] Please use a subject line. Often, preserving the subject line of the message you are replying to is enough. You can find string : ${BASH_COMPLETION_COMPAT_DIR:=/etc/bash_completion.d} in /usr/share/bash-completion/bash_completion file. Therefore most of

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job.

2012-01-09 Thread Jonathan Nieder
David Paleino wrote: clone 648319 -1 retitle -1 please fix /etc/bash.bashrc to point to new bash-completion location severity -1 important reassign -1 bash thanks Wow, I can read, really. Will merge the bugs once a bug number is assigned. Sleepily, Jonathan -- To UNSUBSCRIBE, email

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job.

2012-01-08 Thread David Paleino
clone 648319 -1 retitle -1 please fix /etc/bash.bashrc to point to new bash-completion location severity -1 important reassign -1 bash thanks On Thu, 10 Nov 2011 16:01:54 +0100, Simon Chopin wrote: Hi ! When using the experimental bash-completion package, I noticed that the completion

Bug#648319: bash-completion: /etc/bash_completion script doesn't do the job.

2011-11-10 Thread Simon Chopin
Package: bash-completion Version: 1:1.90-1 Severity: normal Hi ! When using the experimental bash-completion package, I noticed that the completion wouldn't work anymore when using the code snippet found in the default /etc/bash.bashrc, which refers to /etc/bash_completion. I assume that at