Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[lunz@xxxxxxxxxxxx: Bug#279417: zsh: "make" completion issues "bad option" warnings for some Makefiles]
- X-seq: zsh-workers 20539
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [lunz@xxxxxxxxxxxx: Bug#279417: zsh: "make" completion issues "bad option" warnings for some Makefiles]
- Date: Tue, 2 Nov 2004 18:13:04 -0500
- Cc: 279417-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Attachment mentioned in the forwarded message at the bottom is at
http://bugs.debian.org/cgi-bin/bugreport.cgi/Makefile?bug=279417&msg=3&att=1
This prevents the warnings, though I don't know if there's a deeper
problem occurring here.
Index: Completion/Unix/Command/_make
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_make,v
retrieving revision 1.11
diff -u -r1.11 _make
--- Completion/Unix/Command/_make 12 Oct 2004 20:05:13 -0000 1.11
+++ Completion/Unix/Command/_make 2 Nov 2004 23:09:54 -0000
@@ -38,7 +38,7 @@
;;
esac
else
- print $ret
+ print -- $ret
return
fi
done
----- Forwarded message from Jason Lunz <lunz@xxxxxxxxxxxx> -----
Date: Tue, 02 Nov 2004 17:31:05 -0500
From: Jason Lunz <lunz@xxxxxxxxxxxx>
To: Debian Bug Tracking System <submit@xxxxxxxxxxxxxxx>
Subject: Bug#279417: zsh: "make" completion issues "bad option" warnings for some Makefiles
Package: zsh
Version: 4.2.1-9
Severity: normal
For some Makefiles, trying to complete make targets pollutes the screen
with error messages from within the completion code. For example:
[barton](2) % make expandVars:36: bad option: -I
expandVars:36: bad option: -W
expandVars:36: bad option: -h
make
completions of type: file
Makefile x
The attached Makefile snippet reproduces the above behavior.
Jason
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
----- End forwarded message -----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author