Bug#548545: bash: Bash does not autocomplete anything after a backslash on the command prompt

2010-12-08 Thread Stephen Dranger
It seems to be okay now. Installing bash-complete didn't help at the
time, by the way.

On Wed, Dec 8, 2010 at 9:19 PM, Jonathan Nieder  wrote:
> tags 548545 + moreinfo unreproducible
> quit
>
> Jonathan Nieder wrote:
>
>> Can you still reproduce this problem (perhaps with bash from
>> snapshot.debian.org)?
>
> Can't reproduce with bash 4.0-7 (on i386), either, alas. :(
>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548545: bash: Bash does not autocomplete anything after a backslash on the command prompt

2009-09-26 Thread Stephen Dranger
Package: bash
Version: 4.0-7
Severity: important


When typing on the bash command line, bash refuses to give a list of
possible autocompletions if there is any backslash-escaped characters
already on the line. For example:

$ foo [hit TAB]
foo/bar foo
foo/foo bar

$ foo/bar\ [hit TAB]
[does nothing...]


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bash depends on:
ii  base-files5.0.0  Debian base system miscellaneous f
ii  dash  0.5.5.1-3  POSIX-compliant shell
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand

Versions of packages bash recommends:
pn  bash-completion(no description available)

Versions of packages bash suggests:
pn  bash-doc   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#534103: Reporting success

2009-07-12 Thread Stephen Dranger
Reporting success installing and running this package after applying
the patch/workaround submitted to this bug.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#432813: AttributeError: ActionUpdateDefault instance has no attribute 'runtime'

2007-07-19 Thread Stephen Dranger

I found that adding the following code fixed the problem (which only
occurs during an error):

--- pycentral.old   2007-07-19 14:56:24.0 -0500
+++ pycentral.new   2007-07-19 14:56:17.0 -0500
@@ -1096,6 +1096,11 @@
self.rtname = self.args[1]
packages = read_dpkg_status()
self.needed_packages = []
+self.runtime = None
+for rt in get_installed_runtimes():
+if rt.name == self.rtname:
+self.runtime = rt
+break
for pkgname, vstring in packages:
if vstring.find('current') == -1:
continue

Not sure how correct it is.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]