Nelson Loyola

Results 38 comments of Nelson Loyola

@kpuljek I'm not seeing the same thing as you. Here are my screenshots: ![vertex1](https://cloud.githubusercontent.com/assets/334607/22074022/3a7e39a0-dda7-11e6-8958-fd1cfab853e9.png) ![vertex2](https://cloud.githubusercontent.com/assets/334607/22074032/3f859c9a-dda7-11e6-81db-eadf0ad59d44.png) How do you get the window title bar separate from the rest of the window?

@theunknownme I'm using [Numix Circle](https://github.com/numixproject/numix-icon-theme-circle) for my Icons. I've also install Gnome Shell under Unity desktop.

@theunknownme I'm not sure what launcher that is. Could it be [Dash to Dock](https://extensions.gnome.org/extension/307/dash-to-dock/) with the settings tweaked?

Does page [Run configurations](https://github.com/emacs-eclim/emacs-eclim/wiki/Run-Configurations) from the Wiki help with your problem?

I created my own function to do this. ``` emacs-lisp (defun eclim-run-configuartion (configuration-name) "Runs the configuration given in CONFIGURATION-NAME in the compilation buffer." (interactive (list (eclim-java-run--ask-which-configuration))) (let* ((current-directory default-directory) (configurations...

Development of this package moved to [emacs-eclim/emacs-eclim](https://github.com/emacs-eclim/emacs-eclim). Are you using the version published by that repository?

What is the version number on the package you downloaded?

I cannot reproduce this error with Emacs 25.2.1 on Ubuntu 17.04 and Eclim version 20170328.1807. What version of Emacs? What operating system are you running? Please reply to these questions...

I committed change emacs-eclim/emacs-eclim@1d0ac3f that may fix this issue. The package will be updated to Melpa soon. Please let me know if it fixes your problem.

Development on this project has moved to [emacs-eclim/emacs-eclim](https://github.com/emacs-eclim/emacs-eclim). Are you using the version published by that repository?