You could use C-c C-v b instead (jde-open-class-source). I suspect it
is trying to create a new file or trying to modify it in the zip since
C-c C-v C-y will add an import to the file if it doesn't already exist.
Also consider:
(setq jde-complete-function 'jde-complete-minibuf)
On Apr 20, 2010, at 4:54 PM, David Ventimiglia wrote:
Hi!
When a source file I’m looking for is in a Zip file, C-c C-v C-y
pops up a new frame. Is there any way to avoid this? I see in jde-
open-source.el, in jde-open-class-at-point, it uses jde-find-class-
source-file, and if jde-finds-class-source-file evals to a buffer
(which it does if the source is in an archive file), it evals (pop-
up-frames t), otherwise it uses switch-to-buffer. If I change that
code to eval (pop-up-frames nil), it does what I want, which is to
have the same behavior regardless of whether the source is in an
archive file. Is there a way to customize this, without modifying
the source?
Thanks!
David
------------------------------------------------------------------------------
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users
------------------------------------------------------------------------------
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users