[Bash-completion-devel] Bug#491856: /etc/bash_completion: Please use ssh hostname completion for ssh-copy-id

2008-07-22 Thread Josh Triplett
. ssh-copy-id also has a -i option to specify an identity file, so ideally bash-completion would also complete that option and complete a filename after it. - Josh Triplett -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, &#x

[Bash-completion-devel] Bug#501473: bash-completion: completion for mplayer -skin option looks in /usr/local, not in /usr

2008-10-07 Thread Josh Triplett
Package: bash-completion Version: 20080705 Severity: normal Completion for the mplayer -skin option looks for skins in /usr/local/share/mplayer/Skin, rather than in /usr/share/mplayer/Skin. - Josh Triplett -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy

[Bash-completion-devel] Bug#501479: bash-completion: Many incorrect assumptions based on uname

2008-10-07 Thread Josh Triplett
sh-completion add those same completions to the "cc" command. bash-completion probably assumes that other systems will not have gcc installed as "cc". * The completion for "info" declares a local variable "UNAME" but never uses it. - Josh Triplett --

[Bash-completion-devel] Bug#545411: "man cmd subcmd" now works; please update bash-completion accordingly

2009-09-06 Thread Josh Triplett
clean" rather than manpages starting with "cl". - Josh Triplett -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU c

[Bash-completion-devel] Bug#551780: Same problem here

2010-03-19 Thread Josh Triplett
I encountered the same problem here: any attempt to tab-complete a hostname blocks for a while before reporting errors resolving mDNS names. - Josh Triplett ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http

[Bash-completion-devel] Bug#430501: /etc/skel/.bashrc: bash_completion example in default .bashrc should check for previous inclusion via $BASH_COMPLETION

2010-04-12 Thread Josh Triplett
N so that if both ~/.bashrc and /etc/bash.bashrc source /etc/bash_completion, it doesn't run twice and take twice as long. I do agree that /etc/bash_completion seems like a better place to put this check, but I think *something* should check rather than duplicating work. - Josh Triplett ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

[Bash-completion-devel] Bug#623880: Completions for "man" not made available

2011-04-23 Thread Josh Triplett
Package: bash-completion Version: 1:1.3-2 Severity: normal With the experimental bash-completion, I don't seem to have completions for "man" anymore. Not sure what other completions I've lost. - Josh Triplett -- System Information: Debian Release: wheezy/sid APT prefers u

[Bash-completion-devel] Bug#623880: Bug#623880: Completions for "man" not made available

2011-04-24 Thread Josh Triplett
On Sun, Apr 24, 2011 at 09:00:53AM +0200, David Paleino wrote: > tags 623880 confirmed > thanks > > On Sat, 23 Apr 2011 17:31:41 -0700, Josh Triplett wrote: > > > With the experimental bash-completion, I don't seem to have completions > > for "man" anym

[Bash-completion-devel] Bug#336987: acknowledged by developer (Closing already fixed bugs)

2012-01-07 Thread Josh Triplett
nd this does not appear fixed. "ls $H[tab]" does not complete to "ls $HOME", and the same goes for various other commands. - Josh Triplett ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http:

[Bash-completion-devel] Bug#336987: acknowledged by developer (Closing already fixed bugs)

2012-01-07 Thread Josh Triplett
close 336987 fixed 336987 1:1.99-1 thanks On Sat, Jan 07, 2012 at 04:09:08PM -0800, Josh Triplett wrote: > reopen 336987 > thanks > > On Sat, Jan 07, 2012 at 11:48:05PM +, Debian Bug Tracking System wrote: > > This is an automatic notification regarding your Bug report

[Bash-completion-devel] Bug#655042: Should quickly check if already sourced and do nothing

2012-01-07 Thread Josh Triplett
-completion no longer sets that variable, so the check uses $BASH_COMPLETION_COMPAT_DIR. Either way, I'd suggest that bash-completion should just include the appropriate check directly in its main script, to avoid the need to write it when sourcing the script. - Josh Triplett -- System Inform

[Bash-completion-devel] Bug#698721: Tab-completing $env variables escapes the '$'

2013-01-22 Thread Josh Triplett
Package: bash-completion Version: 1:2.0-1 Severity: normal I tried to tab-complete the following: make -C ~/src/linux/ M=$HOME/src/c[tab] The shell completed $HOME/src/c to the path starting with 'c' that I expected, but also incorrectly changed $HOME to \$HOME. - Josh Triplett

[Bash-completion-devel] Bug#830937: Please support dynamically loading completions from $HOME

2016-07-12 Thread Josh Triplett
Package: bash-completion Version: 1:2.1-4.3 Severity: wishlist bash-completion supports dynamically loading completions from /usr/share/bash-completion/completions. Please consider adding support for dynamically loading completions from $XDG_DATA_HOME/bash-completion/completions (defaulting to ~/

[Bash-completion-devel] Bug#830937: Bug#830937: Please support dynamically loading completions from $HOME

2016-07-12 Thread Josh Triplett
Control: tags -1 + fixed-upstream On Wed, Jul 13, 2016 at 08:34:16AM +0300, Ville Skyttä wrote: > We (upstream) already do this in bash-completion >= 2.2. Thanks! Tagging accordingly. - Josh Triplett ___ Bash-completion-devel mailing lis