zsh-workers
 help / color / mirror / code / Atom feed
From: Simon Ruderich <simon@ruderich.org>
To: zsh-workers@zsh.org
Subject: Re: apt-get autocomplete bug
Date: Sun, 13 Jun 2010 14:34:33 +0200	[thread overview]
Message-ID: <20100613123433.GA21571@ruderich.org> (raw)
In-Reply-To: <alpine.DEB.2.00.1006092224510.6077@fbywnevf4>

[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]

On Wed, Jun 09, 2010 at 10:40:14PM +0200, Sebastian Tramp wrote:
> Hello,
>
> I've a problem with using the apt-get autocompletion on my ubuntu
> machine. I creates the DEBS_avail cache not in my home but in the
> current directory under ./~.
>
> e.g. if I run apt-get in /opt, it will create
> /opt/~/.zsh/MyHostName-cache/DEBS_avail
>
> I remember that this was not the case three ubuntu releases ago but
> since the last two releases this is buggy.
>
> Is there a known solution?
>
> best regards
> S.Tramp

I haven't looked into the problem (it works fine for me, I have a
old zsh but current completion files though), but if you know git
(a little) you could check where the bug was introduced.

Get the git checkout:

    git clone git://zsh.git.sf.net/gitroot/zsh/zsh

And use git bisect to find the problem.

    git bisect start
    git bisect bad
    git bisect good known-good-revision-here

And then just git bisect good/bad depending if the bug is still
present after you've recompiled zsh (put it in a temporary
location like --prefix=$HOME/zsh-test).

Hope this helps,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

      reply	other threads:[~2010-06-13 12:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-09 20:40 Sebastian Tramp
2010-06-13 12:34 ` Simon Ruderich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100613123433.GA21571@ruderich.org \
    --to=simon@ruderich.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).