[Bug 631454] New: bash completions again :-(
http://bugzilla.novell.com/show_bug.cgi?id=631454 http://bugzilla.novell.com/show_bug.cgi?id=631454#c0 Summary: bash completions again :-( Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- Blocker: --- 1) mkdir empty cd empty mkdir "a b" cd a?b<TAB> beeps but does not expand. cd a*b<TAB> works though. same with rmdir (that's where I noticed it) etc. # complete | grep rmdir complete -o default -o dirnames -o nospace -F _cd_ rmdir # rpm -qf /etc/profile.d/complete.bash aaa_base-11.3-7.2.x86_64 after "complete -r rmdir" "rmdir a?b<TAB>" works as expected... 2) YANC (yet anouther nasty completion;) : cd /etc/*.d<TAB> clears everything behind /etc/ and does *not* display all possible completions as expected :-( after "complete -r cd" this again works as expected: 1st <TAB> : beep and no change in the input line 2nd <TAB> : show all possible completions -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=631454 https://bugzilla.novell.com/show_bug.cgi?id=631454#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |werner@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=631454 https://bugzilla.novell.com/show_bug.cgi?id=631454#c Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Severity|Normal |Enhancement -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=631454 https://bugzilla.novell.com/show_bug.cgi?id=631454#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2010-09-15 12:04:03 UTC --- This on is fixed with next release -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com