Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Preventing sorting in completers
- X-seq: zsh-workers 18847
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Preventing sorting in completers
- Date: Mon, 14 Jul 2003 16:31:10 +0000
- In-reply-to: <20030714161115.GA25478@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1030713181710.ZM5187@xxxxxxxxxxxxxxxxxxxxxxx> <5798.1058195468@xxxxxxx> <20030714161115.GA25478@xxxxxxxxxxxxxxxxxx>
On Jul 14, 9:11am, Danek Duvall wrote:
} Subject: Re: Preventing sorting in completers
}
} Peter Stephenson wrote:
}
} > Bart Schaefer wrote:
} > > } zstyle ":completion:*:processes" command \
} > > } 'ps -u $UID -o ''pid tty s args'' --forest'
} > >
} > > ERROR: TTY could not be found.
} >
} > My guess is your system is using stdout to decide what the tty is
}
} I would guess that the double single quotes that Philippe is using
} should probably be single quotes escaped by backslashes
Aha. I should have noticed that.
Philippe has 'setopt rcquotes' and I do not.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author