Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and line breaks
- X-seq: zsh-users 7302
- From: "Peter A. Castro" <doctor@xxxxxxxxxxxx>
- To: zzapper <david@xxxxxxxxxx>
- Subject: Re: zsh and line breaks
- Date: Tue, 30 Mar 2004 10:46:43 -0800 (PST)
- Cc: zsh-users@xxxxxxxxxx, cygwin@xxxxxxxxxx
- In-reply-to: <ec8i60d5gl1njcr6honf8pu1e99usu9ib1@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <s38u10erwrz.fsf@xxxxxxxxxxxxxxxxxxxx> <1vvf60l9i7n4nlobcroik2le5ofe6v2rn4@xxxxxxx> <Pine.LNX.4.53.0403291441160.5939@xxxxxxxxxxxxxxxxxxxx> <ec8i60d5gl1njcr6honf8pu1e99usu9ib1@xxxxxxx>
On Tue, 30 Mar 2004, zzapper wrote:
> On Mon, 29 Mar 2004 14:46:15 -0800 (PST), wrote:
>
> >On Mon, 29 Mar 2004, zzapper wrote:
> >
> >> On Wed, 24 Mar 2004 18:16:00 +0100, wrote:
> >>
> >> >I'm having some trouble with zsh (4.0.6) and line breaks. It seems that
> >> >it does not accept "\n" as a line break. This results in some
> >> >uncomfortableness when using it as a login shell, such as this output
> >> >from Emacs:
> >> >
> >> >[bkhl@ackusativ ~/kurser/vt04/lp1/lab1]% latex \\nonstopmode\\input rapport.tex
> >> >latex \\nonstopmode\\input rapport.tex\n
> >> >
> >> >Apparently, zsh is not interpreting \n as EOL.
> >> >
> >> >Is there some setting that might fix this?
> >>
> >> I run zsh on Cygwin, unlike bash zsh gets very upset if it sees dos
> >> returns. I have to run dos2unix on my zsh scripts.
> >>
> One thing, are you running your scripts off of a text or binary mount
> filesystem? And, are you running in DOS or Unix mode? I'll need to
> know which combinations don't work.
>
> > Where fred has a few empty lines and an echo "hello"
> fred.sh
> fred
> fred.sh:2: command not found: ^M
> fred.sh:3: command not found: ^M
> fred.sh:4: command not found: ^M
> fred
> fred.sh:5: command not found: ^M
>
> >mount
> C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type
> system (binmode)
> C:\Cygwin\bin on /usr/bin type system (binmode)
> C:\Cygwin\lib on /usr/lib type system (binmode)
> C:\Cygwin on / type system (binmode)
> type user (binmode)
> c: on /c type user (binmode)
Ok, so you're using all bin mounts. I'll check into this and report back.
> zzapper (vim, cygwin, wiki & zsh)
--
Peter A. Castro <doctor@xxxxxxxxxxxx> or <Peter.Castro@xxxxxxxxxx>
"Cats are just autistic Dogs" -- Dr. Tony Attwood
Messages sorted by:
Reverse Date,
Date,
Thread,
Author