From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.net.au (8.7/8.7) with SMTP id AAA17885 for ; Wed, 4 Oct 1995 00:56:36 +1000 (EST) Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA18622 (5.65c/Gatech-10.0-IDA for ); Tue, 3 Oct 1995 10:51:23 -0400 Received: by math (5.x/SMI-SVR4) id AA10077; Tue, 3 Oct 1995 10:43:39 -0400 Resent-Date: Tue, 3 Oct 1995 15:45:37 +0100 (MET) Old-Return-Path: From: Zoltan Hidvegi Message-Id: <199510031445.PAA00125@bolyai.cs.elte.hu> Subject: Re: problem with 8-bit chars? To: carlos@snfep1.if.usp.br (Carlos Carvalho) Date: Tue, 3 Oct 1995 15:45:37 +0100 (MET) Cc: zsh-workers@math.gatech.edu (zsh-workers) In-Reply-To: <199510021635.NAA13995@snfep1.if.usp.br> from "Carlos Carvalho" at Oct 2, 95 01:35:13 pm X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"eBbrO1.0.NT2.QmKSm"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/415 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu 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 :-( I'll check this. The problem is somewhere in zle, since zsh -c 'echo foo@bar' works if @ is an accented letter. Zoltan