<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>3458</bug_id>
          
          <creation_ts>2004-01-10 23:55:49 +0300</creation_ts>
          <short_desc>bad autocomplet &apos;apt-get remove&apos; command</short_desc>
          <delta_ts>2005-07-13 15:45:40 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>zsh</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="DeadMustdie">deadmustdie</reporter>
          <assigned_to name="Fr. Br. George">george</assigned_to>
          <cc>arseny</cc>
    
    <cc>george</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>11137</commentid>
    <comment_count>0</comment_count>
    <who name="DeadMustdie">deadmustdie</who>
    <bug_when>2004-01-10 23:55:49 +0300</bug_when>
    <thetext>неверно работает автодополнение для команды apt-get remove:
если вообще не набирать имени пакета, то по TAB будет выдан список установленных
пакетов без разделителей, а если ввести начало имени, то никаких вариантов не
предлагается. Версия zsh-4.1.1 В августовском Сизифе всё работало правильно.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11242</commentid>
    <comment_count>1</comment_count>
    <who name="at@altlinux.org">at</who>
    <bug_when>2004-01-14 15:59:19 +0300</bug_when>
    <thetext>Thanks for report.  The bug (package names concatenated without any delimiter)
was introduced with my optimization for speed.  This patch seems to fix this.

--- /usr/share/zsh/functions/Completion/Debian/_rpm_packages-   2003-11-06
18:33:46 +0300
+++ /usr/share/zsh/functions/Completion/Debian/_rpm_packages    2004-01-14
15:52:00 +0300
@@ -20,7 +20,7 @@
       _cache_invalid RPMS_installed ) &amp;&amp; ! _retrieve_cache RPMS_installed;
   then
     _rpm_packages_cache_installed=(
-      ${(z)$(rpm -qa --qf &apos;%{NAME}&apos;)}
+      ${(z)$(rpm -qa --qf &apos;%{NAME}\n&apos;)}
     )
     _store_cache RPMS_installed _rpm_packages_cache_installed
   fi

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11791</commentid>
    <comment_count>2</comment_count>
    <who name="at@altlinux.org">at</who>
    <bug_when>2004-02-15 05:55:26 +0300</bug_when>
    <thetext>Fixed in zsh-4.1.1-alt4.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>