[Bug 415762] New: quilt fold < ~/<TAB> broken
https://bugzilla.novell.com/show_bug.cgi?id=415762 Summary: quilt fold < ~/<TAB> broken Product: openSUSE 11.1 Version: Factory Platform: PowerPC-64 OS/Version: Linux Status: NEW Severity: Blocker Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: olh@novell.com QAContact: qa@suse.de Found By: --- I'm used to stuff like 'quilt fold < ~/<TAB>', but this is broken with current factory. At least it does not work on full-ppc64, raspberry.suse.de pressing TAB after a quilt command does just nothing. I expected that pathnames are expanded as they were in 11.0 -- 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=415762 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415762#c1 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com AssignedTo|pth@novell.com |werner@novell.com --- Comment #1 from Philipp Thomas <pth@novell.com> 2008-08-08 09:04:20 MDT --- As I guess this to be case of tab expansion, assigning to bash maintainer. -- 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=415762 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415762#c2 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|werner@novell.com |mkoenig@novell.com Severity|Blocker |Minor --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2008-08-08 09:58:20 MDT --- Deinstall bash-completion .. this has nothing todo with bash nor with /etc/profile.d/complete.bash -- 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=415762 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415762#c3 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mkoenig@novell.com |bwalle@novell.com --- Comment #3 from Matthias Koenig <mkoenig@novell.com> 2008-08-12 08:21:01 MDT --- The quilt completion file is part of the quilt package. Reassigning to quilt maintainer. -- 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=415762 Bernhard Walle <bwalle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=415762 User bwalle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415762#c4 Bernhard Walle <bwalle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |agruen@novell.com --- Comment #4 from Bernhard Walle <bwalle@novell.com> 2008-08-12 08:43:29 MDT --- Andreas, do you think you can apply that fix to upstream CVS? diff -u -r1.24 bash_completion --- bash_completion 3 Feb 2006 12:05:30 -0000 1.24 +++ bash_completion 12 Aug 2008 14:41:04 -0000 @@ -184,6 +184,7 @@ COMPREPLY=( $( compgen -W "0 1" -- $cur ) ) ;; *) + _quilt_comfile COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-p" -- $cur ) ) ;; esac -- 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=415762 User bwalle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415762#c5 --- Comment #5 from Bernhard Walle <bwalle@novell.com> 2008-08-12 08:57:12 MDT --- Package submitted to Autobuild so far. -- 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=415762 User agruen@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415762#c6 Andreas Gruenbacher <agruen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agruen@novell.com Status|NEEDINFO |RESOLVED Info Provider|agruen@novell.com | Resolution| |FIXED --- Comment #6 from Andreas Gruenbacher <agruen@novell.com> 2008-09-03 01:52:19 MDT --- Applied upstream. Thanks. -- 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