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
