zsh-workers
 help / color / mirror / code / Atom feed
* apt-get autocomplete bug
@ 2010-06-09 20:40 Sebastian Tramp
  2010-06-13 12:34 ` Simon Ruderich
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Tramp @ 2010-06-09 20:40 UTC (permalink / raw)
  To: zsh-workers


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

-- 
Sebastian Tramp - Department of Computer Science; University of Leipzig
Tel/Fax: +49 341 97 323-66/-29 http://bis.uni-leipzig.de/SebastianTramp


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: apt-get autocomplete bug
  2010-06-09 20:40 apt-get autocomplete bug Sebastian Tramp
@ 2010-06-13 12:34 ` Simon Ruderich
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Ruderich @ 2010-06-13 12:34 UTC (permalink / raw)
  To: zsh-workers

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-13 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-09 20:40 apt-get autocomplete bug Sebastian Tramp
2010-06-13 12:34 ` Simon Ruderich

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).