Debian Bug report logs - #239755
bash: Bug in commandline completion

version graph

Package: bash-completion; Maintainer for bash-completion is Gabriel F. T. Gomes <gabriel@debian.org>; Source for bash-completion is src:bash-completion (PTS, buildd, popcon).

Reported by: Ajay Shah <ajayshah@mayin.org>

Date: Wed, 24 Mar 2004 05:48:03 UTC

Severity: normal

Tags: upstream

Fixed in version bash-completion/20080705

Done: David Paleino <d.paleino@gmail.com>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#239755; Package bash. (full text, mbox, link).


Acknowledgement sent to Ajay Shah <ajayshah@mayin.org>:
New Bug report received and forwarded. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Ajay Shah <ajayshah@mayin.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: bash: Bug in commandline completion
Date: Wed, 24 Mar 2004 11:08:27 +0530
Package: bash
Version: 2.05b-14
Severity: normal

I wanted to say:

$ cat /dev/null | mutt sue -s "You knew these?" `manyattach.sh h*`

I went till the 2nd last letter "h" of the last backquotes and did tab
tab.
At that point, this happens:

$ cat /dev/null | mutt sue -s "You knew these?" `manyattach.sh hused: -e expression #1, char 51: Unterminated `s' command
sed: -e expression #1, char 51: Unterminated `s' command
sed: -e expression #1, char 51: Unterminated `s' command
sed: -e expression #1, char 51: Unterminated `s' command

Each time I press tab, one more of these error messages is emitted.

It may be useful for you to know that :

$ ls
belllabs.ps       huangkhanna2.pdf  outsourcing.pdf  syria.ps
huangkhanna1.pdf  huangkhanna3.pdf  outsourcing.ps   wrongstuff.ps

Hope this helps,

     -ans.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.17
Locale: LANG=C, LC_CTYPE=C

Versions of packages bash depends on:
ii  base-files                3.0.13         Debian base system miscellaneous f
ii  libc6                     2.3.2.ds1-11   GNU C Library: Shared libraries an
ii  libncurses5               5.3.20030719-5 Shared libraries for terminal hand

-- no debconf information


-- 
Ajay Shah                                                   Consultant
ajayshah@mayin.org                      Department of Economic Affairs
http://www.mayin.org/ajayshah           Ministry of Finance, New Delhi



Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#239755; Package bash. (full text, mbox, link).


Acknowledgement sent to Ajay Shah <ajayshah@mayin.org>, 239755@bugs.debian.org, ian@caliban.org:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #10 received at 239755@bugs.debian.org (full text, mbox, reply):

From: Matthias Klose <doko@cs.tu-berlin.de>
To: Ajay Shah <ajayshah@mayin.org>, 239755@bugs.debian.org
Cc: ian@caliban.org
Subject: Re: Bug#239755: bash: Bug in commandline completion
Date: Sat, 1 May 2004 08:50:29 +0200
yes, the completion in the middle of a command line doesn't work well.

Ajay Shah writes:
> Package: bash
> Version: 2.05b-14
> Severity: normal
> 
> I wanted to say:
> 
> $ cat /dev/null | mutt sue -s "You knew these?" `manyattach.sh h*`
> 
> I went till the 2nd last letter "h" of the last backquotes and did tab
> tab.
> At that point, this happens:
> 
> $ cat /dev/null | mutt sue -s "You knew these?" `manyattach.sh hused: -e expression #1, char 51: Unterminated `s' command
> sed: -e expression #1, char 51: Unterminated `s' command
> sed: -e expression #1, char 51: Unterminated `s' command
> sed: -e expression #1, char 51: Unterminated `s' command
> 
> Each time I press tab, one more of these error messages is emitted.
> 
> It may be useful for you to know that :
> 
> $ ls
> belllabs.ps       huangkhanna2.pdf  outsourcing.pdf  syria.ps
> huangkhanna1.pdf  huangkhanna3.pdf  outsourcing.ps   wrongstuff.ps
> 
> Hope this helps,
> 
>      -ans.



Noted your statement that Bug has been forwarded to ian@caliban.org. Request was from Matthias Klose <doko@cs.tu-berlin.de> to control@bugs.debian.org. (full text, mbox, link).


Tags added: upstream Request was from Matthias Klose <doko@cs.tu-berlin.de> to control@bugs.debian.org. (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#239755; Package bash. (full text, mbox, link).


Acknowledgement sent to Ian Macdonald <ian@caliban.org>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #19 received at 239755@bugs.debian.org (full text, mbox, reply):

From: Ian Macdonald <ian@caliban.org>
To: Ajay Shah <ajayshah@mayin.org>, 239755@bugs.debian.org, ian@caliban.org
Subject: Re: Bug#239755: bash: Bug in commandline completion
Date: Mon, 24 May 2004 00:56:25 -0700
On Sat 01 May 2004 at 08:50:29 +0200, you wrote:

> yes, the completion in the middle of a command line doesn't work well.

It's a known limitation of the bash completion mechanism, I'm afraid.
Basically, I can't offer you a workaround at present.

> Ajay Shah writes:
> > Package: bash
> > Version: 2.05b-14
> > Severity: normal
> > 
> > I wanted to say:
> > 
> > $ cat /dev/null | mutt sue -s "You knew these?" `manyattach.sh h*`
> > 
> > I went till the 2nd last letter "h" of the last backquotes and did tab
> > tab.
> > At that point, this happens:
> > 
> > $ cat /dev/null | mutt sue -s "You knew these?" `manyattach.sh hused: -e expression #1, char 51: Unterminated `s' command
> > sed: -e expression #1, char 51: Unterminated `s' command
> > sed: -e expression #1, char 51: Unterminated `s' command
> > sed: -e expression #1, char 51: Unterminated `s' command
> > 
> > Each time I press tab, one more of these error messages is emitted.
> > 
> > It may be useful for you to know that :
> > 
> > $ ls
> > belllabs.ps       huangkhanna2.pdf  outsourcing.pdf  syria.ps
> > huangkhanna1.pdf  huangkhanna3.pdf  outsourcing.ps   wrongstuff.ps

Ian
-- 
Ian Macdonald               | True to our past we work with an inherited,
System Administrator        | observed, and accepted vision of personal
ian@caliban.org             | futility, and of the beauty of the world.  
http://www.caliban.org      | -- David Mamet 
                            | 



Bug reassigned from package `bash' to `bash-completion'. Request was from Luk Claes <luk@debian.org> to control@bugs.debian.org. (Sun, 02 Mar 2008 15:24:22 GMT) (full text, mbox, link).


Removed annotation that Bug had been forwarded to ian@caliban.org. Request was from David Paleino <d.paleino@gmail.com> to control@bugs.debian.org. (Sat, 06 Sep 2008 15:39:02 GMT) (full text, mbox, link).


Bug marked as fixed in version 20080705. Request was from David Paleino <d.paleino@gmail.com> to control@bugs.debian.org. (Wed, 10 Sep 2008 20:24:02 GMT) (full text, mbox, link).


Reply sent to David Paleino <d.paleino@gmail.com>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Ajay Shah <ajayshah@mayin.org>:
Bug acknowledged by developer. (full text, mbox, link).


Message #30 received at 239755-done@bugs.debian.org (full text, mbox, reply):

From: David Paleino <d.paleino@gmail.com>
To: 239755-done@bugs.debian.org
Cc: Ian Macdonald <ian@caliban.org>, Ajay Shah <ajayshah@mayin.org>
Subject: Re: Bug#239755: bash: Bug in commandline completion
Date: Wed, 10 Sep 2008 22:20:41 +0200
[Message part 1 (text/plain, inline)]
fixed 239755 20080705
thanks

Hi,
you're being CCed because you showed interest in Debian bug #239755
(<http://bugs.debian.org/239755>).
I'm writing this mail to say that the bug seems having disappeared during the
years (this bug is from 2004...).

Please if you happen to re-encounter this bug again, feel free to reopen it, by
sending a mail to control@bugs.debian.org with:

reopen 239755
thanks


Kindly,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
[signature.asc (application/pgp-signature, attachment)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 09 Oct 2008 07:29:15 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 09:36:38 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.