[Bash-completion-devel] Bug#549550:

2013-11-21 Thread Ken Sharp
Have any changes been made? 2.x series is in Testing.
___
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

[Bash-completion-devel] Bug#549550: [PATCH] bash-completion: Defined functions clash with user environment

2010-06-11 Thread David Paleino
tags 549550 confirmed upstream
user bash-completion-devel@lists.alioth.debian.org
usertags 549550 target-2.0
thanks

Hello,

On Sun, 04 Oct 2009 13:33:34 +0300, Jari Aalto wrote:

 PROBLEM
 
 By installing bash completion package, there are serious environment
 clashes. The function in the package do not have distinct prefixes to
 differentiate them from the user's aliases and functions; so
 there will be an inevitable clash at some point.
 [..]

We have already planned it for quite some time, it's in our roadmap for 2.0:

  http://wiki.debian.org/Teams/BashCompletion/Proposals/Roadmap

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature
___
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel


Re: [Bash-completion-devel] Bug#549550: [PATCH] bash-completion: Defined functions clash with user environment

2009-10-04 Thread Freddy Vulto
On Sun, Oct 4, 2009 at 12:33 PM, Jari Aalto jari.aa...@cante.net wrote:
 By installing bash completion package, there are serious environment
 clashes. The function in the package do not have distinct prefixes to
 differentiate them from the user's aliases and functions; so
 there will be an inevitable clash at some point.

Thanks for the report/patch.  I agree we should really claim a bash
'namespace' by prefixing all functions.  But since we have backwards
compatibility to worry about if we rename all functions, I think we'd best
implement such a major change for a next major release ( 1.1).

I've proposed prefixing within the roadmap (see
http://wiki.debian.org/Teams/BashCompletion/Proposals/Roadmap) as an
objective for version 2.0 (?): * create namespace by prefixing all
functions with ...?

Maybe we'd better vote about the prefix also.  I was thinking of using `comp_'
and `_comp_' prefixes.


Regards,

Freddy Vulto
http://fvue.nl

___
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel