jaredmichaelwilliams / zsh-templates-osx

Automatically exported from code.google.com/p/zsh-templates-osx
GNU General Public License v2.0
2 stars 0 forks source link

Completion of java classes does not work #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. java [tab]

What is the expected output? What do you see instead?
It should auto-complete to existing *.class files, but it just hangs - takes no 
other input. Ctrl+c kills the 
autocomplete process and "---- no match for: `class' " is printed

What version of the product are you using? On what operating system?
Mac OS X 10.5.6 and zsh-templates_2.0.1-1_darwin-i386 installed from Fink

Please provide any additional information below.

It doesn't matter if there are compiled *.class files in the working directory 
and if anything was typed to 
autocomplete.

Original issue reported on code.google.com by sibo...@gmail.com on 27 Jan 2009 at 12:42

GoogleCodeExporter commented 8 years ago
I'm afraid the _java completion function is part of the standard zsh 
distribution.  I get the same behavior with 
vanilla zsh.

Original comment by wgsco...@gmail.com on 7 Feb 2009 at 12:28

GoogleCodeExporter commented 8 years ago
revision 131 no longer attempts to define $CLASSPATH and the _java completion 
function that comes with zsh 
now appears to work.

Original comment by wgsco...@gmail.com on 9 Feb 2009 at 10:25