[Bug 53887] Re: [patch] Command completion should be enhanced

2014-11-04 Thread Sami Pietila
Upstream has now configuration parameters to make almost desired
behavior.

** Changed in: bash (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/53887

Title:
  [patch] Command completion should be enhanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/53887/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2014-02-20 Thread Sami Pietila
There is now bash 4.3-rc2, which allows show-all-if-ambiguous and menu-
complete-display-prefix to be used at the same time.

However, it seems that bash completes directory names with ending /
symbol. My original patch completed directories without the / so that
user can type / and then push tab to indicate that he/she would like
enter the directory and then continue browsing there.

With bash 4.3-rc2, I am not sure how to continue browsing into a
directory which is shown as an completion.

I sent a question to upstream if there is an option to prevent bash from
writing / at the end of directory name completions when browsing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/53887

Title:
  [patch] Command completion should be enhanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/53887/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2013-01-26 Thread Sami Pietila
For bash 4.2 the maintainers have implemented features which can be
activated to get the wanted behavior. See .inputrc config options.

However, it can be seen from bash-4.2 source code that there is a bug in
the implementation which prevents needed set show-all-if-ambiguous and
set menu-complete-display-prefix to be activated at the same time.

I reported this bug to bash maintainers 2012-March and sent the patch to
fix the bug, but at least ubuntu 12.10 is still shipping a bash version
with the bug.

--- Configuration for .inputrc ---
TAB:menu-complete
set show-all-if-ambiguous on
set menu-complete-display-prefix on
---


** Patch added: A fix for the bug which prevents set show-all-if-ambiguous and 
set menu-complete-display-prefix to be used at the same time.
   
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/53887/+attachment/3500978/+files/complete.c.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/53887

Title:
  [patch] Command completion should be enhanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/53887/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2013-01-25 Thread Alba Nader
Whats the status of this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/53887

Title:
  [patch] Command completion should be enhanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/53887/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2010-08-24 Thread Sami Pietila
I received a reply from upstream asking details about the behavior of
the patch. I sent more detailed explanation about the behavior concept.

-- 
[patch] Command completion should be enhanced
https://bugs.launchpad.net/bugs/53887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2010-08-21 Thread Nigel Babu
Has this patch been forwarded upstream? Could you please take this up?

-- 
[patch] Command completion should be enhanced
https://bugs.launchpad.net/bugs/53887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2010-08-21 Thread Sami Pietila
Hi,

I just sent an email to upstream (bash-maintain...@gnu.org). I just
received:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:



So, I am not sure if anybody receives the mails sent to the upstream,
but let's wait if there will be an answer.

-- 
[patch] Command completion should be enhanced
https://bugs.launchpad.net/bugs/53887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2010-08-21 Thread Nigel Babu
Maybe one of the recipient doesn't exist.  Thanks for forwarding the
patch!

** Tags added: patch-forwarded-upstream

-- 
[patch] Command completion should be enhanced
https://bugs.launchpad.net/bugs/53887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2009-08-25 Thread Sami Pietila
Hi,

There was some changes in bash 4.0, which pervented the bash-3.2 patch
to apply successfully.

Here is a patch for bash 4.0.

Matthias, can you please forward the patch to the upstream? Perhaps you
have better luck than me.

** Attachment added: bash-4.0.diff
   http://launchpadlibrarian.net/30801676/bash-4.0.diff

-- 
[patch] Command completion should be enhanced
https://bugs.launchpad.net/bugs/53887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2009-08-24 Thread Matthias Klose
bash-4.0 was released. does the patch apply for 4.0? could you resend it
upstream, and attach the URL of the email to the bash-bug ML?

-- 
[patch] Command completion should be enhanced
https://bugs.launchpad.net/bugs/53887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53887] Re: [patch] Command completion should be enhanced

2008-11-23 Thread Pablo Castellano
** Summary changed:

- Command completion should be enhanced
+ [patch] Command completion should be enhanced

** Tags removed: bash bashcompletion completion

** Changed in: bash (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[patch] Command completion should be enhanced
https://bugs.launchpad.net/bugs/53887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs