Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: first questions
- X-seq: zsh-users 2379
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: dado <dado@xxxxxxx>
- Subject: Re: first questions
- Date: Thu, 10 Jun 1999 09:44:35 +0200
- Cc: zsh users list <zsh-users@xxxxxxxxxxxxxx>
- In-reply-to: "dado"'s message of "Wed, 09 Jun 1999 11:45:38 DFT." <375EB652.116D584B@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
dado wrote:
> For instance, I can't get cdpath to work. I've tryed lowercase,
> uppercase, colon separated, space separated, parenthesis, quotes, and
> all the permutations. How should it be set up?
$cdpath is an array:
cdpath=(/first/dir /second/dir)
while $CDPATH is colon-separated:
CDPATH=/first/dir:/second/dir
and you can use either.
> Also, in some scripts the command echo doesn't print a newline.
> I've tryed bultin, command, and no specifier at all.
That's a definite weirdness. Try `print' instead --- but maybe your script
is doing something a bit wayward.
> On another front, I'm trying zsh at home too, where I run Win95.
> Forgive me if this list doesn't support the Win32 version and please
> tell me where I should redirect these questions.
> O Windows I can't get to cd <drive>:/path, only <drive>:, and then
> /path.
> Also, I can't get to type ~^`', which I miss a lot.
> And is there any plan to give Win32 Zshell it's own interface?
> I can't resize or scroll the buffer. Vim has a nice GUI. It behaves
> pretty much the same as when running on X.
The Windows port was done by Amol Deshpande <amold@xxxxxxxxxxxxx>. I can't
answer any of those based on my knowledge of the UNIX version.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author