Re: [Bash-completion-devel] typo/enhancements for styleguide.txt

2011-12-04 Thread Ville Skyttä
On 12/04/2011 08:49 PM, Raphaël Droz wrote: > 0001-Typo-in-doc-styleguide.txt.patch > -[[ ]] vs [ ] > +[[ ]] vs [ ] This is incorrect, it breaks the asciidoc build: $ ./makeHtml.sh FAILED: styleguide.txt: line 30: illegal style name: [ ]] vs [ a2x: failed: asciidoc --doctype=book --unsafe -b d

Re: [Bash-completion-devel] mount, umount completions

2011-12-04 Thread Raphaël Droz
On Mon, Dec 05, 2011 at 12:06:08AM +0400, Igor Murzov wrote: > > yeah, the first use-case now works; > > $ umount pri > > completes to "private". thanks ! > > > > Still, umount ../pri does not > > That's strange, it works fine for me. forgot to say that in my real use-case the directory is calle

Re: [Bash-completion-devel] typo/enhancements for styleguide.txt

2011-12-04 Thread Igor Murzov
On Sun, 4 Dec 2011 19:49:33 +0100 Raphaël Droz wrote: > -[[ ]] vs [ ] > +[[ ]] vs [ ] This is not a typo. Your patch breaks makeHtml.sh. -- Igor ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth

Re: [Bash-completion-devel] mount, umount completions

2011-12-04 Thread Igor Murzov
> yeah, the first use-case now works; > $ umount pri > completes to "private". thanks ! > > Still, umount ../pri does not That's strange, it works fine for me. -- Igor ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.o

[Bash-completion-devel] typo/enhancements for styleguide.txt

2011-12-04 Thread Raphaël Droz
you may want to squash them (2/3 is useless). [ I used gitorious as a way to backup code before I understood how bad the idea was in respect to "git rebase" abilities ] I need myself to dig the last question before adding some explanations: COMPREPLY=( ... -- $cur ) or COMPREPLY=( ... -- "$cur"

[Bash-completion-devel] wget(1) completion

2011-12-04 Thread Raphaël Droz
back with this one [ http://lists.alioth.debian.org/pipermail/bash-completion-devel/2009-March/001088.html ] Raph proc setup {} { save_env } proc teardown {} { assert_env_unmodified } setup assert_complete_any "wget --" sync_after_int teardown 5874087 Various enhancements f

Re: [Bash-completion-devel] mount, umount completions

2011-12-04 Thread Raphaël
On Sun, Dec 04, 2011 at 05:58:27PM +0400, Igor Murzov wrote: > > > But I've *guessed* something else: > > > > > > $ umount > > > # list the entries including /home/me/private > > > $ cd /home/me > > > $ umount pri > > > # list pri* with filedir -d instead of "private" only > > > > I've tried to

Re: [Bash-completion-devel] mount, umount completions

2011-12-04 Thread Igor Murzov
> > But I've *guessed* something else: > > > > $ umount > > # list the entries including /home/me/private > > $ cd /home/me > > $ umount pri > > # list pri* with filedir -d instead of "private" only > > I've tried to fix this: > http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completio

[Bash-completion-devel] [bash-completion-Bugs][313461] [module-init-tools] Follow symlinks while looking for kernel modules

2011-12-04 Thread bash-completion-bugs
Bugs item #313461, was changed at 2011-12-02 08:23 by Igor Murzov You can respond by visiting: https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313461&group_id=100114 >Status: Closed Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: [module-init-tools] Foll