Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: scp completion options
- X-seq: zsh-users 23515
- From: David Woodfall <dave@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: scp completion options
- Date: Thu, 28 Jun 2018 21:56:19 +0100
- In-reply-to: <CAH+w=7Y9KFiwRyAE_h1e1WBgm5wUKTPHq2G7iG-m8G7w0WZ1gQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20180626231957epcas4p275197b8b1b133496936cd1e2a59d15b6@epcas4p2.samsung.com> <20180626230654.GK11049@blackswan> <20180627081516eucas1p200d804de13d1e5a4f7ea223ecb2d9c49~79k6870Wv1727517275eucas1p2j@eucas1p2.samsung.com> <20180627101312.GL11049@blackswan> <20180628083835eucas1p2cb57feab1bca1540ed0a89cd6e26b9bb~8RikRcvz81808218082eucas1p2p@eucas1p2.samsung.com> <20180628201457.GG21870@blackswan> <CAH+w=7Y9KFiwRyAE_h1e1WBgm5wUKTPHq2G7iG-m8G7w0WZ1gQ@mail.gmail.com>
On Thursday 28 June 2018 13:26,
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> put forth the proposition:
> On Thu, Jun 28, 2018 at 1:14 PM, David Woodfall <dave@xxxxxxxxxxxxxx> wrote:
> >
> > I've still to discover why sometimes remote names get escape for no
> > apparent reason. eg I have a patch on the remote named:
> >
> > 0001-fix-typo-in-rc.geomyidae-slackware-init-script.patch
> >
> > This is the first item completed after hitting tab, but it is listed
> > as
> >
> > ^[k*^[\0001-fix-typo-in-rc.geomyidae-slackware-init-script.patch
>
> This is probably something being spat out by your shell startup on the
> remote host. Go through your .zshenv, .zshrc, etc. (or equivalent
> files for other shell) on the remote host and make sure that nothing
> writes output such as terminal control sequences when the standard
> input is not a tty. (It could also be something in /etc/zshenv in
> which case you're probably stuck unless you can become root on the
> remote host.)
Things I've tested so far:
I set my shell on the remote to bash. (It doesn't have anything
custom setup for bash because the server (slackware 14.2) is rather
newish and I haven't bothered.)
I unset LS_COLORS and LS_OPTIONS on remote and local (including
ZLS_COLORS on the local.)
I went through my local zsh files (but not system-wide yet) and
turned off anything that looked remotely 'colourish'.
I tried it outside of screen.
I tried it in xterm (I normally use urxvt).
No change.
Stumped at the moment.
--
.--. oo
(____)//
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author