Mailinglist Archive: opensuse-bugs (4913 mails)
| < Previous | Next > |
[Bug 583667] bash completion (with TAB key) gets confused by special character, e.g. (
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 11 Mar 2010 07:16:03 +0000
- Message-id: <20100311071603.666B124551B@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=583667
http://bugzilla.novell.com/show_bug.cgi?id=583667#c2
Marco Poletti <poletti.marco@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |Winfrid.Tschiedel@t-online.
| |de
--- Comment #2 from Marco Poletti <poletti.marco@xxxxxxxxx> 2010-03-11 08:16:02
CET ---
@Winfrid:
Are you using plain bash's completion, or the extended completion provided by
the bash-completion package?
It works for me with bash-completion installed and this code in my
/etc/profile.local:
# Enable bash-completion-lib
if [ -f /etc/bash_completion ]
then
. /etc/bash_completion
fi
Note that your changes to /etc/profile.local will take effect at the next boot.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=583667#c2
Marco Poletti <poletti.marco@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |Winfrid.Tschiedel@t-online.
| |de
--- Comment #2 from Marco Poletti <poletti.marco@xxxxxxxxx> 2010-03-11 08:16:02
CET ---
@Winfrid:
Are you using plain bash's completion, or the extended completion provided by
the bash-completion package?
It works for me with bash-completion installed and this code in my
/etc/profile.local:
# Enable bash-completion-lib
if [ -f /etc/bash_completion ]
then
. /etc/bash_completion
fi
Note that your changes to /etc/profile.local will take effect at the next boot.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |