senny / emacs-eclim

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim.
http://www.emacswiki.org/emacs/EmacsEclim
587 stars 102 forks source link

toggle-maximize-buffer doesn't exist? #266

Closed ulises closed 8 years ago

ulises commented 8 years ago

I'm getting a Symbol's function definition is void: toggle-maximize-buffer which comes from here: https://github.com/senny/emacs-eclim/blob/master/eclim-debug.el#L96

How to reproduce:

  1. run gradle/ant test in debug mode
  2. C-c C-e p a (attach to running test)
  3. Accept default port (5005)

Emacs version: 24.5 Eclim version: .emacs.d/elpa/emacs-eclim-20150816.220 (via spacemacs)

gopar commented 8 years ago

This is similar to #253

ulises commented 8 years ago

Thanks!