From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16734 invoked from network); 15 May 2000 12:09:24 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 May 2000 12:09:24 -0000 Received: (qmail 20425 invoked by alias); 15 May 2000 12:09:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11376 Received: (qmail 20418 invoked from network); 15 May 2000 12:09:14 -0000 Message-ID: <391FE8E1.21811862@u.genie.co.uk> Date: Mon, 15 May 2000 13:09:05 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.73 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.auc.dk Subject: seg fault fixed and Makefile change References: <200005150926.LAA17371@beta.informatik.hu-berlin.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sven Wischnowsky wrote: > > I couldn't reproduce this (neither before nor after this patch -- your > match specs would have helped), but this looks suspiciously similar to > the one above... could you try with this patch? That's fixed it: it now works fine, thanks. This small patch to the Makefile causes it to install the functions before the man pages. This is because the man page installation fails if yodl isn't installed meaning that I have to do a separate make install.fns. Of course this is only an issue if someone compiles from CVS because the proper releases include pre-built man pages. Completion for netscape remote commands doesn't seem to work properly anymore: netscape -remote Basically, it is a bit too eager to put the \( suffix in. This did actually work before but I've always felt that this part of _netscape (which I am to blame for) is a bit of a nasty hack. Basically, the '(' suffix needs to be quoted unless it already is and that was the way I found which worked. Oliver Index: Makefile.in =================================================================== RCS file: /cvsroot/zsh/zsh/Makefile.in,v retrieving revision 1.3 diff -u -r1.3 Makefile.in --- Makefile.in 2000/04/06 11:47:46 1.3 +++ Makefile.in 2000/05/15 11:57:53 @@ -60,8 +60,8 @@ $(MAKE) install STRIPFLAGS="-s" # install/uninstall most things -install: install.bin install.modules install.man install.fns -uninstall: uninstall.bin uninstall.modules uninstall.man uninstall.fns +install: install.bin install.modules install.fns install.man +uninstall: uninstall.bin uninstall.modules uninstall.fns uninstall.man # install/uninstall just the binary install.bin uninstall.bin: