Control: severity -1 normal A side effect of the lack of support for .java files is that bash-completion will turn slashes into dots for a Java command line. For instance, if you type
$ java /home/ and press TAB, it will turn into $ java .home. IMO this raises the request from a new feature to a borderline bug, because instead of simply failing to complete the final path component (but letting the user type it in themselves or use M-/), it corrupts the command line already entered by the user. -- Geoffrey Thomas geo...@twosigma.com