zsh-users
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <opk@u.genie.co.uk>
To: Jeff Shipman <shippy@nmt.edu>
Cc: zsh-users@sunsite.dk
Subject: Re: process completion
Date: Tue, 20 Mar 2001 22:50:20 +0000	[thread overview]
Message-ID: <3AB7DEAC.BA57FEE0@u.genie.co.uk> (raw)
In-Reply-To: <Pine.LNX.4.31.0103201017170.8255-100000@neptune>

Jeff Shipman wrote:
> 
> At home I'm using zsh 3.1.6 and I have process
> completion like the following:

> I really like how aligned it is and shows you
> the name of the process. However, at work I'm
> using the example compctl file downloaded from

> BTW, at home I'm using 3.1.6 and at work I'm using 3.1.9.
> Thanks in advance.

The nicely aligned process list is the default way processes are
completed using the new style completion. If you are using the new style
at home it is probably because you are using a Linux distribution where
they have enabled it by default. It is enabled with the following two
lines:

	autoload -U compinit
	compinit

which you will probably find at home are either in your .zshrc or
somewhere like /etc/zshrc.

What I would recommend you do is enable new-style completion at work.
The easiest way to do this is with:
	autoload -U compinstall
	compinstall

This will add the compinit lines and let you do some basic
configuration.

You may also need to remove your compctl commands. You'll find that the
new-style completion is much better in many areas and it is set up to
complete many commands already which will save you the trouble of
writing compctls.

If you don't want the new completion, it should be possible to do the
aligned process completion with compctl.

Oliver


  reply	other threads:[~2001-03-20 23:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-20 17:20 Jeff Shipman
2001-03-20 22:50 ` Oliver Kiddle [this message]
2001-03-21  0:19   ` Jeff Shipman
2001-03-21  9:42     ` Bart Schaefer

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=3AB7DEAC.BA57FEE0@u.genie.co.uk \
    --to=opk@u.genie.co.uk \
    --cc=shippy@nmt.edu \
    --cc=zsh-users@sunsite.dk \
    /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).