zsh-workers
 help / color / mirror / code / Atom feed
From: hzoli@cs.elte.hu (Zoltan Hidvegi)
To: carlos@snfep1.if.usp.br (Carlos Carvalho)
Cc: zsh-workers@math.gatech.edu (zsh-workers)
Subject: Re: problem with 8-bit chars?
Date: Wed, 4 Oct 1995 14:00:08 +0100 (MET)	[thread overview]
Message-ID: <9510041300.AA17676@turan.elte.hu> (raw)
In-Reply-To: <199510021635.NAA13995@snfep1.if.usp.br> from "Carlos Carvalho" at Oct 2, 95 01:35:13 pm

Carlos Carvalho wrote:
> 
> version 2.6-beta10-hzoli10.3 on linux
> 
> I tried "lpr curr@culo.lj", where the @ stands for the letter i with an
> accute accent, and got "zsh: command not found: ulo.lj". Completion on
> the filename works fine. To manage to print I had to put the filename
> in single quotes :-(
> 
> Carlos

The bug is in Peter's input patches.  It checks wether the character returned
by ingetc() is negative or not.  If it is negative, it thinks that it is an
error.  This only happens when history expansion is active, so single quotes
or the nobanghist option prevents this bug.  It can be fixed by some explicit
casts from signed  to unsigned characters, but I do not have time do play with
that now (it is very trivial to fix, but we shold be carefull not to break
comparison line c == HISTSPACE etc.)

Zoltan


  parent reply	other threads:[~1995-10-04 13:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-10-02 16:35 Carlos Carvalho
1995-10-03 14:45 ` Zoltan Hidvegi
1995-10-04 13:00 ` Zoltan Hidvegi [this message]
1995-10-06 15:12   ` P.Stephenson
1995-10-06 15:54     ` Vinnie Shelton
1995-10-06 16:22       ` Mark Borges
1995-10-06 17:32       ` reply behavoir for zsh's mailing lists Richard Coleman
1995-10-06 19:51     ` problem with 8-bit chars? Carlos Carvalho
1995-10-03 17:09 Joachim Reith
1995-10-03 16:36 ` Zoltan Hidvegi

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=9510041300.AA17676@turan.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=carlos@snfep1.if.usp.br \
    --cc=zsh-workers@math.gatech.edu \
    /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).