Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fwd: Help command behavior with aliases
- X-seq: zsh-workers 20963
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Fwd: Help command behavior with aliases
- Date: Fri, 11 Mar 2005 06:26:14 +0000
- In-reply-to: <787bbe1c0503020013234b5de@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <787bbe1c05022810143f45e673@xxxxxxxxxxxxxx> <1050228190035.ZM27013@xxxxxxxxxxxxxxxxxxxxxxx> <787bbe1c05022812417b32e471@xxxxxxxxxxxxxx> <787bbe1c0503020013234b5de@xxxxxxxxxxxxxx>
} Could you explain, how to change run-help behavior?
Turns out I was wrong about this. The alias is expanded internally to
ZLE before the run-help function is ever called, so the alias branch of
the run-help case statement is wasted. Bothersome.
} I had an alias which let me use
}
} % stop apache
}
} this would run /usr/local/etc/rc.d/apache.sh stop, *and* complete
} apache grokking the whole path (two paths actually, /etc/rc.d and the
} above).
}
} Can I get the completion part easily now?
I'm afraid I don't understand the question, in that I don't see where
completion is involved. Can you give an example? What's the input
before you press TAB, and what do you expect to see afterward?
} Thanks for your swift response, /S
Sorry it was so much less swift this time.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author