From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9689 invoked from network); 13 Jan 1998 13:08:24 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 13 Jan 1998 13:08:24 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id HAA28360; Tue, 13 Jan 1998 07:49:41 -0500 (EST) Resent-Date: Tue, 13 Jan 1998 07:49:41 -0500 (EST) From: Andrew Main Message-Id: <199801131250.MAA21364@taos.demon.co.uk> Subject: Re: zsh-3.1.2-zefram3 - first experience To: borsenkow.msk@sni.de Date: Tue, 13 Jan 1998 12:50:54 +0000 (GMT) Cc: zsh-workers@math.gatech.edu In-Reply-To: from "Andrej Borsenkow" at Jan 13, 98 03:08:45 pm X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Uh1sV3.0.2x6.aBskq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3700 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Andrej Borsenkow wrote: >the_makefile=Makemod >/home/bor/src/zsh-3.1.2-zefram3/Src/mkmakemod.sh: syntax error at line 239: `(' unexpected >gmake[1]: *** [Makemod] Error 2 >gmake[1]: Leaving directory `/SAM/home/bor/build/zsh-3.1.2-zefram3/Src' >gmake: *** [Src] Error 2 Well that localises it a little. >+ sdir=/home/bor/src/zsh-3.1.2-zefram3 >+ top_builddir=+ echo /home/bor/src/zsh-3.1.2-zefram3 >+ top_builddir=+ sed -e s,[^/][^/]*,..,g -e s,^/,, >+ top_builddir=+ pwd >+ top_builddir=../../../../SAM/home/bor/build/zsh-3.1.2-zefram3 >+ CONFIG_FILES=Src/Makemod:../../../../SAM/home/bor/build/zsh-3.1.2-zefram3/Src/Makemod.in CONFIG_HEADERS= ./config.status >creating Src/Makemod >sed: Cannot open /home/bor/src/zsh-3.1.2-zefram3/../../../../SAM/home/bor/build/zsh-3.1.2-zefram3/Src/Makemod.in: No such file or directory Ouch. I hadn't thought about symbolic links in the pathname. At least this one's easily soluble. > At least my /bin/sh is not happy with [^xyz] pattern. Here is patch: I don't think all sh's are happy with [!xyz]. I'll do this bit another way -- all sed's can handle [^xyz]. >3. makepro.awk fails. I am using nawk. It fails because of unquoted `{' - >it is metacaracter in extended regexp. Sorted. >4. Finally, after I managed to compile it, I lost ZLE!!! All seems to >work, zle.so, comp1.so, compctl.so are loaded, bindkey shows all bindings, >but when I try to use *any* bound character, I get no effects. '^P' gives >fine message `'^P' not found" :-) "'^P' not found" sounds like it's looking for a *function* called '^P'. What bindkey instructions are you executing on startup? -zefram