zsh-users
 help / color / mirror / code / Atom feed
* Re: first questions
@ 1999-06-10  9:36 Kiddle, Oliver
  0 siblings, 0 replies; 3+ messages in thread
From: Kiddle, Oliver @ 1999-06-10  9:36 UTC (permalink / raw)
  To: 'zsh-users@sunsite.auc.dk'

dado wrote:

> On another front, I'm trying zsh at home too, where I run Win95.

> 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.

I've never used Win32 zsh so can't help you with the other questions.

There isn't any plans I've heard of to write a Win 95 GUI for zsh. The
problem is the program Microsoft supply for running DOS programs in a window
because it's crap. 
What would be more useful than adding a GUI to win32 zsh (like that of vim)
would
be a separate program which can run any DOS application in a window and
offers scrolling etc. There is a shareware program which can do this: Take
Command. It is based on 4DOS which was a popular command.com replacement
before the Windows era. Anyway, Take Command should be able to run the Win32
version of zsh and give you a scollable buffer. I've never tried it myself
though. You can get it from JP Software - www.jpsoft.com.

Oliver Kiddle


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: first questions
  1999-06-09 18:45 dado
@ 1999-06-10  7:44 ` Peter Stephenson
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 1999-06-10  7:44 UTC (permalink / raw)
  To: dado; +Cc: zsh users list

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@microsoft.com>.  I can't
answer any of those based on my knowledge of the UNIX version.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* first questions
@ 1999-06-09 18:45 dado
  1999-06-10  7:44 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: dado @ 1999-06-09 18:45 UTC (permalink / raw)
  To: zsh users list

Hi all.

I've just switched over to zsh, coming from tcsh, on Irix 6.5
I'm having some minor configuration problems.

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?

Also, in some scripts the command echo doesn't print a newline.
I've tryed bultin, command, and no specifier at all.

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.

Thanks a lot.

--
________________________________________________________________________
Dado Feigenblatt           dado@pdi.com            direct (650) 846-8386
Technical Lighter                              front desk (650) 846-8100
PDI - Palo Alto, CA                                   fax (650) 846-8101




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-06-10  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-10  9:36 first questions Kiddle, Oliver
  -- strict thread matches above, loose matches on Subject: below --
1999-06-09 18:45 dado
1999-06-10  7:44 ` Peter Stephenson

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).