Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: rsync --progress stops completion
- X-seq: zsh-users 19095
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx, zsh-users@xxxxxxx
- Subject: Re: rsync --progress stops completion
- Date: Tue, 16 Sep 2014 09:28:48 -0700
- In-reply-to: <lv9jav$8l6$1@ger.gmane.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <lv9jav$8l6$1@ger.gmane.org>
On Sep 16, 5:00pm, Yuri D'Elia wrote:
} Subject: rsync --progress stops completion
}
} Somehow, adding --progress on an rsync command line stops file
} completion (ie: just doing rsync --progress [tab] doesn't complete files
} anymore).
}
} Any reason for this behavior?
Works for me (zsh -f plus compinit) with 5.0.6.
Typically the best thing to do in this case is to invoke _complete_debug
with ctrl+x question-mark. Do it once in a case that works, then again
in the case that doesn't.
% rsync <C-x ?>
% rsync --progress <C-x ?>
Then up-history to find the trace file names, and compare them with a
diff tool to find where the failing case went wrong.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author