Re: [Bash-completion-devel] lpr/lprm bash completion scripts

2011-10-22 Thread Ville Skyttä
On 10/21/2011 05:00 PM, Raphaël Droz wrote: [ searchable mailing-list archives would be nice to avoid duplicated work ] http://dir.gmane.org/gmane.comp.shells.bash.completion.devel ___ Bash-completion-devel mailing list

Re: [Bash-completion-devel] Towards dynamic completion loading

2011-10-22 Thread Ville Skyttä
On 10/20/2011 09:04 PM, David Paleino wrote: On Thu, 20 Oct 2011 20:47:45 +0300, Ville Skyttä wrote: No comments yet? If there are none or there are no strong objections soon, I'm going to merge this to master soon because the way it reorganizes some things makes it hard to merge changes

Re: [Bash-completion-devel] Towards dynamic completion loading

2011-10-22 Thread David Paleino
On Sat, 22 Oct 2011 12:57:49 +0300, Ville Skyttä wrote: On 10/20/2011 09:04 PM, David Paleino wrote: On Thu, 20 Oct 2011 20:47:45 +0300, Ville Skyttä wrote: No comments yet? If there are none or there are no strong objections soon, I'm going to merge this to master soon because the way

Re: [Bash-completion-devel] Towards dynamic completion loading

2011-10-22 Thread Igor Murzov
On Thu, 20 Oct 2011 20:47:45 +0300 Ville Skyttä ville.sky...@iki.fi wrote: No comments yet? If there are none or there are no strong objections soon, I'm going to merge this to master soon I have tested dynamic loading now. That's what I don't like or understand: 1. # If full path below

Re: [Bash-completion-devel] Towards dynamic completion loading

2011-10-22 Thread Igor Murzov
On Sat, 22 Oct 2011 13:00:57 +0300 Ville Skyttä ville.sky...@iki.fi wrote: On 10/03/2011 04:03 AM, Igor Murzov wrote: And maybe it is a good idea to put functions used by more than one completion to its own file. No objections, but on the other hand no hurry either as far as I'm

[Bash-completion-devel] [PATCH 1/2] Don't use full path in the _completion_loader() function.

2011-10-22 Thread Igor Murzov
--- bash_completion |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/bash_completion b/bash_completion index 4bfa4de..84bbe80 100644 --- a/bash_completion +++ b/bash_completion @@ -1817,17 +1817,12 @@ _completion_loader() local compdir=./completions [[

[Bash-completion-devel] [PATCH 2/2] Merge completions/service into the bash_completion script.

2011-10-22 Thread Igor Murzov
Also make this completions work on Slackware GNU/Linux. --- bash_completion | 48 ++-- completions/service | 40 2 files changed, 42 insertions(+), 46 deletions(-) delete mode 100644 completions/service

Re: [Bash-completion-devel] Towards dynamic completion loading

2011-10-22 Thread Igor Murzov
Found a regression. Completing shell variables names no longer works. $ echo $BTAB gives me $ echo \$BASH for dynamic-loading branch. Further hits of tab button give no effect. -- Igor ___ Bash-completion-devel mailing list